@flowio/api-internal-prop-types 9.24.117 → 9.24.118

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.
@@ -13781,6 +13781,7 @@ declare namespace io.flow.internal.v0.enums {
13781
13781
  type CarrierLabelGenerationMethod = 'direct' | 'easypost';
13782
13782
  type CarrierValidationStatus = 'success' | 'error';
13783
13783
  type CatalogImportType = 'catalog_items' | 'item_form_overlays' | 'item_prices' | 'price_book_items_import' | 'price_book_items_query_import';
13784
+ type CatalogPublicationOwner = 'shopify' | 'globale';
13784
13785
  type ChannelBilledTransactionType = 'adjustment' | 'reversal' | 'channel_initiated';
13785
13786
  type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
13786
13787
  type ChannelOrderAcceptanceFailureReasonCode = 'channel_order_mor_invalid' | 'channel_order_does_not_exist';
@@ -23049,6 +23050,7 @@ declare namespace io.flow.internal.v0.models {
23049
23050
  readonly 'price': io.flow.common.v0.models.Price;
23050
23051
  readonly 'hs_code'?: string;
23051
23052
  readonly 'description': string;
23053
+ readonly 'category'?: string;
23052
23054
  readonly 'categories': string[];
23053
23055
  readonly 'images': io.flow.catalog.v0.models.Image[];
23054
23056
  readonly 'thumbnails': io.flow.catalog.v0.models.Image[];
@@ -23167,6 +23169,7 @@ declare namespace io.flow.internal.v0.models {
23167
23169
  readonly 'item_numbers': string[];
23168
23170
  readonly 'primary_item_number'?: string;
23169
23171
  readonly 'description': string;
23172
+ readonly 'category'?: string;
23170
23173
  readonly 'categories': string[];
23171
23174
  readonly 'images': io.flow.catalog.v0.models.Image[];
23172
23175
  readonly 'thumbnails': io.flow.catalog.v0.models.Image[];
@@ -23669,6 +23672,10 @@ declare namespace io.flow.internal.v0.models {
23669
23672
  readonly 'shop': io.flow.internal.v0.models.Shop;
23670
23673
  }
23671
23674
 
23675
+ interface ShopifyCatalogPublication {
23676
+ readonly 'owner': io.flow.internal.v0.enums.CatalogPublicationOwner;
23677
+ }
23678
+
23672
23679
  interface ShopifyChannelOrganizationToken {
23673
23680
  readonly 'cleartext': string;
23674
23681
  }
@@ -24099,6 +24106,7 @@ declare namespace io.flow.internal.v0.models {
24099
24106
  interface ShopifyMetadata {
24100
24107
  readonly 'domain': string;
24101
24108
  readonly 'myshopify_domain': string;
24109
+ readonly 'catalog_publication'?: io.flow.internal.v0.models.ShopifyCatalogPublication;
24102
24110
  readonly 'token': string;
24103
24111
  }
24104
24112
 
@@ -26092,6 +26100,7 @@ export const carrierFileType: PropTypes.Requireable<io.flow.internal.v0.enums.Ca
26092
26100
  export const carrierLabelGenerationMethod: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierLabelGenerationMethod>;
26093
26101
  export const carrierValidationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierValidationStatus>;
26094
26102
  export const catalogImportType: PropTypes.Requireable<io.flow.internal.v0.enums.CatalogImportType>;
26103
+ export const catalogPublicationOwner: PropTypes.Requireable<io.flow.internal.v0.enums.CatalogPublicationOwner>;
26095
26104
  export const channelBilledTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.ChannelBilledTransactionType>;
26096
26105
  export const channelOrderAcceptanceErrorAction: PropTypes.Requireable<io.flow.internal.v0.enums.ChannelOrderAcceptanceErrorAction>;
26097
26106
  export const channelOrderAcceptanceFailureReasonCode: PropTypes.Requireable<io.flow.internal.v0.enums.ChannelOrderAcceptanceFailureReasonCode>;
@@ -27547,6 +27556,7 @@ export const shippingPricing: PropTypes.Requireable<io.flow.internal.v0.models.S
27547
27556
  export const shop: PropTypes.Requireable<io.flow.internal.v0.models.Shop>;
27548
27557
  export const shopForm: PropTypes.Requireable<io.flow.internal.v0.models.ShopForm>;
27549
27558
  export const shopVersion: PropTypes.Requireable<io.flow.internal.v0.models.ShopVersion>;
27559
+ export const shopifyCatalogPublication: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyCatalogPublication>;
27550
27560
  export const shopifyChannelOrganizationToken: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyChannelOrganizationToken>;
27551
27561
  export const shopifyChannelOrganizationTokens: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyChannelOrganizationTokens>;
27552
27562
  export const shopifyCheckInventoryError: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyCheckInventoryError>;