@flowio/api-types 0.0.255 → 0.0.256
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.
|
@@ -9258,6 +9258,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
9258
9258
|
readonly 'updated_at': string;
|
|
9259
9259
|
readonly 'taxonomy_category'?: io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
9260
9260
|
readonly 'taxonomy_data'?: io.flow.product.v0.models.ProductTaxonomyData[];
|
|
9261
|
+
readonly 'channel'?: string;
|
|
9261
9262
|
}
|
|
9262
9263
|
|
|
9263
9264
|
interface RestrictionProductDecisionForm {
|
|
@@ -9376,7 +9377,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
9376
9377
|
readonly 'organization_id': string;
|
|
9377
9378
|
readonly 'rule_id': string;
|
|
9378
9379
|
readonly 'description': string;
|
|
9379
|
-
readonly 'is_rule_exempt': boolean;
|
|
9380
9380
|
readonly 'exempt_regions'?: string[];
|
|
9381
9381
|
readonly 'ignored_keywords'?: string[];
|
|
9382
9382
|
readonly 'additional_keywords'?: string[];
|
|
@@ -3723,6 +3723,7 @@ declare namespace io.flow.v0.models {
|
|
|
3723
3723
|
readonly 'product_id': string;
|
|
3724
3724
|
readonly 'ge_organization_name': string;
|
|
3725
3725
|
readonly 'ge_shipping_origin_country'?: string;
|
|
3726
|
+
readonly 'product_url'?: string;
|
|
3726
3727
|
}
|
|
3727
3728
|
|
|
3728
3729
|
interface GeInputPrice {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-types",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.256",
|
|
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": "303d0c0519735bb00069173b130ffc2680e7f93b"
|
|
18
18
|
}
|