@flowio/api-internal-prop-types 9.24.123 → 9.24.124
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 +1 -1
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +1 -1
- package/src/api-internal.js +21 -21
package/lib/api-internal.d.ts
CHANGED
|
@@ -22690,6 +22690,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22690
22690
|
readonly 'updated_at': string;
|
|
22691
22691
|
readonly 'taxonomy_category'?: io.flow.product.v0.models.ProductTaxonomyCategory;
|
|
22692
22692
|
readonly 'taxonomy_data'?: io.flow.product.v0.models.ProductTaxonomyData[];
|
|
22693
|
+
readonly 'channel'?: string;
|
|
22693
22694
|
}
|
|
22694
22695
|
|
|
22695
22696
|
interface RestrictionProductDecisionForm {
|
|
@@ -22808,7 +22809,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22808
22809
|
readonly 'organization_id': string;
|
|
22809
22810
|
readonly 'rule_id': string;
|
|
22810
22811
|
readonly 'description': string;
|
|
22811
|
-
readonly 'is_rule_exempt': boolean;
|
|
22812
22812
|
readonly 'exempt_regions'?: string[];
|
|
22813
22813
|
readonly 'ignored_keywords'?: string[];
|
|
22814
22814
|
readonly 'additional_keywords'?: string[];
|