@flowio/api-internal-prop-types 9.24.116 → 9.24.117
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 +0 -21
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +0 -21
- package/src/api-internal.js +1 -23
package/lib/api-internal.d.ts
CHANGED
|
@@ -23094,12 +23094,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23094
23094
|
readonly 'updated_at': string;
|
|
23095
23095
|
}
|
|
23096
23096
|
|
|
23097
|
-
interface RestrictionKeywordMetadata {
|
|
23098
|
-
readonly 'keyword': string;
|
|
23099
|
-
readonly 'type': io.flow.internal.v0.enums.KeywordType;
|
|
23100
|
-
readonly 'count': number;
|
|
23101
|
-
}
|
|
23102
|
-
|
|
23103
23097
|
interface RestrictionKeywords {
|
|
23104
23098
|
readonly 'positive_keywords': string[];
|
|
23105
23099
|
readonly 'negative_keywords': string[];
|
|
@@ -23126,9 +23120,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23126
23120
|
readonly 'earliest_pending_date': string;
|
|
23127
23121
|
readonly 'priority_score': number;
|
|
23128
23122
|
readonly 'date': string;
|
|
23129
|
-
readonly 'statuses': io.flow.internal.v0.models.RestrictionStatusMetadata[];
|
|
23130
23123
|
readonly 'counts': io.flow.internal.v0.models.RestrictionSummaryCounts;
|
|
23131
|
-
readonly 'count': number;
|
|
23132
23124
|
}
|
|
23133
23125
|
|
|
23134
23126
|
interface RestrictionOrganizationStatus {
|
|
@@ -23166,11 +23158,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23166
23158
|
readonly 'source': io.flow.internal.v0.enums.OrganizationSource;
|
|
23167
23159
|
}
|
|
23168
23160
|
|
|
23169
|
-
interface RestrictionPending {
|
|
23170
|
-
readonly 'rule': io.flow.internal.v0.models.RestrictionRuleSummary;
|
|
23171
|
-
readonly 'count': number;
|
|
23172
|
-
}
|
|
23173
|
-
|
|
23174
23161
|
interface RestrictionProduct {
|
|
23175
23162
|
readonly 'id': string;
|
|
23176
23163
|
readonly 'organization_id': string;
|
|
@@ -23309,11 +23296,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
23309
23296
|
readonly 'restriction_rule': io.flow.internal.v0.models.RestrictionRule;
|
|
23310
23297
|
}
|
|
23311
23298
|
|
|
23312
|
-
interface RestrictionStatusMetadata {
|
|
23313
|
-
readonly 'status': io.flow.internal.v0.enums.RestrictionStatus;
|
|
23314
|
-
readonly 'count': number;
|
|
23315
|
-
}
|
|
23316
|
-
|
|
23317
23299
|
interface RestrictionSummaryCounts {
|
|
23318
23300
|
readonly 'pending_restriction_count': number;
|
|
23319
23301
|
readonly 'pending_verification_count': number;
|
|
@@ -27492,7 +27474,6 @@ export const restrictionItemRequestForm: PropTypes.Requireable<io.flow.internal.
|
|
|
27492
27474
|
export const restrictionItemReview: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionItemReview>;
|
|
27493
27475
|
export const restrictionItemReviewDecisionForm: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionItemReviewDecisionForm>;
|
|
27494
27476
|
export const restrictionItemReviewSummary: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionItemReviewSummary>;
|
|
27495
|
-
export const restrictionKeywordMetadata: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionKeywordMetadata>;
|
|
27496
27477
|
export const restrictionKeywords: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionKeywords>;
|
|
27497
27478
|
export const restrictionOrganization: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionOrganization>;
|
|
27498
27479
|
export const restrictionOrganizationDecisionSummary: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionOrganizationDecisionSummary>;
|
|
@@ -27500,7 +27481,6 @@ export const restrictionOrganizationStatus: PropTypes.Requireable<io.flow.intern
|
|
|
27500
27481
|
export const restrictionOrganizationStatusDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted>;
|
|
27501
27482
|
export const restrictionOrganizationStatusUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted>;
|
|
27502
27483
|
export const restrictionOrganizationSummary: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionOrganizationSummary>;
|
|
27503
|
-
export const restrictionPending: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionPending>;
|
|
27504
27484
|
export const restrictionProduct: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionProduct>;
|
|
27505
27485
|
export const restrictionProductDecisionForm: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionProductDecisionForm>;
|
|
27506
27486
|
export const restrictionProductRequestForm: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionProductRequestForm>;
|
|
@@ -27517,7 +27497,6 @@ export const restrictionRuleLaneExemption: PropTypes.Requireable<io.flow.interna
|
|
|
27517
27497
|
export const restrictionRuleOverride: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleOverride>;
|
|
27518
27498
|
export const restrictionRuleSummary: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleSummary>;
|
|
27519
27499
|
export const restrictionRuleUpserted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionRuleUpserted>;
|
|
27520
|
-
export const restrictionStatusMetadata: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionStatusMetadata>;
|
|
27521
27500
|
export const restrictionSummaryCounts: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionSummaryCounts>;
|
|
27522
27501
|
export const restrictionsDailyops: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsDailyops>;
|
|
27523
27502
|
export const restrictionsDailyopsDeleted: PropTypes.Requireable<io.flow.internal.v0.models.RestrictionsDailyopsDeleted>;
|