@flowio/api-types 0.0.248 → 0.0.249

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.
@@ -9339,12 +9339,6 @@ declare namespace io.flow.internal.v0.models {
9339
9339
  readonly 'updated_at': string;
9340
9340
  }
9341
9341
 
9342
- interface RestrictionKeywordMetadata {
9343
- readonly 'keyword': string;
9344
- readonly 'type': io.flow.internal.v0.enums.KeywordType;
9345
- readonly 'count': number;
9346
- }
9347
-
9348
9342
  interface RestrictionKeywords {
9349
9343
  readonly 'positive_keywords': string[];
9350
9344
  readonly 'negative_keywords': string[];
@@ -9371,9 +9365,7 @@ declare namespace io.flow.internal.v0.models {
9371
9365
  readonly 'earliest_pending_date': string;
9372
9366
  readonly 'priority_score': number;
9373
9367
  readonly 'date': string;
9374
- readonly 'statuses': io.flow.internal.v0.models.RestrictionStatusMetadata[];
9375
9368
  readonly 'counts': io.flow.internal.v0.models.RestrictionSummaryCounts;
9376
- readonly 'count': number;
9377
9369
  }
9378
9370
 
9379
9371
  interface RestrictionOrganizationStatus {
@@ -9411,11 +9403,6 @@ declare namespace io.flow.internal.v0.models {
9411
9403
  readonly 'source': io.flow.internal.v0.enums.OrganizationSource;
9412
9404
  }
9413
9405
 
9414
- interface RestrictionPending {
9415
- readonly 'rule': io.flow.internal.v0.models.RestrictionRuleSummary;
9416
- readonly 'count': number;
9417
- }
9418
-
9419
9406
  interface RestrictionProduct {
9420
9407
  readonly 'id': string;
9421
9408
  readonly 'organization_id': string;
@@ -9554,11 +9541,6 @@ declare namespace io.flow.internal.v0.models {
9554
9541
  readonly 'restriction_rule': io.flow.internal.v0.models.RestrictionRule;
9555
9542
  }
9556
9543
 
9557
- interface RestrictionStatusMetadata {
9558
- readonly 'status': io.flow.internal.v0.enums.RestrictionStatus;
9559
- readonly 'count': number;
9560
- }
9561
-
9562
9544
  interface RestrictionSummaryCounts {
9563
9545
  readonly 'pending_restriction_count': number;
9564
9546
  readonly 'pending_verification_count': number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-types",
3
- "version": "0.0.248",
3
+ "version": "0.0.249",
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": "190ae7774967db79faaab1c6f4ea63dd48a75358"
17
+ "gitHead": "811085cd356c5e70a8ab69509323e6909a48a92b"
18
18
  }