@flowio/api-internal-prop-types 9.24.128 → 9.24.129

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-prop-types",
3
- "version": "9.24.128",
3
+ "version": "9.24.129",
4
4
  "description": "PropType validators that work with internal Flow API",
5
5
  "keywords": [
6
6
  "flow",
@@ -30,5 +30,5 @@
30
30
  "peerDependencies": {
31
31
  "prop-types": "^15.7.0"
32
32
  },
33
- "gitHead": "942e116995931225d013428a9da8237ec64c06be"
33
+ "gitHead": "b4b0cd6a13ae636625754fd06a00ff8f0016498e"
34
34
  }
@@ -8237,9 +8237,9 @@ declare namespace io.flow.channel.internal.v0.models {
8237
8237
  readonly 'rejection_reason'?: io.flow.channel.internal.v0.enums.ChannelOrderAcceptanceRejectionReason;
8238
8238
  }
8239
8239
 
8240
- interface ChannelOrganizationDomain {
8240
+ interface ChannelOrganizationDomains {
8241
8241
  readonly 'internal': string;
8242
- readonly 'public': string;
8242
+ readonly 'external': string;
8243
8243
  }
8244
8244
 
8245
8245
  interface ChannelOrganizationInstallation {
@@ -8253,7 +8253,7 @@ declare namespace io.flow.channel.internal.v0.models {
8253
8253
  }
8254
8254
 
8255
8255
  interface ChannelOrganizationMetadata {
8256
- readonly 'domain': io.flow.channel.internal.v0.models.ChannelOrganizationDomain;
8256
+ readonly 'domain': io.flow.channel.internal.v0.models.ChannelOrganizationDomains;
8257
8257
  readonly 'token': string;
8258
8258
  }
8259
8259
 
@@ -12754,6 +12754,25 @@ declare namespace io.flow.billing.v0.models {
12754
12754
  interface TransactionMetadataTaxDuty {
12755
12755
  readonly 'discriminator': 'transaction_tax_duty';
12756
12756
  readonly 'reason_code': io.flow.billing.v0.enums.TaxDutyTransactionReasonCode;
12757
+ readonly 'local_currency'?: string;
12758
+ readonly 'actual'?: io.flow.billing.v0.models.TransactionMetadataTaxDutyActual;
12759
+ readonly 'estimate'?: io.flow.billing.v0.models.TransactionMetadataTaxDutyEstimate;
12760
+ readonly 'delta'?: io.flow.billing.v0.models.TransactionMetadataTaxDutyDelta;
12761
+ }
12762
+
12763
+ interface TransactionMetadataTaxDutyActual {
12764
+ readonly 'base'?: number;
12765
+ readonly 'local'?: number;
12766
+ }
12767
+
12768
+ interface TransactionMetadataTaxDutyDelta {
12769
+ readonly 'base'?: number;
12770
+ readonly 'local'?: number;
12771
+ }
12772
+
12773
+ interface TransactionMetadataTaxDutyEstimate {
12774
+ readonly 'base'?: number;
12775
+ readonly 'local'?: number;
12757
12776
  }
12758
12777
 
12759
12778
  interface TransactionMetadataTrueup {
@@ -13503,7 +13522,7 @@ declare namespace io.flow.internal.v0.enums {
13503
13522
  type ChannelTransactionType = 'adjustment' | 'reversal' | 'processing' | 'order';
13504
13523
  type ChapterCheckStatus = 'apparel_like' | 'similar' | 'does_not_match';
13505
13524
  type ChargeEstimateSource = 'global-e' | 'shopify';
13506
- type ChargeInputType = 'fuelsc' | 'incoterm_ddp' | 'delivery_confirmation' | 'base_charge' | 'package_pickup' | 'insurance' | 'usps_first_mile' | 'oversize_piece' | 'incoterm_dap' | 'emergency_situation' | 'remote_area_delivery' | 'customs_clearance_surcharge' | 'security_surcharge' | 'duties_fx_surcharge' | 'electronic_export_information_surcharge' | 'additional_handling' | 'large_package_surcharge' | 'peak_surcharge';
13525
+ type ChargeInputType = 'fuelsc' | 'incoterm_ddp' | 'delivery_confirmation' | 'base_charge' | 'package_pickup' | 'insurance' | 'usps_first_mile' | 'oversize_piece' | 'incoterm_dap' | 'emergency_situation' | 'remote_area_delivery' | 'customs_clearance_surcharge' | 'security_surcharge' | 'duties_fx_surcharge' | 'electronic_export_information_surcharge' | 'additional_handling' | 'large_package_surcharge' | 'peak_surcharge' | 'fuel_surcharge' | 'delivery_area_surcharge';
13507
13526
  type ChargebackPaymentStatus = 'captured' | 'refunded';
13508
13527
  type ChargebackProcessStatus = 'inquiry' | 'open' | 'closed';
13509
13528
  type CheckoutAssetType = 'stylesheet' | 'javascript';
@@ -13622,7 +13641,7 @@ declare namespace io.flow.internal.v0.enums {
13622
13641
  type OrganizationRestrictionReviewType = 'all_pending' | 'pending_verification';
13623
13642
  type OrganizationRestrictionRiskLevel = '5' | '15';
13624
13643
  type OrganizationRestrictionScreeningStatus = 'in_review' | 'fully_reviewed' | 'rejected' | 'unscreened';
13625
- type OrganizationSource = 'shopify' | 'smb' | 'enterprise';
13644
+ type OrganizationSource = 'smb' | 'enterprise';
13626
13645
  type OutputStyle = 'flow' | 'shopify_p1';
13627
13646
  type Owner = 'flow' | 'organization';
13628
13647
  type PaymentShortUrlDiscriminator = 'adyen_3ds2';
@@ -13657,7 +13676,7 @@ declare namespace io.flow.internal.v0.enums {
13657
13676
  type RestrictionAttributeResult = 'pending_classification' | 'pending_verification' | 'accepted' | 'restricted';
13658
13677
  type RestrictionDecision = 'accept' | 'escalate' | 'reject' | 'review';
13659
13678
  type RestrictionOrganizationChannel = 'shopify' | 'enterprise' | 'shopify-sandbox' | 'enterprise-sandbox';
13660
- type RestrictionOrganizationSource = 'shopify' | 'smb' | 'enterprise';
13679
+ type RestrictionOrganizationSource = 'smb' | 'enterprise';
13661
13680
  type RestrictionRuleActivationStatus = 'draft' | 'active' | 'inactive';
13662
13681
  type RestrictionRuleCommunityExemption = 'domestic_exemption' | 'intra_eu_exemption';
13663
13682
  type RestrictionRuleExceptionAction = 'allow' | 'deny';
@@ -14491,6 +14510,7 @@ declare namespace io.flow.internal.v0.models {
14491
14510
  interface AttributeRule {
14492
14511
  readonly 'restriction_attribute_rules': io.flow.internal.v0.models.RestrictionAttributeRule[];
14493
14512
  readonly 'default_result'?: io.flow.internal.v0.enums.RestrictionAttributeResult;
14513
+ readonly 'require_msds'?: boolean;
14494
14514
  }
14495
14515
 
14496
14516
  interface AuthenticationForm {
@@ -15672,9 +15692,9 @@ declare namespace io.flow.internal.v0.models {
15672
15692
  readonly 'channel_order_summary': io.flow.internal.v0.models.ChannelOrderSummary;
15673
15693
  }
15674
15694
 
15675
- interface ChannelOrganizationDomain {
15695
+ interface ChannelOrganizationDomains {
15676
15696
  readonly 'internal': string;
15677
- readonly 'public': string;
15697
+ readonly 'external': string;
15678
15698
  }
15679
15699
 
15680
15700
  interface ChannelOrganizationIdentifier {
@@ -15710,7 +15730,7 @@ declare namespace io.flow.internal.v0.models {
15710
15730
  }
15711
15731
 
15712
15732
  interface ChannelOrganizationMetadata {
15713
- readonly 'domain': io.flow.internal.v0.models.ChannelOrganizationDomain;
15733
+ readonly 'domain': io.flow.internal.v0.models.ChannelOrganizationDomains;
15714
15734
  readonly 'token': string;
15715
15735
  }
15716
15736
 
@@ -15772,6 +15792,23 @@ declare namespace io.flow.internal.v0.models {
15772
15792
  readonly 'timestamp'?: string;
15773
15793
  }
15774
15794
 
15795
+ interface ChannelShop {
15796
+ readonly 'id': string;
15797
+ readonly 'organization': io.flow.common.v0.models.OrganizationReference;
15798
+ readonly 'channel': io.flow.common.v0.models.ChannelReference;
15799
+ readonly 'external_id': string;
15800
+ readonly 'name': string;
15801
+ readonly 'domains': io.flow.internal.v0.models.ChannelOrganizationDomains;
15802
+ }
15803
+
15804
+ interface ChannelShopForm {
15805
+ readonly 'channel_id': string;
15806
+ readonly 'external_id': string;
15807
+ readonly 'name': string;
15808
+ readonly 'domains': io.flow.internal.v0.models.ChannelOrganizationDomains;
15809
+ readonly 'tokens': io.flow.internal.v0.models.Tokens;
15810
+ }
15811
+
15775
15812
  interface ChannelTransaction {
15776
15813
  readonly 'discriminator': 'channel_transaction';
15777
15814
  readonly 'transaction': io.flow.internal.v0.models.TransactionReference;
@@ -23193,6 +23230,8 @@ declare namespace io.flow.internal.v0.models {
23193
23230
  readonly 'order_total': io.flow.internal.v0.models.ReportingMonetaryValue;
23194
23231
  readonly 'shopper_breakdown': io.flow.internal.v0.models.ShopperBreakdown;
23195
23232
  readonly 'payment': io.flow.internal.v0.models.ReportingPayment;
23233
+ readonly 'tax'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23234
+ readonly 'duty'?: io.flow.internal.v0.models.ReportingMonetaryValue;
23196
23235
  readonly 'fees': io.flow.internal.v0.models.ReportingFees;
23197
23236
  readonly 'conversion_rate': io.flow.internal.v0.models.ReportingConversionRates;
23198
23237
  readonly 'payment_is': io.flow.internal.v0.models.PaymentIs;
@@ -24968,6 +25007,11 @@ declare namespace io.flow.internal.v0.models {
24968
25007
  readonly 'timezone': string;
24969
25008
  }
24970
25009
 
25010
+ interface Tokens {
25011
+ readonly 'webhook_signature_verification': string;
25012
+ readonly 'api': string;
25013
+ }
25014
+
24971
25015
  interface TrackingAssuranceAnalysis {
24972
25016
  readonly 'id': string;
24973
25017
  readonly 'job_id': string;
@@ -26117,7 +26161,7 @@ export const channelOrderSummary: PropTypes.Requireable<io.flow.internal.v0.mode
26117
26161
  export const channelOrderSummaryDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrderSummaryDeleted>;
26118
26162
  export const channelOrderSummaryFulfillmentDetails: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrderSummaryFulfillmentDetails>;
26119
26163
  export const channelOrderSummaryUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrderSummaryUpserted>;
26120
- export const channelOrganizationDomain: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationDomain>;
26164
+ export const channelOrganizationDomains: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationDomains>;
26121
26165
  export const channelOrganizationIdentifier: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationIdentifier>;
26122
26166
  export const channelOrganizationIdentifierDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationIdentifierDeleted>;
26123
26167
  export const channelOrganizationIdentifierUpserted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationIdentifierUpserted>;
@@ -26135,6 +26179,8 @@ export const channelOrganizationToken: PropTypes.Requireable<io.flow.internal.v0
26135
26179
  export const channelOrganizationTokenBody: PropTypes.Requireable<io.flow.internal.v0.models.ChannelOrganizationTokenBody>;
26136
26180
  export const channelRateMetadataIdentity: PropTypes.Requireable<io.flow.internal.v0.models.ChannelRateMetadataIdentity>;
26137
26181
  export const channelRateMetadataRate: PropTypes.Requireable<io.flow.internal.v0.models.ChannelRateMetadataRate>;
26182
+ export const channelShop: PropTypes.Requireable<io.flow.internal.v0.models.ChannelShop>;
26183
+ export const channelShopForm: PropTypes.Requireable<io.flow.internal.v0.models.ChannelShopForm>;
26138
26184
  export const channelTransaction: PropTypes.Requireable<io.flow.internal.v0.models.ChannelTransaction>;
26139
26185
  export const channelTransactionDeleted: PropTypes.Requireable<io.flow.internal.v0.models.ChannelTransactionDeleted>;
26140
26186
  export const channelTransactionRate: PropTypes.Requireable<io.flow.internal.v0.models.ChannelTransactionRate>;
@@ -27300,6 +27346,7 @@ export const timeToClassifyAggregatedUpserted: PropTypes.Requireable<io.flow.int
27300
27346
  export const timeToClassifyDeleted: PropTypes.Requireable<io.flow.internal.v0.models.TimeToClassifyDeleted>;
27301
27347
  export const timeToClassifyUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TimeToClassifyUpserted>;
27302
27348
  export const timeWithTimezone: PropTypes.Requireable<io.flow.internal.v0.models.TimeWithTimezone>;
27349
+ export const tokens: PropTypes.Requireable<io.flow.internal.v0.models.Tokens>;
27303
27350
  export const trackingAssuranceAnalysis: PropTypes.Requireable<io.flow.internal.v0.models.TrackingAssuranceAnalysis>;
27304
27351
  export const trackingAssuranceAnalysisDeleted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted>;
27305
27352
  export const trackingAssuranceAnalysisUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted>;
@@ -108,6 +108,21 @@ T['io.flow.billing.v0.models.trueup_label_base'] = PropTypes.exact({
108
108
 
109
109
  T['io.flow.billing.v0.enums.trueup_source'] = PropTypes.oneOf(['flow', 'channel', 'dhl-parcel', 'dhl', 'ups']);
110
110
 
111
+ T['io.flow.billing.v0.models.transaction_metadata_tax_duty_delta'] = PropTypes.exact({
112
+ base: PropTypes.number,
113
+ local: PropTypes.number,
114
+ });
115
+
116
+ T['io.flow.billing.v0.models.transaction_metadata_tax_duty_estimate'] = PropTypes.exact({
117
+ base: PropTypes.number,
118
+ local: PropTypes.number,
119
+ });
120
+
121
+ T['io.flow.billing.v0.models.transaction_metadata_tax_duty_actual'] = PropTypes.exact({
122
+ base: PropTypes.number,
123
+ local: PropTypes.number,
124
+ });
125
+
111
126
  T['io.flow.billing.v0.models.transaction_metadata_shipping_label_carrier'] = PropTypes.exact({
112
127
  id: PropTypes.string.isRequired,
113
128
  service_id: PropTypes.string,
@@ -1459,13 +1474,13 @@ T['io.flow.partner.v0.models.partner_order_identifier'] = PropTypes.exact({
1459
1474
  number: PropTypes.string.isRequired,
1460
1475
  });
1461
1476
 
1462
- T['io.flow.channel.internal.v0.models.channel_organization_domain'] = PropTypes.exact({
1477
+ T['io.flow.channel.internal.v0.models.channel_organization_domains'] = PropTypes.exact({
1463
1478
  internal: PropTypes.string.isRequired,
1464
- 'public': PropTypes.string.isRequired,
1479
+ external: PropTypes.string.isRequired,
1465
1480
  });
1466
1481
 
1467
1482
  T['io.flow.channel.internal.v0.models.channel_organization_metadata'] = PropTypes.exact({
1468
- domain: T['io.flow.channel.internal.v0.models.channel_organization_domain'].isRequired,
1483
+ domain: T['io.flow.channel.internal.v0.models.channel_organization_domains'].isRequired,
1469
1484
  token: PropTypes.string.isRequired,
1470
1485
  });
1471
1486
 
@@ -9807,6 +9822,10 @@ T['io.flow.billing.v0.enums.tax_duty_transaction_reason_code'] = PropTypes.oneOf
9807
9822
  T['io.flow.billing.v0.models.transaction_metadata_tax_duty'] = PropTypes.exact({
9808
9823
  discriminator: PropTypes.oneOf(['transaction_tax_duty']).isRequired,
9809
9824
  reason_code: T['io.flow.billing.v0.enums.tax_duty_transaction_reason_code'].isRequired,
9825
+ local_currency: PropTypes.string,
9826
+ actual: T['io.flow.billing.v0.models.transaction_metadata_tax_duty_actual'],
9827
+ estimate: T['io.flow.billing.v0.models.transaction_metadata_tax_duty_estimate'],
9828
+ delta: T['io.flow.billing.v0.models.transaction_metadata_tax_duty_delta'],
9810
9829
  });
9811
9830
 
9812
9831
  T['io.flow.internal.v0.models.tax_duty_reason_code_metadata'] = PropTypes.exact({
@@ -11154,7 +11173,7 @@ T['io.flow.internal.v0.models.restriction_rule_organization_exemption'] = PropTy
11154
11173
  is_rule_active: PropTypes.bool,
11155
11174
  });
11156
11175
 
11157
- T['io.flow.internal.v0.enums.restriction_organization_source'] = PropTypes.oneOf(['shopify', 'smb', 'enterprise']);
11176
+ T['io.flow.internal.v0.enums.restriction_organization_source'] = PropTypes.oneOf(['smb', 'enterprise']);
11158
11177
  T['io.flow.internal.v0.enums.restriction_action'] = PropTypes.oneOf(['prohibited', 'restricted']);
11159
11178
 
11160
11179
  T['io.flow.product.v0.models.product_taxonomy_value'] = PropTypes.exact({
@@ -11252,7 +11271,7 @@ T['io.flow.internal.v0.models.shopify_product_create_upserted'] = PropTypes.exac
11252
11271
  shopify_product_create: T['io.flow.internal.v0.models.shopify_product_create_webhook_event'].isRequired,
11253
11272
  });
11254
11273
 
11255
- T['io.flow.internal.v0.enums.organization_source'] = PropTypes.oneOf(['shopify', 'smb', 'enterprise']);
11274
+ T['io.flow.internal.v0.enums.organization_source'] = PropTypes.oneOf(['smb', 'enterprise']);
11256
11275
 
11257
11276
  T['io.flow.internal.v0.models.restriction_summary_counts'] = PropTypes.exact({
11258
11277
  pending_restriction_count: PropTypes.number.isRequired,
@@ -16361,6 +16380,8 @@ T['io.flow.internal.v0.models.sales_payment_record'] = PropTypes.exact({
16361
16380
  order_total: T['io.flow.internal.v0.models.reporting_monetary_value'].isRequired,
16362
16381
  shopper_breakdown: T['io.flow.internal.v0.models.shopper_breakdown'].isRequired,
16363
16382
  payment: T['io.flow.internal.v0.models.reporting_payment'].isRequired,
16383
+ tax: T['io.flow.internal.v0.models.reporting_monetary_value'],
16384
+ duty: T['io.flow.internal.v0.models.reporting_monetary_value'],
16364
16385
  fees: T['io.flow.internal.v0.models.reporting_fees'].isRequired,
16365
16386
  conversion_rate: T['io.flow.internal.v0.models.reporting_conversion_rates'].isRequired,
16366
16387
  payment_is: T['io.flow.internal.v0.models.payment_is'].isRequired,
@@ -17360,6 +17381,8 @@ T['io.flow.internal.v0.enums.charge_input_type'] = PropTypes.oneOf([
17360
17381
  'additional_handling',
17361
17382
  'large_package_surcharge',
17362
17383
  'peak_surcharge',
17384
+ 'fuel_surcharge',
17385
+ 'delivery_area_surcharge',
17363
17386
  ]);
17364
17387
 
17365
17388
  T['io.flow.internal.v0.enums.evaluation_check_result'] = PropTypes.oneOf(['pass', 'fail']);
@@ -17431,6 +17454,11 @@ T['io.flow.internal.v0.models.channel_transaction_trigger_metadata'] = PropTypes
17431
17454
  trigger_type: T['io.flow.internal.v0.enums.channel_transaction_trigger_type'].isRequired,
17432
17455
  });
17433
17456
 
17457
+ T['io.flow.internal.v0.models.tokens'] = PropTypes.exact({
17458
+ webhook_signature_verification: PropTypes.string.isRequired,
17459
+ api: PropTypes.string.isRequired,
17460
+ });
17461
+
17434
17462
  T['io.flow.internal.v0.enums.shopify_service'] = PropTypes.oneOf(['payment', 'duty_tax_calculator', 'sellability']);
17435
17463
 
17436
17464
  T['io.flow.internal.v0.models.shopify_channel_organization_token'] = PropTypes.exact({
@@ -17485,13 +17513,21 @@ T['io.flow.internal.v0.models.channel_organization_publication_owner'] = PropTyp
17485
17513
  owner: T['io.flow.internal.v0.enums.catalog_publication_owner'].isRequired,
17486
17514
  });
17487
17515
 
17488
- T['io.flow.internal.v0.models.channel_organization_domain'] = PropTypes.exact({
17516
+ T['io.flow.internal.v0.models.channel_organization_domains'] = PropTypes.exact({
17489
17517
  internal: PropTypes.string.isRequired,
17490
- 'public': PropTypes.string.isRequired,
17518
+ external: PropTypes.string.isRequired,
17519
+ });
17520
+
17521
+ T['io.flow.internal.v0.models.channel_shop_form'] = PropTypes.exact({
17522
+ channel_id: PropTypes.string.isRequired,
17523
+ external_id: PropTypes.string.isRequired,
17524
+ name: PropTypes.string.isRequired,
17525
+ domains: T['io.flow.internal.v0.models.channel_organization_domains'].isRequired,
17526
+ tokens: T['io.flow.internal.v0.models.tokens'].isRequired,
17491
17527
  });
17492
17528
 
17493
17529
  T['io.flow.internal.v0.models.channel_organization_metadata'] = PropTypes.exact({
17494
- domain: T['io.flow.internal.v0.models.channel_organization_domain'].isRequired,
17530
+ domain: T['io.flow.internal.v0.models.channel_organization_domains'].isRequired,
17495
17531
  token: PropTypes.string.isRequired,
17496
17532
  });
17497
17533
 
@@ -20741,6 +20777,7 @@ T['io.flow.internal.v0.models.restriction_attribute_rule'] = PropTypes.exact({
20741
20777
  T['io.flow.internal.v0.models.attribute_rule'] = PropTypes.exact({
20742
20778
  restriction_attribute_rules: PropTypes.arrayOf(T['io.flow.internal.v0.models.restriction_attribute_rule']).isRequired,
20743
20779
  default_result: T['io.flow.internal.v0.enums.restriction_attribute_result'],
20780
+ require_msds: PropTypes.bool,
20744
20781
  });
20745
20782
 
20746
20783
  T['io.flow.internal.v0.models.restriction_rule_form'] = PropTypes.exact({
@@ -24027,6 +24064,15 @@ T['io.flow.internal.v0.models.commercial_invoice_internal_upserted'] = PropTypes
24027
24064
  invoice: T['io.flow.internal.v0.models.commercial_invoice_internal'].isRequired,
24028
24065
  });
24029
24066
 
24067
+ T['io.flow.internal.v0.models.channel_shop'] = PropTypes.exact({
24068
+ id: PropTypes.string.isRequired,
24069
+ organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
24070
+ channel: T['io.flow.common.v0.models.channel_reference'].isRequired,
24071
+ external_id: PropTypes.string.isRequired,
24072
+ name: PropTypes.string.isRequired,
24073
+ domains: T['io.flow.internal.v0.models.channel_organization_domains'].isRequired,
24074
+ });
24075
+
24030
24076
  T['io.flow.channel.v0.models.channel_organization'] = PropTypes.exact({
24031
24077
  id: PropTypes.string.isRequired,
24032
24078
  organization: T['io.flow.common.v0.models.organization_reference'].isRequired,
@@ -30329,7 +30375,7 @@ export const channelOrderSummary = T['io.flow.internal.v0.models.channel_order_s
30329
30375
  export const channelOrderSummaryDeleted = T['io.flow.internal.v0.models.channel_order_summary_deleted'];
30330
30376
  export const channelOrderSummaryFulfillmentDetails = T['io.flow.internal.v0.models.channel_order_summary_fulfillment_details'];
30331
30377
  export const channelOrderSummaryUpserted = T['io.flow.internal.v0.models.channel_order_summary_upserted'];
30332
- export const channelOrganizationDomain = T['io.flow.internal.v0.models.channel_organization_domain'];
30378
+ export const channelOrganizationDomains = T['io.flow.internal.v0.models.channel_organization_domains'];
30333
30379
  export const channelOrganizationIdentifier = T['io.flow.internal.v0.models.channel_organization_identifier'];
30334
30380
  export const channelOrganizationIdentifierDeleted = T['io.flow.internal.v0.models.channel_organization_identifier_deleted'];
30335
30381
  export const channelOrganizationIdentifierUpserted = T['io.flow.internal.v0.models.channel_organization_identifier_upserted'];
@@ -30349,6 +30395,8 @@ export const channelRateMetadata = T['io.flow.internal.v0.unions.channel_rate_me
30349
30395
  export const channelRateMetadataIdentity = T['io.flow.internal.v0.models.channel_rate_metadata_identity'];
30350
30396
  export const channelRateMetadataRate = T['io.flow.internal.v0.models.channel_rate_metadata_rate'];
30351
30397
  export const channelService = T['io.flow.internal.v0.enums.channel_service'];
30398
+ export const channelShop = T['io.flow.internal.v0.models.channel_shop'];
30399
+ export const channelShopForm = T['io.flow.internal.v0.models.channel_shop_form'];
30352
30400
  export const channelTransaction = T['io.flow.internal.v0.models.channel_transaction'];
30353
30401
  export const channelTransactionDeleted = T['io.flow.internal.v0.models.channel_transaction_deleted'];
30354
30402
  export const channelTransactionRate = T['io.flow.internal.v0.models.channel_transaction_rate'];
@@ -31769,6 +31817,7 @@ export const timeToClassifyAggregatedUpserted = T['io.flow.internal.v0.models.ti
31769
31817
  export const timeToClassifyDeleted = T['io.flow.internal.v0.models.time_to_classify_deleted'];
31770
31818
  export const timeToClassifyUpserted = T['io.flow.internal.v0.models.time_to_classify_upserted'];
31771
31819
  export const timeWithTimezone = T['io.flow.internal.v0.models.time_with_timezone'];
31820
+ export const tokens = T['io.flow.internal.v0.models.tokens'];
31772
31821
  export const tracker = T['io.flow.internal.v0.unions.tracker'];
31773
31822
  export const trackingAssuranceAnalysis = T['io.flow.internal.v0.models.tracking_assurance_analysis'];
31774
31823
  export const trackingAssuranceAnalysisDeleted = T['io.flow.internal.v0.models.tracking_assurance_analysis_deleted'];