@flowio/types 11.24.141 → 11.24.142

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.
@@ -13602,6 +13602,7 @@ declare namespace io.flow.internal.v0.models {
13602
13602
  readonly source_type: io.flow.internal.v0.enums.AccountType;
13603
13603
  readonly source_id: string;
13604
13604
  readonly status: io.flow.internal.v0.enums.BankPaymentStatusCode;
13605
+ readonly processed: boolean;
13605
13606
  readonly amount: number;
13606
13607
  readonly currency: string;
13607
13608
  readonly created_at: string;
@@ -13661,6 +13662,9 @@ declare namespace io.flow.internal.v0.models {
13661
13662
  readonly number_lines_with_errors: number;
13662
13663
  readonly errors_url?: string;
13663
13664
  }
13665
+ interface BankPaymentStatusProcessedImportForm {
13666
+ readonly payment_ids: string[];
13667
+ }
13664
13668
  interface BankPaymentStatusSentImportForm {
13665
13669
  readonly payment_ids: string[];
13666
13670
  }
@@ -19593,6 +19597,7 @@ declare namespace io.flow.internal.v0.models {
19593
19597
  readonly insurance: number;
19594
19598
  }
19595
19599
  interface OutboundShippingCost {
19600
+ readonly id: string;
19596
19601
  readonly channel_id: string;
19597
19602
  readonly organization_id: string;
19598
19603
  readonly destination_country: string;
@@ -21501,6 +21506,7 @@ declare namespace io.flow.internal.v0.models {
21501
21506
  readonly hs_code_source?: io.flow.internal.v0.enums.HarmonizationDecisionSource;
21502
21507
  readonly classification_scope?: io.flow.internal.v0.enums.ClassificationScope;
21503
21508
  readonly classification_resource_id?: string;
21509
+ readonly item_classification_resource_ids?: Record<string, string>;
21504
21510
  readonly url?: string;
21505
21511
  readonly reviews: io.flow.internal.v0.models.RestrictionItemReview[];
21506
21512
  readonly created_at: string;
@@ -24488,6 +24494,7 @@ export declare type BankPaymentStatusForm = io.flow.internal.v0.models.BankPayme
24488
24494
  export declare type BankPaymentStatusImport = io.flow.internal.v0.models.BankPaymentStatusImport;
24489
24495
  export declare type BankPaymentStatusImportForm = io.flow.internal.v0.models.BankPaymentStatusImportForm;
24490
24496
  export declare type BankPaymentStatusImportResult = io.flow.internal.v0.models.BankPaymentStatusImportResult;
24497
+ export declare type BankPaymentStatusProcessedImportForm = io.flow.internal.v0.models.BankPaymentStatusProcessedImportForm;
24491
24498
  export declare type BankPaymentStatusSentImportForm = io.flow.internal.v0.models.BankPaymentStatusSentImportForm;
24492
24499
  export declare type BankPaymentStatusSingleForm = io.flow.internal.v0.models.BankPaymentStatusSingleForm;
24493
24500
  export declare type BankPaymentUpserted = io.flow.internal.v0.models.BankPaymentUpserted;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/types",
3
- "version": "11.24.141",
3
+ "version": "11.24.142",
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",
@@ -19449,6 +19449,7 @@ declare namespace io.flow.internal.v0.models {
19449
19449
  readonly source_type: io.flow.internal.v0.enums.AccountType;
19450
19450
  readonly source_id: string;
19451
19451
  readonly status: io.flow.internal.v0.enums.BankPaymentStatusCode;
19452
+ readonly processed: boolean;
19452
19453
  readonly amount: number;
19453
19454
  readonly currency: string;
19454
19455
  readonly created_at: string;
@@ -19519,6 +19520,10 @@ declare namespace io.flow.internal.v0.models {
19519
19520
  readonly errors_url?: string;
19520
19521
  }
19521
19522
 
19523
+ interface BankPaymentStatusProcessedImportForm {
19524
+ readonly payment_ids: string[];
19525
+ }
19526
+
19522
19527
  interface BankPaymentStatusSentImportForm {
19523
19528
  readonly payment_ids: string[];
19524
19529
  }
@@ -26308,6 +26313,7 @@ declare namespace io.flow.internal.v0.models {
26308
26313
  }
26309
26314
 
26310
26315
  interface OutboundShippingCost {
26316
+ readonly id: string;
26311
26317
  readonly channel_id: string;
26312
26318
  readonly organization_id: string;
26313
26319
  readonly destination_country: string;
@@ -28490,6 +28496,7 @@ declare namespace io.flow.internal.v0.models {
28490
28496
  readonly hs_code_source?: io.flow.internal.v0.enums.HarmonizationDecisionSource;
28491
28497
  readonly classification_scope?: io.flow.internal.v0.enums.ClassificationScope;
28492
28498
  readonly classification_resource_id?: string;
28499
+ readonly item_classification_resource_ids?: Record<string, string>;
28493
28500
  readonly url?: string;
28494
28501
  readonly reviews: io.flow.internal.v0.models.RestrictionItemReview[];
28495
28502
  readonly created_at: string;
@@ -32631,6 +32638,8 @@ export type BankPaymentStatusImportForm =
32631
32638
  io.flow.internal.v0.models.BankPaymentStatusImportForm;
32632
32639
  export type BankPaymentStatusImportResult =
32633
32640
  io.flow.internal.v0.models.BankPaymentStatusImportResult;
32641
+ export type BankPaymentStatusProcessedImportForm =
32642
+ io.flow.internal.v0.models.BankPaymentStatusProcessedImportForm;
32634
32643
  export type BankPaymentStatusSentImportForm =
32635
32644
  io.flow.internal.v0.models.BankPaymentStatusSentImportForm;
32636
32645
  export type BankPaymentStatusSingleForm =