@flowio/api-types 0.0.249 → 0.0.250
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.
|
@@ -26,6 +26,7 @@ declare namespace io.flow.internal.v0.enums {
|
|
|
26
26
|
type CarrierLabelGenerationMethod = 'direct' | 'easypost';
|
|
27
27
|
type CarrierValidationStatus = 'success' | 'error';
|
|
28
28
|
type CatalogImportType = 'catalog_items' | 'item_form_overlays' | 'item_prices' | 'price_book_items_import' | 'price_book_items_query_import';
|
|
29
|
+
type CatalogPublicationOwner = 'shopify' | 'globale';
|
|
29
30
|
type ChannelBilledTransactionType = 'adjustment' | 'reversal' | 'channel_initiated';
|
|
30
31
|
type ChannelOrderAcceptanceErrorAction = 'auto_reject' | 'auto_accept';
|
|
31
32
|
type ChannelOrderAcceptanceFailureReasonCode = 'channel_order_mor_invalid' | 'channel_order_does_not_exist';
|
|
@@ -9294,6 +9295,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
9294
9295
|
readonly 'price': io.flow.common.v0.models.Price;
|
|
9295
9296
|
readonly 'hs_code'?: string;
|
|
9296
9297
|
readonly 'description': string;
|
|
9298
|
+
readonly 'category'?: string;
|
|
9297
9299
|
readonly 'categories': string[];
|
|
9298
9300
|
readonly 'images': io.flow.catalog.v0.models.Image[];
|
|
9299
9301
|
readonly 'thumbnails': io.flow.catalog.v0.models.Image[];
|
|
@@ -9412,6 +9414,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
9412
9414
|
readonly 'item_numbers': string[];
|
|
9413
9415
|
readonly 'primary_item_number'?: string;
|
|
9414
9416
|
readonly 'description': string;
|
|
9417
|
+
readonly 'category'?: string;
|
|
9415
9418
|
readonly 'categories': string[];
|
|
9416
9419
|
readonly 'images': io.flow.catalog.v0.models.Image[];
|
|
9417
9420
|
readonly 'thumbnails': io.flow.catalog.v0.models.Image[];
|
|
@@ -9914,6 +9917,10 @@ declare namespace io.flow.internal.v0.models {
|
|
|
9914
9917
|
readonly 'shop': io.flow.internal.v0.models.Shop;
|
|
9915
9918
|
}
|
|
9916
9919
|
|
|
9920
|
+
interface ShopifyCatalogPublication {
|
|
9921
|
+
readonly 'owner': io.flow.internal.v0.enums.CatalogPublicationOwner;
|
|
9922
|
+
}
|
|
9923
|
+
|
|
9917
9924
|
interface ShopifyChannelOrganizationToken {
|
|
9918
9925
|
readonly 'cleartext': string;
|
|
9919
9926
|
}
|
|
@@ -10344,6 +10351,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
10344
10351
|
interface ShopifyMetadata {
|
|
10345
10352
|
readonly 'domain': string;
|
|
10346
10353
|
readonly 'myshopify_domain': string;
|
|
10354
|
+
readonly 'catalog_publication'?: io.flow.internal.v0.models.ShopifyCatalogPublication;
|
|
10347
10355
|
readonly 'token': string;
|
|
10348
10356
|
}
|
|
10349
10357
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-types",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.250",
|
|
4
4
|
"description": "Global TypeScript typings for Flow Commerce API",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
"scripts": {
|
|
15
15
|
"generate": "apibuilder update && node scripts/generate-index.js"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "ffe0a20d21d1a048bd484b1693c06bae66208f8f"
|
|
18
18
|
}
|