@flowio/api-types 0.0.253 → 0.0.254

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.
@@ -923,34 +923,6 @@ declare namespace io.flow.internal.v0.models {
923
923
  readonly 'added_on': string;
924
924
  }
925
925
 
926
- interface AlertErrorSummary {
927
- readonly 'event_id': number;
928
- readonly 'error': string;
929
- }
930
-
931
- interface AlertFailureSummary {
932
- readonly 'database': string;
933
- readonly 'summaries': io.flow.internal.v0.models.AlertFailureSummaryDetail[];
934
- }
935
-
936
- interface AlertFailureSummaryDetail {
937
- readonly 'queue': string;
938
- readonly 'count': number;
939
- readonly 'errors': io.flow.internal.v0.models.AlertErrorSummary[];
940
- }
941
-
942
- interface AlertImportSummary {
943
- readonly 'organization_id': string;
944
- readonly 'filename': string;
945
- readonly 'type': string;
946
- readonly 'started_at'?: string;
947
- }
948
-
949
- interface AlertRequeueSummary {
950
- readonly 'queue': string;
951
- readonly 'count': number;
952
- }
953
-
954
926
  interface AllItemsExport {
955
927
  readonly 'discriminator': 'all_items_export';
956
928
  readonly 'event_id': string;
@@ -8738,6 +8710,12 @@ declare namespace io.flow.internal.v0.models {
8738
8710
  readonly 'refund_records'?: any/*object*/[];
8739
8711
  }
8740
8712
 
8713
+ interface ReportingFees {
8714
+ readonly 'mor': io.flow.internal.v0.models.ReportingMonetaryValue;
8715
+ readonly 'fx': io.flow.internal.v0.models.ReportingMonetaryValue;
8716
+ readonly 'sp': io.flow.internal.v0.models.ReportingMonetaryValue;
8717
+ }
8718
+
8741
8719
  interface ReportingFulfillment {
8742
8720
  readonly 'id': string;
8743
8721
  readonly 'sequence_number': number;
@@ -8973,6 +8951,7 @@ declare namespace io.flow.internal.v0.models {
8973
8951
  readonly 'statuses'?: io.flow.internal.v0.enums.RestrictionStatus[];
8974
8952
  readonly 'rule_ids'?: string[];
8975
8953
  readonly 'user_ids'?: string[];
8954
+ readonly 'exclude_items_with_pc'?: boolean;
8976
8955
  readonly 'category'?: string;
8977
8956
  readonly 'product_name_query'?: string;
8978
8957
  readonly 'hs6'?: string;
@@ -9444,6 +9423,7 @@ declare namespace io.flow.internal.v0.models {
9444
9423
  readonly 'order_total': io.flow.internal.v0.models.ReportingMonetaryValue;
9445
9424
  readonly 'shopper_breakdown': io.flow.internal.v0.models.ShopperBreakdown;
9446
9425
  readonly 'payment': io.flow.internal.v0.models.ReportingPayment;
9426
+ readonly 'fees': io.flow.internal.v0.models.ReportingFees;
9447
9427
  readonly 'conversion_rate': io.flow.internal.v0.models.ReportingConversionRates;
9448
9428
  readonly 'payment_is': io.flow.internal.v0.models.PaymentIs;
9449
9429
  readonly 'destination_country': string;
@@ -10823,11 +10803,6 @@ declare namespace io.flow.internal.v0.models {
10823
10803
  readonly 'reversal': io.flow.internal.v0.models.StripeInternalReversal;
10824
10804
  }
10825
10805
 
10826
- interface SubcatalogItemCount {
10827
- readonly 'key': string;
10828
- readonly 'count': number;
10829
- }
10830
-
10831
10806
  interface SubmittedOrderUpserted {
10832
10807
  readonly 'discriminator': 'submitted_order_upserted';
10833
10808
  readonly 'event_id': string;
@@ -10888,11 +10863,6 @@ declare namespace io.flow.internal.v0.models {
10888
10863
  readonly 'snooze_id'?: string;
10889
10864
  }
10890
10865
 
10891
- interface TaskCount {
10892
- readonly 'discriminator': string;
10893
- readonly 'count': number;
10894
- }
10895
-
10896
10866
  interface TaskImport {
10897
10867
  readonly 'discriminator': 'task_import';
10898
10868
  readonly 'import_id': string;
@@ -61,6 +61,7 @@ declare namespace io.flow.label.v0.models {
61
61
  readonly 'package_dimensions_source'?: io.flow.label.v0.enums.PackageDimensionsSource;
62
62
  readonly 'origin_location_source'?: io.flow.label.v0.enums.OriginLocationSource;
63
63
  readonly 'reference_id'?: string;
64
+ readonly 'shipping_date_time'?: string;
64
65
  }
65
66
 
66
67
  interface DetailedShippingNotificationForm {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-types",
3
- "version": "0.0.253",
3
+ "version": "0.0.254",
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": "dc15917b90729596ccdb10b88461680f7f910f89"
17
+ "gitHead": "308470a8b7192dc0fc426288729b81bd4d60fabe"
18
18
  }