@flowio/types 11.24.117 → 11.24.118

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.
@@ -20129,11 +20129,6 @@ declare namespace io.flow.internal.v0.models {
20129
20129
  readonly status: io.flow.internal.v0.enums.RestrictionStatus;
20130
20130
  readonly updated_at: string;
20131
20131
  }
20132
- interface RestrictionKeywordMetadata {
20133
- readonly keyword: string;
20134
- readonly type: io.flow.internal.v0.enums.KeywordType;
20135
- readonly count: number;
20136
- }
20137
20132
  interface RestrictionKeywords {
20138
20133
  readonly positive_keywords: string[];
20139
20134
  readonly negative_keywords: string[];
@@ -20158,9 +20153,7 @@ declare namespace io.flow.internal.v0.models {
20158
20153
  readonly earliest_pending_date: string;
20159
20154
  readonly priority_score: number;
20160
20155
  readonly date: string;
20161
- readonly statuses: io.flow.internal.v0.models.RestrictionStatusMetadata[];
20162
20156
  readonly counts: io.flow.internal.v0.models.RestrictionSummaryCounts;
20163
- readonly count: number;
20164
20157
  }
20165
20158
  interface RestrictionOrganizationStatus {
20166
20159
  readonly id: string;
@@ -20193,10 +20186,6 @@ declare namespace io.flow.internal.v0.models {
20193
20186
  readonly environment: io.flow.common.v0.enums.Environment;
20194
20187
  readonly source: io.flow.internal.v0.enums.OrganizationSource;
20195
20188
  }
20196
- interface RestrictionPending {
20197
- readonly rule: io.flow.internal.v0.models.RestrictionRuleSummary;
20198
- readonly count: number;
20199
- }
20200
20189
  interface RestrictionProduct {
20201
20190
  readonly id: string;
20202
20191
  readonly organization_id: string;
@@ -20319,10 +20308,6 @@ declare namespace io.flow.internal.v0.models {
20319
20308
  readonly timestamp: string;
20320
20309
  readonly restriction_rule: io.flow.internal.v0.models.RestrictionRule;
20321
20310
  }
20322
- interface RestrictionStatusMetadata {
20323
- readonly status: io.flow.internal.v0.enums.RestrictionStatus;
20324
- readonly count: number;
20325
- }
20326
20311
  interface RestrictionSummaryCounts {
20327
20312
  readonly pending_restriction_count: number;
20328
20313
  readonly pending_verification_count: number;
@@ -24154,7 +24139,6 @@ export declare type RestrictionItemRequestForm = io.flow.internal.v0.models.Rest
24154
24139
  export declare type RestrictionItemReview = io.flow.internal.v0.models.RestrictionItemReview;
24155
24140
  export declare type RestrictionItemReviewDecisionForm = io.flow.internal.v0.models.RestrictionItemReviewDecisionForm;
24156
24141
  export declare type RestrictionItemReviewSummary = io.flow.internal.v0.models.RestrictionItemReviewSummary;
24157
- export declare type RestrictionKeywordMetadata = io.flow.internal.v0.models.RestrictionKeywordMetadata;
24158
24142
  export declare type RestrictionKeywords = io.flow.internal.v0.models.RestrictionKeywords;
24159
24143
  export declare type RestrictionOrganization = io.flow.internal.v0.models.RestrictionOrganization;
24160
24144
  export declare type RestrictionOrganizationChannel = io.flow.internal.v0.enums.RestrictionOrganizationChannel;
@@ -24164,7 +24148,6 @@ export declare type RestrictionOrganizationStatus = io.flow.internal.v0.models.R
24164
24148
  export declare type RestrictionOrganizationStatusDeleted = io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted;
24165
24149
  export declare type RestrictionOrganizationStatusUpserted = io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted;
24166
24150
  export declare type RestrictionOrganizationSummary = io.flow.internal.v0.models.RestrictionOrganizationSummary;
24167
- export declare type RestrictionPending = io.flow.internal.v0.models.RestrictionPending;
24168
24151
  export declare type RestrictionProduct = io.flow.internal.v0.models.RestrictionProduct;
24169
24152
  export declare type RestrictionProductDecisionForm = io.flow.internal.v0.models.RestrictionProductDecisionForm;
24170
24153
  export declare type RestrictionProductRequestForm = io.flow.internal.v0.models.RestrictionProductRequestForm;
@@ -24184,7 +24167,6 @@ export declare type RestrictionRuleSummary = io.flow.internal.v0.models.Restrict
24184
24167
  export declare type RestrictionRuleUpserted = io.flow.internal.v0.models.RestrictionRuleUpserted;
24185
24168
  export declare type RestrictionStateReviewStatus = io.flow.internal.v0.enums.RestrictionStateReviewStatus;
24186
24169
  export declare type RestrictionStatus = io.flow.internal.v0.enums.RestrictionStatus;
24187
- export declare type RestrictionStatusMetadata = io.flow.internal.v0.models.RestrictionStatusMetadata;
24188
24170
  export declare type RestrictionSummaryCounts = io.flow.internal.v0.models.RestrictionSummaryCounts;
24189
24171
  export declare type RestrictionsDailyops = io.flow.internal.v0.models.RestrictionsDailyops;
24190
24172
  export declare type RestrictionsDailyopsDeleted = io.flow.internal.v0.models.RestrictionsDailyopsDeleted;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/types",
3
- "version": "11.24.117",
3
+ "version": "11.24.118",
4
4
  "description": "TypeScript type definitions for custom types found in Flow API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,5 +25,5 @@
25
25
  "maintainers": [
26
26
  "Christian Muñoz <christian.munoz@flow.io>"
27
27
  ],
28
- "gitHead": "190ae7774967db79faaab1c6f4ea63dd48a75358"
28
+ "gitHead": "811085cd356c5e70a8ab69509323e6909a48a92b"
29
29
  }
@@ -26608,12 +26608,6 @@ declare namespace io.flow.internal.v0.models {
26608
26608
  readonly updated_at: string;
26609
26609
  }
26610
26610
 
26611
- interface RestrictionKeywordMetadata {
26612
- readonly keyword: string;
26613
- readonly type: io.flow.internal.v0.enums.KeywordType;
26614
- readonly count: number;
26615
- }
26616
-
26617
26611
  interface RestrictionKeywords {
26618
26612
  readonly positive_keywords: string[];
26619
26613
  readonly negative_keywords: string[];
@@ -26640,9 +26634,7 @@ declare namespace io.flow.internal.v0.models {
26640
26634
  readonly earliest_pending_date: string;
26641
26635
  readonly priority_score: number;
26642
26636
  readonly date: string;
26643
- readonly statuses: io.flow.internal.v0.models.RestrictionStatusMetadata[];
26644
26637
  readonly counts: io.flow.internal.v0.models.RestrictionSummaryCounts;
26645
- readonly count: number;
26646
26638
  }
26647
26639
 
26648
26640
  interface RestrictionOrganizationStatus {
@@ -26680,11 +26672,6 @@ declare namespace io.flow.internal.v0.models {
26680
26672
  readonly source: io.flow.internal.v0.enums.OrganizationSource;
26681
26673
  }
26682
26674
 
26683
- interface RestrictionPending {
26684
- readonly rule: io.flow.internal.v0.models.RestrictionRuleSummary;
26685
- readonly count: number;
26686
- }
26687
-
26688
26675
  interface RestrictionProduct {
26689
26676
  readonly id: string;
26690
26677
  readonly organization_id: string;
@@ -26823,11 +26810,6 @@ declare namespace io.flow.internal.v0.models {
26823
26810
  readonly restriction_rule: io.flow.internal.v0.models.RestrictionRule;
26824
26811
  }
26825
26812
 
26826
- interface RestrictionStatusMetadata {
26827
- readonly status: io.flow.internal.v0.enums.RestrictionStatus;
26828
- readonly count: number;
26829
- }
26830
-
26831
26813
  interface RestrictionSummaryCounts {
26832
26814
  readonly pending_restriction_count: number;
26833
26815
  readonly pending_verification_count: number;
@@ -32509,8 +32491,6 @@ export type RestrictionItemReviewDecisionForm =
32509
32491
  io.flow.internal.v0.models.RestrictionItemReviewDecisionForm;
32510
32492
  export type RestrictionItemReviewSummary =
32511
32493
  io.flow.internal.v0.models.RestrictionItemReviewSummary;
32512
- export type RestrictionKeywordMetadata =
32513
- io.flow.internal.v0.models.RestrictionKeywordMetadata;
32514
32494
  export type RestrictionKeywords =
32515
32495
  io.flow.internal.v0.models.RestrictionKeywords;
32516
32496
  export type RestrictionOrganization =
@@ -32529,7 +32509,6 @@ export type RestrictionOrganizationStatusUpserted =
32529
32509
  io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted;
32530
32510
  export type RestrictionOrganizationSummary =
32531
32511
  io.flow.internal.v0.models.RestrictionOrganizationSummary;
32532
- export type RestrictionPending = io.flow.internal.v0.models.RestrictionPending;
32533
32512
  export type RestrictionProduct = io.flow.internal.v0.models.RestrictionProduct;
32534
32513
  export type RestrictionProductDecisionForm =
32535
32514
  io.flow.internal.v0.models.RestrictionProductDecisionForm;
@@ -32565,8 +32544,6 @@ export type RestrictionRuleUpserted =
32565
32544
  export type RestrictionStateReviewStatus =
32566
32545
  io.flow.internal.v0.enums.RestrictionStateReviewStatus;
32567
32546
  export type RestrictionStatus = io.flow.internal.v0.enums.RestrictionStatus;
32568
- export type RestrictionStatusMetadata =
32569
- io.flow.internal.v0.models.RestrictionStatusMetadata;
32570
32547
  export type RestrictionSummaryCounts =
32571
32548
  io.flow.internal.v0.models.RestrictionSummaryCounts;
32572
32549
  export type RestrictionsDailyops =