@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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-internal-prop-types",
|
|
3
|
-
"version": "9.24.
|
|
3
|
+
"version": "9.24.117",
|
|
4
4
|
"description": "PropType validators that work with internal Flow API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flow",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"peerDependencies": {
|
|
31
31
|
"prop-types": "^15.7.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "811085cd356c5e70a8ab69509323e6909a48a92b"
|
|
34
34
|
}
|
package/src/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>;
|
package/src/api-internal.js
CHANGED
|
@@ -11230,14 +11230,6 @@ T['io.flow.internal.v0.models.restriction_summary_counts'] = PropTypes.exact({
|
|
|
11230
11230
|
pending_verification_count: PropTypes.number.isRequired,
|
|
11231
11231
|
});
|
|
11232
11232
|
|
|
11233
|
-
T['io.flow.internal.v0.enums.keyword_type'] = PropTypes.oneOf(['positive', 'negative']);
|
|
11234
|
-
|
|
11235
|
-
T['io.flow.internal.v0.models.restriction_keyword_metadata'] = PropTypes.exact({
|
|
11236
|
-
keyword: PropTypes.string.isRequired,
|
|
11237
|
-
type: T['io.flow.internal.v0.enums.keyword_type'].isRequired,
|
|
11238
|
-
count: PropTypes.number.isRequired,
|
|
11239
|
-
});
|
|
11240
|
-
|
|
11241
11233
|
T['io.flow.internal.v0.enums.restriction_decision'] = PropTypes.oneOf(['accept', 'escalate', 'reject', 'review']);
|
|
11242
11234
|
|
|
11243
11235
|
T['io.flow.internal.v0.models.restriction_rule_decision_form'] = PropTypes.exact({
|
|
@@ -11658,11 +11650,6 @@ T['io.flow.internal.v0.models.restriction_rule_summary'] = PropTypes.exact({
|
|
|
11658
11650
|
description: PropTypes.string.isRequired,
|
|
11659
11651
|
});
|
|
11660
11652
|
|
|
11661
|
-
T['io.flow.internal.v0.models.restriction_pending'] = PropTypes.exact({
|
|
11662
|
-
rule: T['io.flow.internal.v0.models.restriction_rule_summary'].isRequired,
|
|
11663
|
-
count: PropTypes.number.isRequired,
|
|
11664
|
-
});
|
|
11665
|
-
|
|
11666
11653
|
T['io.flow.internal.v0.enums.restriction_state_review_status'] = PropTypes.oneOf(['reviewed', 'in_review']);
|
|
11667
11654
|
|
|
11668
11655
|
T['io.flow.internal.v0.models.product_restriction_state'] = PropTypes.exact({
|
|
@@ -19844,11 +19831,6 @@ T['io.flow.internal.v0.models.debug_banking_details'] = PropTypes.exact({
|
|
|
19844
19831
|
|
|
19845
19832
|
T['io.flow.internal.v0.enums.restriction_status'] = PropTypes.oneOf(['pending', 'in_review', 'escalated', 'accepted', 'restricted']);
|
|
19846
19833
|
|
|
19847
|
-
T['io.flow.internal.v0.models.restriction_status_metadata'] = PropTypes.exact({
|
|
19848
|
-
status: T['io.flow.internal.v0.enums.restriction_status'].isRequired,
|
|
19849
|
-
count: PropTypes.number.isRequired,
|
|
19850
|
-
});
|
|
19851
|
-
|
|
19852
19834
|
T['io.flow.internal.v0.models.restriction_item_review_summary'] = PropTypes.exact({
|
|
19853
19835
|
rule: T['io.flow.internal.v0.models.restriction_rule_summary'].isRequired,
|
|
19854
19836
|
status: T['io.flow.internal.v0.enums.restriction_status'].isRequired,
|
|
@@ -22850,9 +22832,7 @@ T['io.flow.internal.v0.models.restriction_organization_decision_summary'] = Prop
|
|
|
22850
22832
|
earliest_pending_date: PropTypes.string.isRequired,
|
|
22851
22833
|
priority_score: PropTypes.number.isRequired,
|
|
22852
22834
|
date: PropTypes.string.isRequired,
|
|
22853
|
-
statuses: PropTypes.arrayOf(T['io.flow.internal.v0.models.restriction_status_metadata']).isRequired,
|
|
22854
22835
|
counts: T['io.flow.internal.v0.models.restriction_summary_counts'].isRequired,
|
|
22855
|
-
count: PropTypes.number.isRequired,
|
|
22856
22836
|
});
|
|
22857
22837
|
|
|
22858
22838
|
T['io.flow.internal.v0.models.liability_money'] = PropTypes.exact({
|
|
@@ -28014,6 +27994,7 @@ T['io.flow.internal.v0.enums.graphql_service_types'] = PropTypes.oneOf([
|
|
|
28014
27994
|
]);
|
|
28015
27995
|
|
|
28016
27996
|
T['io.flow.internal.v0.enums.http_method'] = PropTypes.oneOf(['get', 'post']);
|
|
27997
|
+
T['io.flow.internal.v0.enums.keyword_type'] = PropTypes.oneOf(['positive', 'negative']);
|
|
28017
27998
|
T['io.flow.internal.v0.enums.label_billing_strategy'] = PropTypes.oneOf(['quote', 'carrier']);
|
|
28018
27999
|
T['io.flow.internal.v0.enums.label_request_result_organization_type'] = PropTypes.oneOf(['all', 'legacy_production', 'managed_markets_production', 'sandbox']);
|
|
28019
28000
|
T['io.flow.internal.v0.enums.label_transaction_type'] = PropTypes.oneOf(['adjustment', 'reversal', 'billable_label', 'fee', 'revenue_share']);
|
|
@@ -31832,7 +31813,6 @@ export const restrictionItemRequestForm = T['io.flow.internal.v0.models.restrict
|
|
|
31832
31813
|
export const restrictionItemReview = T['io.flow.internal.v0.models.restriction_item_review'];
|
|
31833
31814
|
export const restrictionItemReviewDecisionForm = T['io.flow.internal.v0.models.restriction_item_review_decision_form'];
|
|
31834
31815
|
export const restrictionItemReviewSummary = T['io.flow.internal.v0.models.restriction_item_review_summary'];
|
|
31835
|
-
export const restrictionKeywordMetadata = T['io.flow.internal.v0.models.restriction_keyword_metadata'];
|
|
31836
31816
|
export const restrictionKeywords = T['io.flow.internal.v0.models.restriction_keywords'];
|
|
31837
31817
|
export const restrictionOrganization = T['io.flow.internal.v0.models.restriction_organization'];
|
|
31838
31818
|
export const restrictionOrganizationChannel = T['io.flow.internal.v0.enums.restriction_organization_channel'];
|
|
@@ -31842,7 +31822,6 @@ export const restrictionOrganizationStatus = T['io.flow.internal.v0.models.restr
|
|
|
31842
31822
|
export const restrictionOrganizationStatusDeleted = T['io.flow.internal.v0.models.restriction_organization_status_deleted'];
|
|
31843
31823
|
export const restrictionOrganizationStatusUpserted = T['io.flow.internal.v0.models.restriction_organization_status_upserted'];
|
|
31844
31824
|
export const restrictionOrganizationSummary = T['io.flow.internal.v0.models.restriction_organization_summary'];
|
|
31845
|
-
export const restrictionPending = T['io.flow.internal.v0.models.restriction_pending'];
|
|
31846
31825
|
export const restrictionProduct = T['io.flow.internal.v0.models.restriction_product'];
|
|
31847
31826
|
export const restrictionProductDecisionForm = T['io.flow.internal.v0.models.restriction_product_decision_form'];
|
|
31848
31827
|
export const restrictionProductRequestForm = T['io.flow.internal.v0.models.restriction_product_request_form'];
|
|
@@ -31862,7 +31841,6 @@ export const restrictionRuleSummary = T['io.flow.internal.v0.models.restriction_
|
|
|
31862
31841
|
export const restrictionRuleUpserted = T['io.flow.internal.v0.models.restriction_rule_upserted'];
|
|
31863
31842
|
export const restrictionStateReviewStatus = T['io.flow.internal.v0.enums.restriction_state_review_status'];
|
|
31864
31843
|
export const restrictionStatus = T['io.flow.internal.v0.enums.restriction_status'];
|
|
31865
|
-
export const restrictionStatusMetadata = T['io.flow.internal.v0.models.restriction_status_metadata'];
|
|
31866
31844
|
export const restrictionSummaryCounts = T['io.flow.internal.v0.models.restriction_summary_counts'];
|
|
31867
31845
|
export const restrictionsDailyops = T['io.flow.internal.v0.models.restrictions_dailyops'];
|
|
31868
31846
|
export const restrictionsDailyopsDeleted = T['io.flow.internal.v0.models.restrictions_dailyops_deleted'];
|