@flowio/api-internal-prop-types 9.24.65 → 9.24.66

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.
@@ -1565,6 +1565,7 @@ declare namespace io.flow.payment.v0.models {
1565
1565
  readonly 'cookie_created_at'?: number;
1566
1566
  readonly 'session_duration'?: number;
1567
1567
  readonly 'fingerprint'?: string;
1568
+ readonly 'fraud_references'?: Record<string, string>;
1568
1569
  }
1569
1570
 
1570
1571
  interface DirectAuthorizationForm {
@@ -5885,7 +5886,7 @@ declare namespace io.flow.shopify.markets.v0.models {
5885
5886
  interface ShopifyOrderShippingLine {
5886
5887
  readonly 'code'?: string;
5887
5888
  readonly 'price': string;
5888
- readonly 'source': string;
5889
+ readonly 'source'?: string;
5889
5890
  readonly 'title': string;
5890
5891
  readonly 'tax_lines': io.flow.shopify.markets.v0.models.ShopifyOrderTaxLine[];
5891
5892
  readonly 'carrier_identifier'?: string;
@@ -12366,7 +12367,7 @@ declare namespace io.flow.internal.v0.enums {
12366
12367
  type SuggestionAction = 'accept' | 'validate' | 'review';
12367
12368
  type SurchargeType = 'fuel' | 'remote_area' | 'oversize' | 'duties_paid';
12368
12369
  type TariffEligibilityType = 'rex';
12369
- type TaskProcessorKey = 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'label_generation_settings' | 'ratecard' | 'logistics_center' | 'center_defaults';
12370
+ type TaskProcessorKey = 'order_messenger' | 'harmonization' | 'fraud_review' | 'carrier_account' | 'payment' | 'ratecard' | 'logistics_center' | 'center_defaults';
12370
12371
  type TaxCalculationErrorCode = 'generic_error' | 'outside_of_jurisdiction';
12371
12372
  type TaxParty = 'consumer' | 'organization' | 'flow' | 'carrier';
12372
12373
  type TaxTransactionType = 'adjustment' | 'reversal' | 'tax';
@@ -17428,6 +17429,10 @@ declare namespace io.flow.internal.v0.models {
17428
17429
  readonly 'passphrase_ids': string[];
17429
17430
  }
17430
17431
 
17432
+ interface EntityReference {
17433
+ readonly 'id': string;
17434
+ }
17435
+
17431
17436
  interface ErpFlowFile {
17432
17437
  readonly 'id': string;
17433
17438
  readonly 'type': io.flow.internal.v0.enums.ErpFileType;
@@ -17435,12 +17440,55 @@ declare namespace io.flow.internal.v0.models {
17435
17440
  readonly 'created_at': string;
17436
17441
  }
17437
17442
 
17438
- interface ErpFlowFileBatchForm {
17439
- readonly 'environment': io.flow.common.v0.enums.Environment;
17443
+ interface ErpFlowFileForm {
17440
17444
  readonly 'type': io.flow.internal.v0.enums.ErpFileType;
17441
17445
  }
17442
17446
 
17447
+ interface ErpFlowVendor {
17448
+ readonly 'acc_des': string;
17449
+ readonly 'country_name': string;
17450
+ readonly 'acng_code': string;
17451
+ readonly 'code': string;
17452
+ readonly 'branch': string;
17453
+ readonly 'trial_bal_code': string;
17454
+ readonly 'sec_name': string;
17455
+ readonly 'branch_des': string;
17456
+ readonly 'state_a': string;
17457
+ readonly 'bank_code': string;
17458
+ readonly 'id': string;
17459
+ readonly 'entity': io.flow.internal.v0.models.EntityReference;
17460
+ readonly 'tax_code'?: string;
17461
+ readonly 'vat_flag'?: string;
17462
+ readonly 'w_tax_percent'?: string;
17463
+ readonly 'iban'?: string;
17464
+ readonly 'confirmed_date'?: string;
17465
+ readonly 'w_tax_date'?: string;
17466
+ readonly 'w_tax_num_expl'?: string;
17467
+ readonly 'phone'?: string;
17468
+ readonly 'address'?: string;
17469
+ readonly 'address_a'?: string;
17470
+ readonly 'address_2'?: string;
17471
+ readonly 'address_3'?: string;
17472
+ readonly 'state_name'?: string;
17473
+ readonly 'zip'?: string;
17474
+ readonly 'pay_account'?: string;
17475
+ readonly 'comp_num'?: string;
17476
+ readonly 'w_tax_num'?: string;
17477
+ readonly 'vat_num'?: string;
17478
+ readonly 'orig_acc_name'?: string;
17479
+ readonly 'form_1099_code'?: string;
17480
+ readonly 'state'?: string;
17481
+ readonly 'fax'?: string;
17482
+ readonly 'details'?: string;
17483
+ readonly 'state_code'?: string;
17484
+ readonly 'tax_office_code'?: string;
17485
+ readonly 'pay_code'?: string;
17486
+ readonly 'eacc_des'?: string;
17487
+ readonly 'acng_des'?: string;
17488
+ }
17489
+
17443
17490
  interface ErpPriorityFile {
17491
+ readonly 'name': string;
17444
17492
  readonly 'id': string;
17445
17493
  readonly 'type': io.flow.internal.v0.enums.ErpFileType;
17446
17494
  readonly 'url': string;
@@ -17456,9 +17504,21 @@ declare namespace io.flow.internal.v0.models {
17456
17504
  readonly 'placeholder'?: string;
17457
17505
  }
17458
17506
 
17459
- interface ErpVendorsDelta {
17460
- readonly 'entity': io.flow.merchant.of.record.v0.enums.FlowEntity;
17461
- readonly 'count': number;
17507
+ interface ErpVendorStatus {
17508
+ readonly 'entities': io.flow.internal.v0.models.ErpVendorStatusEntity[];
17509
+ readonly 'latest_priority_file'?: io.flow.internal.v0.models.ErpVendorStatusFile;
17510
+ }
17511
+
17512
+ interface ErpVendorStatusEntity {
17513
+ readonly 'entity': io.flow.internal.v0.models.EntityReference;
17514
+ readonly 'number_differences': number;
17515
+ }
17516
+
17517
+ interface ErpVendorStatusFile {
17518
+ readonly 'name': string;
17519
+ readonly 'created_at': string;
17520
+ readonly 'errors'?: string[];
17521
+ readonly 'processed_at'?: string;
17462
17522
  }
17463
17523
 
17464
17524
  interface ExclusionRuleDeleted {
@@ -20775,6 +20835,7 @@ declare namespace io.flow.internal.v0.models {
20775
20835
  readonly 'activated_at'?: string;
20776
20836
  readonly 'gmv': number;
20777
20837
  readonly 'health_score': number;
20838
+ readonly 'audit_result'?: io.flow.internal.v0.enums.OnboardingAuditResult;
20778
20839
  readonly 'blocked_since'?: string;
20779
20840
  }
20780
20841
 
@@ -25779,12 +25840,16 @@ export const emailForm: PropTypes.Requireable<io.flow.internal.v0.models.EmailFo
25779
25840
  export const emailModificationForm: PropTypes.Requireable<io.flow.internal.v0.models.EmailModificationForm>;
25780
25841
  export const emptyClassificationForm: PropTypes.Requireable<io.flow.internal.v0.models.EmptyClassificationForm>;
25781
25842
  export const encryption: PropTypes.Requireable<io.flow.internal.v0.models.Encryption>;
25843
+ export const entityReference: PropTypes.Requireable<io.flow.internal.v0.models.EntityReference>;
25782
25844
  export const erpFlowFile: PropTypes.Requireable<io.flow.internal.v0.models.ErpFlowFile>;
25783
- export const erpFlowFileBatchForm: PropTypes.Requireable<io.flow.internal.v0.models.ErpFlowFileBatchForm>;
25845
+ export const erpFlowFileForm: PropTypes.Requireable<io.flow.internal.v0.models.ErpFlowFileForm>;
25846
+ export const erpFlowVendor: PropTypes.Requireable<io.flow.internal.v0.models.ErpFlowVendor>;
25784
25847
  export const erpPriorityFile: PropTypes.Requireable<io.flow.internal.v0.models.ErpPriorityFile>;
25785
25848
  export const erpPriorityFileForm: PropTypes.Requireable<io.flow.internal.v0.models.ErpPriorityFileForm>;
25786
25849
  export const erpVendor: PropTypes.Requireable<io.flow.internal.v0.models.ErpVendor>;
25787
- export const erpVendorsDelta: PropTypes.Requireable<io.flow.internal.v0.models.ErpVendorsDelta>;
25850
+ export const erpVendorStatus: PropTypes.Requireable<io.flow.internal.v0.models.ErpVendorStatus>;
25851
+ export const erpVendorStatusEntity: PropTypes.Requireable<io.flow.internal.v0.models.ErpVendorStatusEntity>;
25852
+ export const erpVendorStatusFile: PropTypes.Requireable<io.flow.internal.v0.models.ErpVendorStatusFile>;
25788
25853
  export const exclusionRuleDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ExclusionRuleDeleted>;
25789
25854
  export const exclusionRuleExportRequest: PropTypes.Requireable<io.flow.internal.v0.models.ExclusionRuleExportRequest>;
25790
25855
  export const exclusionRuleUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ExclusionRuleUpserted>;