@flowio/api-internal-prop-types 9.24.116 → 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.
- package/lib/api-internal.d.ts +10 -21
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +10 -21
- package/src/api-internal.js +11 -23
package/lib/api-internal.d.ts
CHANGED
|
@@ -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[];
|
|
@@ -23094,12 +23096,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23094
23096
|
readonly 'updated_at': string;
|
|
23095
23097
|
}
|
|
23096
23098
|
|
|
23097
|
-
interface RestrictionKeywordMetadata {
|
|
23098
|
-
readonly 'keyword': string;
|
|
23099
|
-
readonly 'type': io.flow.internal.v0.enums.KeywordType;
|
|
23100
|
-
readonly 'count': number;
|
|
23101
|
-
}
|
|
23102
|
-
|
|
23103
23099
|
interface RestrictionKeywords {
|
|
23104
23100
|
readonly 'positive_keywords': string[];
|
|
23105
23101
|
readonly 'negative_keywords': string[];
|
|
@@ -23126,9 +23122,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23126
23122
|
readonly 'earliest_pending_date': string;
|
|
23127
23123
|
readonly 'priority_score': number;
|
|
23128
23124
|
readonly 'date': string;
|
|
23129
|
-
readonly 'statuses': io.flow.internal.v0.models.RestrictionStatusMetadata[];
|
|
23130
23125
|
readonly 'counts': io.flow.internal.v0.models.RestrictionSummaryCounts;
|
|
23131
|
-
readonly 'count': number;
|
|
23132
23126
|
}
|
|
23133
23127
|
|
|
23134
23128
|
interface RestrictionOrganizationStatus {
|
|
@@ -23166,11 +23160,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23166
23160
|
readonly 'source': io.flow.internal.v0.enums.OrganizationSource;
|
|
23167
23161
|
}
|
|
23168
23162
|
|
|
23169
|
-
interface RestrictionPending {
|
|
23170
|
-
readonly 'rule': io.flow.internal.v0.models.RestrictionRuleSummary;
|
|
23171
|
-
readonly 'count': number;
|
|
23172
|
-
}
|
|
23173
|
-
|
|
23174
23163
|
interface RestrictionProduct {
|
|
23175
23164
|
readonly 'id': string;
|
|
23176
23165
|
readonly 'organization_id': string;
|
|
@@ -23180,6 +23169,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23180
23169
|
readonly 'item_numbers': string[];
|
|
23181
23170
|
readonly 'primary_item_number'?: string;
|
|
23182
23171
|
readonly 'description': string;
|
|
23172
|
+
readonly 'category'?: string;
|
|
23183
23173
|
readonly 'categories': string[];
|
|
23184
23174
|
readonly 'images': io.flow.catalog.v0.models.Image[];
|
|
23185
23175
|
readonly 'thumbnails': io.flow.catalog.v0.models.Image[];
|
|
@@ -23309,11 +23299,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23309
23299
|
readonly 'restriction_rule': io.flow.internal.v0.models.RestrictionRule;
|
|
23310
23300
|
}
|
|
23311
23301
|
|
|
23312
|
-
interface RestrictionStatusMetadata {
|
|
23313
|
-
readonly 'status': io.flow.internal.v0.enums.RestrictionStatus;
|
|
23314
|
-
readonly 'count': number;
|
|
23315
|
-
}
|
|
23316
|
-
|
|
23317
23302
|
interface RestrictionSummaryCounts {
|
|
23318
23303
|
readonly 'pending_restriction_count': number;
|
|
23319
23304
|
readonly 'pending_verification_count': number;
|
|
@@ -23687,6 +23672,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23687
23672
|
readonly 'shop': io.flow.internal.v0.models.Shop;
|
|
23688
23673
|
}
|
|
23689
23674
|
|
|
23675
|
+
interface ShopifyCatalogPublication {
|
|
23676
|
+
readonly 'owner': io.flow.internal.v0.enums.CatalogPublicationOwner;
|
|
23677
|
+
}
|
|
23678
|
+
|
|
23690
23679
|
interface ShopifyChannelOrganizationToken {
|
|
23691
23680
|
readonly 'cleartext': string;
|
|
23692
23681
|
}
|
|
@@ -24117,6 +24106,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24117
24106
|
interface ShopifyMetadata {
|
|
24118
24107
|
readonly 'domain': string;
|
|
24119
24108
|
readonly 'myshopify_domain': string;
|
|
24109
|
+
readonly 'catalog_publication'?: io.flow.internal.v0.models.ShopifyCatalogPublication;
|
|
24120
24110
|
readonly 'token': string;
|
|
24121
24111
|
}
|
|
24122
24112
|
|
|
@@ -26110,6 +26100,7 @@ export const carrierFileType: PropTypes.Requireable<io.flow.internal.v0.enums.Ca
|
|
|
26110
26100
|
export const carrierLabelGenerationMethod: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierLabelGenerationMethod>;
|
|
26111
26101
|
export const carrierValidationStatus: PropTypes.Requireable<io.flow.internal.v0.enums.CarrierValidationStatus>;
|
|
26112
26102
|
export const catalogImportType: PropTypes.Requireable<io.flow.internal.v0.enums.CatalogImportType>;
|
|
26103
|
+
export const catalogPublicationOwner: PropTypes.Requireable<io.flow.internal.v0.enums.CatalogPublicationOwner>;
|
|
26113
26104
|
export const channelBilledTransactionType: PropTypes.Requireable<io.flow.internal.v0.enums.ChannelBilledTransactionType>;
|
|
26114
26105
|
export const channelOrderAcceptanceErrorAction: PropTypes.Requireable<io.flow.internal.v0.enums.ChannelOrderAcceptanceErrorAction>;
|
|
26115
26106
|
export const channelOrderAcceptanceFailureReasonCode: PropTypes.Requireable<io.flow.internal.v0.enums.ChannelOrderAcceptanceFailureReasonCode>;
|
|
@@ -27492,7 +27483,6 @@ export const restrictionItemRequestForm: PropTypes.Requireable<io.flow.internal.
|
|
|
27492
27483
|
export const restrictionItemReview: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionItemReview>;
|
|
27493
27484
|
export const restrictionItemReviewDecisionForm: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionItemReviewDecisionForm>;
|
|
27494
27485
|
export const restrictionItemReviewSummary: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionItemReviewSummary>;
|
|
27495
|
-
export const restrictionKeywordMetadata: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionKeywordMetadata>;
|
|
27496
27486
|
export const restrictionKeywords: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionKeywords>;
|
|
27497
27487
|
export const restrictionOrganization: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionOrganization>;
|
|
27498
27488
|
export const restrictionOrganizationDecisionSummary: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionOrganizationDecisionSummary>;
|
|
@@ -27500,7 +27490,6 @@ export const restrictionOrganizationStatus: PropTypes.Requireable<io.flow.intern
|
|
|
27500
27490
|
export const restrictionOrganizationStatusDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted>;
|
|
27501
27491
|
export const restrictionOrganizationStatusUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted>;
|
|
27502
27492
|
export const restrictionOrganizationSummary: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionOrganizationSummary>;
|
|
27503
|
-
export const restrictionPending: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionPending>;
|
|
27504
27493
|
export const restrictionProduct: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionProduct>;
|
|
27505
27494
|
export const restrictionProductDecisionForm: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionProductDecisionForm>;
|
|
27506
27495
|
export const restrictionProductRequestForm: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionProductRequestForm>;
|
|
@@ -27517,7 +27506,6 @@ export const restrictionRuleLaneExemption: PropTypes.Requireable<io.flow.interna
|
|
|
27517
27506
|
export const restrictionRuleOverride: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleOverride>;
|
|
27518
27507
|
export const restrictionRuleSummary: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleSummary>;
|
|
27519
27508
|
export const restrictionRuleUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleUpserted>;
|
|
27520
|
-
export const restrictionStatusMetadata: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionStatusMetadata>;
|
|
27521
27509
|
export const restrictionSummaryCounts: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionSummaryCounts>;
|
|
27522
27510
|
export const restrictionsDailyops: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsDailyops>;
|
|
27523
27511
|
export const restrictionsDailyopsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsDailyopsDeleted>;
|
|
@@ -27568,6 +27556,7 @@ export const shippingPricing: PropTypes.Requireable<io.flow.internal.v0.models.S
|
|
|
27568
27556
|
export const shop: PropTypes.Requireable<io.flow.internal.v0.models.Shop>;
|
|
27569
27557
|
export const shopForm: PropTypes.Requireable<io.flow.internal.v0.models.ShopForm>;
|
|
27570
27558
|
export const shopVersion: PropTypes.Requireable<io.flow.internal.v0.models.ShopVersion>;
|
|
27559
|
+
export const shopifyCatalogPublication: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyCatalogPublication>;
|
|
27571
27560
|
export const shopifyChannelOrganizationToken: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyChannelOrganizationToken>;
|
|
27572
27561
|
export const shopifyChannelOrganizationTokens: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyChannelOrganizationTokens>;
|
|
27573
27562
|
export const shopifyCheckInventoryError: PropTypes.Requireable<io.flow.internal.v0.models.ShopifyCheckInventoryError>;
|