@flowio/types 11.24.122 → 11.24.123
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/dist/api-internal.d.ts +9 -38
- package/package.json +2 -2
- package/src/api-internal.ts +10 -49
package/dist/api-internal.d.ts
CHANGED
|
@@ -3863,6 +3863,7 @@ declare namespace io.flow.label.v0.models {
|
|
|
3863
3863
|
readonly package_dimensions_source?: io.flow.label.v0.enums.PackageDimensionsSource;
|
|
3864
3864
|
readonly origin_location_source?: io.flow.label.v0.enums.OriginLocationSource;
|
|
3865
3865
|
readonly reference_id?: string;
|
|
3866
|
+
readonly shipping_date_time?: string;
|
|
3866
3867
|
}
|
|
3867
3868
|
interface DetailedShippingNotificationForm {
|
|
3868
3869
|
readonly discriminator: 'detailed_shipping_notification_form';
|
|
@@ -12428,29 +12429,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
12428
12429
|
readonly type: io.flow.internal.v0.enums.AldoItemType;
|
|
12429
12430
|
readonly added_on: string;
|
|
12430
12431
|
}
|
|
12431
|
-
interface AlertErrorSummary {
|
|
12432
|
-
readonly event_id: number;
|
|
12433
|
-
readonly error: string;
|
|
12434
|
-
}
|
|
12435
|
-
interface AlertFailureSummary {
|
|
12436
|
-
readonly database: string;
|
|
12437
|
-
readonly summaries: io.flow.internal.v0.models.AlertFailureSummaryDetail[];
|
|
12438
|
-
}
|
|
12439
|
-
interface AlertFailureSummaryDetail {
|
|
12440
|
-
readonly queue: string;
|
|
12441
|
-
readonly count: number;
|
|
12442
|
-
readonly errors: io.flow.internal.v0.models.AlertErrorSummary[];
|
|
12443
|
-
}
|
|
12444
|
-
interface AlertImportSummary {
|
|
12445
|
-
readonly organization_id: string;
|
|
12446
|
-
readonly filename: string;
|
|
12447
|
-
readonly type: string;
|
|
12448
|
-
readonly started_at?: string;
|
|
12449
|
-
}
|
|
12450
|
-
interface AlertRequeueSummary {
|
|
12451
|
-
readonly queue: string;
|
|
12452
|
-
readonly count: number;
|
|
12453
|
-
}
|
|
12454
12432
|
interface AllItemsExport {
|
|
12455
12433
|
readonly discriminator: 'all_items_export';
|
|
12456
12434
|
readonly event_id: string;
|
|
@@ -19240,6 +19218,11 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19240
19218
|
readonly sales_records?: any[];
|
|
19241
19219
|
readonly refund_records?: any[];
|
|
19242
19220
|
}
|
|
19221
|
+
interface ReportingFees {
|
|
19222
|
+
readonly mor: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19223
|
+
readonly fx: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19224
|
+
readonly sp: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19225
|
+
}
|
|
19243
19226
|
interface ReportingFulfillment {
|
|
19244
19227
|
readonly id: string;
|
|
19245
19228
|
readonly sequence_number: number;
|
|
@@ -19447,6 +19430,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19447
19430
|
readonly statuses?: io.flow.internal.v0.enums.RestrictionStatus[];
|
|
19448
19431
|
readonly rule_ids?: string[];
|
|
19449
19432
|
readonly user_ids?: string[];
|
|
19433
|
+
readonly exclude_items_with_pc?: boolean;
|
|
19450
19434
|
readonly category?: string;
|
|
19451
19435
|
readonly product_name_query?: string;
|
|
19452
19436
|
readonly hs6?: string;
|
|
@@ -19867,6 +19851,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
19867
19851
|
readonly order_total: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
19868
19852
|
readonly shopper_breakdown: io.flow.internal.v0.models.ShopperBreakdown;
|
|
19869
19853
|
readonly payment: io.flow.internal.v0.models.ReportingPayment;
|
|
19854
|
+
readonly fees: io.flow.internal.v0.models.ReportingFees;
|
|
19870
19855
|
readonly conversion_rate: io.flow.internal.v0.models.ReportingConversionRates;
|
|
19871
19856
|
readonly payment_is: io.flow.internal.v0.models.PaymentIs;
|
|
19872
19857
|
readonly destination_country: string;
|
|
@@ -21064,10 +21049,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21064
21049
|
readonly timestamp: string;
|
|
21065
21050
|
readonly reversal: io.flow.internal.v0.models.StripeInternalReversal;
|
|
21066
21051
|
}
|
|
21067
|
-
interface SubcatalogItemCount {
|
|
21068
|
-
readonly key: string;
|
|
21069
|
-
readonly count: number;
|
|
21070
|
-
}
|
|
21071
21052
|
interface SubmittedOrderUpserted {
|
|
21072
21053
|
readonly discriminator: 'submitted_order_upserted';
|
|
21073
21054
|
readonly event_id: string;
|
|
@@ -21121,10 +21102,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
21121
21102
|
readonly stacktrace?: string;
|
|
21122
21103
|
readonly snooze_id?: string;
|
|
21123
21104
|
}
|
|
21124
|
-
interface TaskCount {
|
|
21125
|
-
readonly discriminator: string;
|
|
21126
|
-
readonly count: number;
|
|
21127
|
-
}
|
|
21128
21105
|
interface TaskImport {
|
|
21129
21106
|
readonly discriminator: 'task_import';
|
|
21130
21107
|
readonly import_id: string;
|
|
@@ -22019,11 +21996,6 @@ export declare type AftershipWebhook = io.flow.internal.v0.models.AftershipWebho
|
|
|
22019
21996
|
export declare type AldoItem = io.flow.internal.v0.models.AldoItem;
|
|
22020
21997
|
export declare type AldoItemForm = io.flow.internal.v0.models.AldoItemForm;
|
|
22021
21998
|
export declare type AldoItemType = io.flow.internal.v0.enums.AldoItemType;
|
|
22022
|
-
export declare type AlertErrorSummary = io.flow.internal.v0.models.AlertErrorSummary;
|
|
22023
|
-
export declare type AlertFailureSummary = io.flow.internal.v0.models.AlertFailureSummary;
|
|
22024
|
-
export declare type AlertFailureSummaryDetail = io.flow.internal.v0.models.AlertFailureSummaryDetail;
|
|
22025
|
-
export declare type AlertImportSummary = io.flow.internal.v0.models.AlertImportSummary;
|
|
22026
|
-
export declare type AlertRequeueSummary = io.flow.internal.v0.models.AlertRequeueSummary;
|
|
22027
21999
|
export declare type AllItemsExport = io.flow.internal.v0.models.AllItemsExport;
|
|
22028
22000
|
export declare type AllOrganizationsMembership = io.flow.internal.v0.models.AllOrganizationsMembership;
|
|
22029
22001
|
export declare type AllocationItemReference = io.flow.internal.v0.models.AllocationItemReference;
|
|
@@ -23246,6 +23218,7 @@ export declare type ReportingDebug = io.flow.internal.v0.models.ReportingDebug;
|
|
|
23246
23218
|
export declare type ReportingDebugMissingSubsidies = io.flow.internal.v0.models.ReportingDebugMissingSubsidies;
|
|
23247
23219
|
export declare type ReportingDestination = io.flow.internal.v0.models.ReportingDestination;
|
|
23248
23220
|
export declare type ReportingDetails = io.flow.internal.v0.models.ReportingDetails;
|
|
23221
|
+
export declare type ReportingFees = io.flow.internal.v0.models.ReportingFees;
|
|
23249
23222
|
export declare type ReportingFulfillment = io.flow.internal.v0.models.ReportingFulfillment;
|
|
23250
23223
|
export declare type ReportingFulfillmentHas = io.flow.internal.v0.models.ReportingFulfillmentHas;
|
|
23251
23224
|
export declare type ReportingFulfillmentIs = io.flow.internal.v0.models.ReportingFulfillmentIs;
|
|
@@ -23544,7 +23517,6 @@ export declare type StripeRefundDeleted = io.flow.internal.v0.models.StripeRefun
|
|
|
23544
23517
|
export declare type StripeRefundUpserted = io.flow.internal.v0.models.StripeRefundUpserted;
|
|
23545
23518
|
export declare type StripeReversalDeleted = io.flow.internal.v0.models.StripeReversalDeleted;
|
|
23546
23519
|
export declare type StripeReversalUpserted = io.flow.internal.v0.models.StripeReversalUpserted;
|
|
23547
|
-
export declare type SubcatalogItemCount = io.flow.internal.v0.models.SubcatalogItemCount;
|
|
23548
23520
|
export declare type SubmittedOrderUpserted = io.flow.internal.v0.models.SubmittedOrderUpserted;
|
|
23549
23521
|
export declare type Subscription = io.flow.internal.v0.models.Subscription;
|
|
23550
23522
|
export declare type SubscriptionFrequency = io.flow.internal.v0.enums.SubscriptionFrequency;
|
|
@@ -23557,7 +23529,6 @@ export declare type TariffEligibilityData = io.flow.internal.v0.unions.TariffEli
|
|
|
23557
23529
|
export declare type TariffEligibilityForm = io.flow.internal.v0.unions.TariffEligibilityForm;
|
|
23558
23530
|
export declare type TariffEligibilityType = io.flow.internal.v0.enums.TariffEligibilityType;
|
|
23559
23531
|
export declare type Task = io.flow.internal.v0.models.Task;
|
|
23560
|
-
export declare type TaskCount = io.flow.internal.v0.models.TaskCount;
|
|
23561
23532
|
export declare type TaskData = io.flow.internal.v0.unions.TaskData;
|
|
23562
23533
|
export declare type TaskImport = io.flow.internal.v0.models.TaskImport;
|
|
23563
23534
|
export declare type TaskItemUpserted = io.flow.internal.v0.models.TaskItemUpserted;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/types",
|
|
3
|
-
"version": "11.24.
|
|
3
|
+
"version": "11.24.123",
|
|
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": "
|
|
28
|
+
"gitHead": "308470a8b7192dc0fc426288729b81bd4d60fabe"
|
|
29
29
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -5351,6 +5351,7 @@ declare namespace io.flow.label.v0.models {
|
|
|
5351
5351
|
readonly package_dimensions_source?: io.flow.label.v0.enums.PackageDimensionsSource;
|
|
5352
5352
|
readonly origin_location_source?: io.flow.label.v0.enums.OriginLocationSource;
|
|
5353
5353
|
readonly reference_id?: string;
|
|
5354
|
+
readonly shipping_date_time?: string;
|
|
5354
5355
|
}
|
|
5355
5356
|
|
|
5356
5357
|
interface DetailedShippingNotificationForm {
|
|
@@ -17769,34 +17770,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
17769
17770
|
readonly added_on: string;
|
|
17770
17771
|
}
|
|
17771
17772
|
|
|
17772
|
-
interface AlertErrorSummary {
|
|
17773
|
-
readonly event_id: number;
|
|
17774
|
-
readonly error: string;
|
|
17775
|
-
}
|
|
17776
|
-
|
|
17777
|
-
interface AlertFailureSummary {
|
|
17778
|
-
readonly database: string;
|
|
17779
|
-
readonly summaries: io.flow.internal.v0.models.AlertFailureSummaryDetail[];
|
|
17780
|
-
}
|
|
17781
|
-
|
|
17782
|
-
interface AlertFailureSummaryDetail {
|
|
17783
|
-
readonly queue: string;
|
|
17784
|
-
readonly count: number;
|
|
17785
|
-
readonly errors: io.flow.internal.v0.models.AlertErrorSummary[];
|
|
17786
|
-
}
|
|
17787
|
-
|
|
17788
|
-
interface AlertImportSummary {
|
|
17789
|
-
readonly organization_id: string;
|
|
17790
|
-
readonly filename: string;
|
|
17791
|
-
readonly type: string;
|
|
17792
|
-
readonly started_at?: string;
|
|
17793
|
-
}
|
|
17794
|
-
|
|
17795
|
-
interface AlertRequeueSummary {
|
|
17796
|
-
readonly queue: string;
|
|
17797
|
-
readonly count: number;
|
|
17798
|
-
}
|
|
17799
|
-
|
|
17800
17773
|
interface AllItemsExport {
|
|
17801
17774
|
readonly discriminator: 'all_items_export';
|
|
17802
17775
|
readonly event_id: string;
|
|
@@ -25593,6 +25566,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25593
25566
|
readonly refund_records?: any /*object*/[];
|
|
25594
25567
|
}
|
|
25595
25568
|
|
|
25569
|
+
interface ReportingFees {
|
|
25570
|
+
readonly mor: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
25571
|
+
readonly fx: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
25572
|
+
readonly sp: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
25573
|
+
}
|
|
25574
|
+
|
|
25596
25575
|
interface ReportingFulfillment {
|
|
25597
25576
|
readonly id: string;
|
|
25598
25577
|
readonly sequence_number: number;
|
|
@@ -25828,6 +25807,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
25828
25807
|
readonly statuses?: io.flow.internal.v0.enums.RestrictionStatus[];
|
|
25829
25808
|
readonly rule_ids?: string[];
|
|
25830
25809
|
readonly user_ids?: string[];
|
|
25810
|
+
readonly exclude_items_with_pc?: boolean;
|
|
25831
25811
|
readonly category?: string;
|
|
25832
25812
|
readonly product_name_query?: string;
|
|
25833
25813
|
readonly hs6?: string;
|
|
@@ -26299,6 +26279,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
26299
26279
|
readonly order_total: io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
26300
26280
|
readonly shopper_breakdown: io.flow.internal.v0.models.ShopperBreakdown;
|
|
26301
26281
|
readonly payment: io.flow.internal.v0.models.ReportingPayment;
|
|
26282
|
+
readonly fees: io.flow.internal.v0.models.ReportingFees;
|
|
26302
26283
|
readonly conversion_rate: io.flow.internal.v0.models.ReportingConversionRates;
|
|
26303
26284
|
readonly payment_is: io.flow.internal.v0.models.PaymentIs;
|
|
26304
26285
|
readonly destination_country: string;
|
|
@@ -27678,11 +27659,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
27678
27659
|
readonly reversal: io.flow.internal.v0.models.StripeInternalReversal;
|
|
27679
27660
|
}
|
|
27680
27661
|
|
|
27681
|
-
interface SubcatalogItemCount {
|
|
27682
|
-
readonly key: string;
|
|
27683
|
-
readonly count: number;
|
|
27684
|
-
}
|
|
27685
|
-
|
|
27686
27662
|
interface SubmittedOrderUpserted {
|
|
27687
27663
|
readonly discriminator: 'submitted_order_upserted';
|
|
27688
27664
|
readonly event_id: string;
|
|
@@ -27743,11 +27719,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
27743
27719
|
readonly snooze_id?: string;
|
|
27744
27720
|
}
|
|
27745
27721
|
|
|
27746
|
-
interface TaskCount {
|
|
27747
|
-
readonly discriminator: string;
|
|
27748
|
-
readonly count: number;
|
|
27749
|
-
}
|
|
27750
|
-
|
|
27751
27722
|
interface TaskImport {
|
|
27752
27723
|
readonly discriminator: 'task_import';
|
|
27753
27724
|
readonly import_id: string;
|
|
@@ -29373,14 +29344,6 @@ export type AftershipWebhook = io.flow.internal.v0.models.AftershipWebhook;
|
|
|
29373
29344
|
export type AldoItem = io.flow.internal.v0.models.AldoItem;
|
|
29374
29345
|
export type AldoItemForm = io.flow.internal.v0.models.AldoItemForm;
|
|
29375
29346
|
export type AldoItemType = io.flow.internal.v0.enums.AldoItemType;
|
|
29376
|
-
export type AlertErrorSummary = io.flow.internal.v0.models.AlertErrorSummary;
|
|
29377
|
-
export type AlertFailureSummary =
|
|
29378
|
-
io.flow.internal.v0.models.AlertFailureSummary;
|
|
29379
|
-
export type AlertFailureSummaryDetail =
|
|
29380
|
-
io.flow.internal.v0.models.AlertFailureSummaryDetail;
|
|
29381
|
-
export type AlertImportSummary = io.flow.internal.v0.models.AlertImportSummary;
|
|
29382
|
-
export type AlertRequeueSummary =
|
|
29383
|
-
io.flow.internal.v0.models.AlertRequeueSummary;
|
|
29384
29347
|
export type AllItemsExport = io.flow.internal.v0.models.AllItemsExport;
|
|
29385
29348
|
export type AllOrganizationsMembership =
|
|
29386
29349
|
io.flow.internal.v0.models.AllOrganizationsMembership;
|
|
@@ -31404,6 +31367,7 @@ export type ReportingDebugMissingSubsidies =
|
|
|
31404
31367
|
export type ReportingDestination =
|
|
31405
31368
|
io.flow.internal.v0.models.ReportingDestination;
|
|
31406
31369
|
export type ReportingDetails = io.flow.internal.v0.models.ReportingDetails;
|
|
31370
|
+
export type ReportingFees = io.flow.internal.v0.models.ReportingFees;
|
|
31407
31371
|
export type ReportingFulfillment =
|
|
31408
31372
|
io.flow.internal.v0.models.ReportingFulfillment;
|
|
31409
31373
|
export type ReportingFulfillmentHas =
|
|
@@ -31919,8 +31883,6 @@ export type StripeReversalDeleted =
|
|
|
31919
31883
|
io.flow.internal.v0.models.StripeReversalDeleted;
|
|
31920
31884
|
export type StripeReversalUpserted =
|
|
31921
31885
|
io.flow.internal.v0.models.StripeReversalUpserted;
|
|
31922
|
-
export type SubcatalogItemCount =
|
|
31923
|
-
io.flow.internal.v0.models.SubcatalogItemCount;
|
|
31924
31886
|
export type SubmittedOrderUpserted =
|
|
31925
31887
|
io.flow.internal.v0.models.SubmittedOrderUpserted;
|
|
31926
31888
|
export type Subscription = io.flow.internal.v0.models.Subscription;
|
|
@@ -31939,7 +31901,6 @@ export type TariffEligibilityForm =
|
|
|
31939
31901
|
export type TariffEligibilityType =
|
|
31940
31902
|
io.flow.internal.v0.enums.TariffEligibilityType;
|
|
31941
31903
|
export type Task = io.flow.internal.v0.models.Task;
|
|
31942
|
-
export type TaskCount = io.flow.internal.v0.models.TaskCount;
|
|
31943
31904
|
export type TaskData = io.flow.internal.v0.unions.TaskData;
|
|
31944
31905
|
export type TaskImport = io.flow.internal.v0.models.TaskImport;
|
|
31945
31906
|
export type TaskItemUpserted = io.flow.internal.v0.models.TaskItemUpserted;
|