@flowio/api-internal-prop-types 9.24.121 → 9.24.122
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/lib/api-internal.d.ts +9 -45
- package/lib/api-internal.js +1 -1
- package/package.json +2 -2
- package/src/api-internal.d.ts +9 -45
- package/src/api-internal.js +9 -45
package/lib/api-internal.d.ts
CHANGED
|
@@ -14245,34 +14245,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
14245
14245
|
readonly 'added_on': string;
|
|
14246
14246
|
}
|
|
14247
14247
|
|
|
14248
|
-
interface AlertErrorSummary {
|
|
14249
|
-
readonly 'event_id': number;
|
|
14250
|
-
readonly 'error': string;
|
|
14251
|
-
}
|
|
14252
|
-
|
|
14253
|
-
interface AlertFailureSummary {
|
|
14254
|
-
readonly 'database': string;
|
|
14255
|
-
readonly 'summaries': io.flow.internal.v0.models.AlertFailureSummaryDetail[];
|
|
14256
|
-
}
|
|
14257
|
-
|
|
14258
|
-
interface AlertFailureSummaryDetail {
|
|
14259
|
-
readonly 'queue': string;
|
|
14260
|
-
readonly 'count': number;
|
|
14261
|
-
readonly 'errors': io.flow.internal.v0.models.AlertErrorSummary[];
|
|
14262
|
-
}
|
|
14263
|
-
|
|
14264
|
-
interface AlertImportSummary {
|
|
14265
|
-
readonly 'organization_id': string;
|
|
14266
|
-
readonly 'filename': string;
|
|
14267
|
-
readonly 'type': string;
|
|
14268
|
-
readonly 'started_at'?: string;
|
|
14269
|
-
}
|
|
14270
|
-
|
|
14271
|
-
interface AlertRequeueSummary {
|
|
14272
|
-
readonly 'queue': string;
|
|
14273
|
-
readonly 'count': number;
|
|
14274
|
-
}
|
|
14275
|
-
|
|
14276
14248
|
interface AllItemsExport {
|
|
14277
14249
|
readonly 'discriminator': 'all_items_export';
|
|
14278
14250
|
readonly 'event_id': string;
|
|
@@ -22060,6 +22032,12 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22060
22032
|
readonly 'refund_records'?: any/*object*/[];
|
|
22061
22033
|
}
|
|
22062
22034
|
|
|
22035
|
+
interface ReportingFees {
|
|
22036
|
+
readonly 'mor': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22037
|
+
readonly 'fx': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22038
|
+
readonly 'sp': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22039
|
+
}
|
|
22040
|
+
|
|
22063
22041
|
interface ReportingFulfillment {
|
|
22064
22042
|
readonly 'id': string;
|
|
22065
22043
|
readonly 'sequence_number': number;
|
|
@@ -22295,6 +22273,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22295
22273
|
readonly 'statuses'?: io.flow.internal.v0.enums.RestrictionStatus[];
|
|
22296
22274
|
readonly 'rule_ids'?: string[];
|
|
22297
22275
|
readonly 'user_ids'?: string[];
|
|
22276
|
+
readonly 'exclude_items_with_pc'?: boolean;
|
|
22298
22277
|
readonly 'category'?: string;
|
|
22299
22278
|
readonly 'product_name_query'?: string;
|
|
22300
22279
|
readonly 'hs6'?: string;
|
|
@@ -22766,6 +22745,7 @@ declare namespace io.flow.internal.v0.models {
|
|
|
22766
22745
|
readonly 'order_total': io.flow.internal.v0.models.ReportingMonetaryValue;
|
|
22767
22746
|
readonly 'shopper_breakdown': io.flow.internal.v0.models.ShopperBreakdown;
|
|
22768
22747
|
readonly 'payment': io.flow.internal.v0.models.ReportingPayment;
|
|
22748
|
+
readonly 'fees': io.flow.internal.v0.models.ReportingFees;
|
|
22769
22749
|
readonly 'conversion_rate': io.flow.internal.v0.models.ReportingConversionRates;
|
|
22770
22750
|
readonly 'payment_is': io.flow.internal.v0.models.PaymentIs;
|
|
22771
22751
|
readonly 'destination_country': string;
|
|
@@ -24145,11 +24125,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24145
24125
|
readonly 'reversal': io.flow.internal.v0.models.StripeInternalReversal;
|
|
24146
24126
|
}
|
|
24147
24127
|
|
|
24148
|
-
interface SubcatalogItemCount {
|
|
24149
|
-
readonly 'key': string;
|
|
24150
|
-
readonly 'count': number;
|
|
24151
|
-
}
|
|
24152
|
-
|
|
24153
24128
|
interface SubmittedOrderUpserted {
|
|
24154
24129
|
readonly 'discriminator': 'submitted_order_upserted';
|
|
24155
24130
|
readonly 'event_id': string;
|
|
@@ -24210,11 +24185,6 @@ declare namespace io.flow.internal.v0.models {
|
|
|
24210
24185
|
readonly 'snooze_id'?: string;
|
|
24211
24186
|
}
|
|
24212
24187
|
|
|
24213
|
-
interface TaskCount {
|
|
24214
|
-
readonly 'discriminator': string;
|
|
24215
|
-
readonly 'count': number;
|
|
24216
|
-
}
|
|
24217
|
-
|
|
24218
24188
|
interface TaskImport {
|
|
24219
24189
|
readonly 'discriminator': 'task_import';
|
|
24220
24190
|
readonly 'import_id': string;
|
|
@@ -25436,11 +25406,6 @@ export const afterpayRefundUpserted: PropTypes.Requireable<io.flow.internal.v0.m
|
|
|
25436
25406
|
export const aftershipWebhook: PropTypes.Requireable<io.flow.internal.v0.models.AftershipWebhook>;
|
|
25437
25407
|
export const aldoItem: PropTypes.Requireable<io.flow.internal.v0.models.AldoItem>;
|
|
25438
25408
|
export const aldoItemForm: PropTypes.Requireable<io.flow.internal.v0.models.AldoItemForm>;
|
|
25439
|
-
export const alertErrorSummary: PropTypes.Requireable<io.flow.internal.v0.models.AlertErrorSummary>;
|
|
25440
|
-
export const alertFailureSummary: PropTypes.Requireable<io.flow.internal.v0.models.AlertFailureSummary>;
|
|
25441
|
-
export const alertFailureSummaryDetail: PropTypes.Requireable<io.flow.internal.v0.models.AlertFailureSummaryDetail>;
|
|
25442
|
-
export const alertImportSummary: PropTypes.Requireable<io.flow.internal.v0.models.AlertImportSummary>;
|
|
25443
|
-
export const alertRequeueSummary: PropTypes.Requireable<io.flow.internal.v0.models.AlertRequeueSummary>;
|
|
25444
25409
|
export const allItemsExport: PropTypes.Requireable<io.flow.internal.v0.models.AllItemsExport>;
|
|
25445
25410
|
export const allOrganizationsMembership: PropTypes.Requireable<io.flow.internal.v0.models.AllOrganizationsMembership>;
|
|
25446
25411
|
export const allocationItemReference: PropTypes.Requireable<io.flow.internal.v0.models.AllocationItemReference>;
|
|
@@ -26439,6 +26404,7 @@ export const reportingDebug: PropTypes.Requireable<io.flow.internal.v0.models.Re
|
|
|
26439
26404
|
export const reportingDebugMissingSubsidies: PropTypes.Requireable<io.flow.internal.v0.models.ReportingDebugMissingSubsidies>;
|
|
26440
26405
|
export const reportingDestination: PropTypes.Requireable<io.flow.internal.v0.models.ReportingDestination>;
|
|
26441
26406
|
export const reportingDetails: PropTypes.Requireable<io.flow.internal.v0.models.ReportingDetails>;
|
|
26407
|
+
export const reportingFees: PropTypes.Requireable<io.flow.internal.v0.models.ReportingFees>;
|
|
26442
26408
|
export const reportingFulfillment: PropTypes.Requireable<io.flow.internal.v0.models.ReportingFulfillment>;
|
|
26443
26409
|
export const reportingFulfillmentHas: PropTypes.Requireable<io.flow.internal.v0.models.ReportingFulfillmentHas>;
|
|
26444
26410
|
export const reportingFulfillmentIs: PropTypes.Requireable<io.flow.internal.v0.models.ReportingFulfillmentIs>;
|
|
@@ -26700,7 +26666,6 @@ export const stripeRefundDeleted: PropTypes.Requireable<io.flow.internal.v0.mode
|
|
|
26700
26666
|
export const stripeRefundUpserted: PropTypes.Requireable<io.flow.internal.v0.models.StripeRefundUpserted>;
|
|
26701
26667
|
export const stripeReversalDeleted: PropTypes.Requireable<io.flow.internal.v0.models.StripeReversalDeleted>;
|
|
26702
26668
|
export const stripeReversalUpserted: PropTypes.Requireable<io.flow.internal.v0.models.StripeReversalUpserted>;
|
|
26703
|
-
export const subcatalogItemCount: PropTypes.Requireable<io.flow.internal.v0.models.SubcatalogItemCount>;
|
|
26704
26669
|
export const submittedOrderUpserted: PropTypes.Requireable<io.flow.internal.v0.models.SubmittedOrderUpserted>;
|
|
26705
26670
|
export const subscription: PropTypes.Requireable<io.flow.internal.v0.models.Subscription>;
|
|
26706
26671
|
export const subscriptionTransaction: PropTypes.Requireable<io.flow.internal.v0.models.SubscriptionTransaction>;
|
|
@@ -26708,7 +26673,6 @@ export const supportedLabels: PropTypes.Requireable<io.flow.internal.v0.models.S
|
|
|
26708
26673
|
export const tariffCodeDuty: PropTypes.Requireable<io.flow.internal.v0.models.TariffCodeDuty>;
|
|
26709
26674
|
export const tariffEligibility: PropTypes.Requireable<io.flow.internal.v0.models.TariffEligibility>;
|
|
26710
26675
|
export const task: PropTypes.Requireable<io.flow.internal.v0.models.Task>;
|
|
26711
|
-
export const taskCount: PropTypes.Requireable<io.flow.internal.v0.models.TaskCount>;
|
|
26712
26676
|
export const taskImport: PropTypes.Requireable<io.flow.internal.v0.models.TaskImport>;
|
|
26713
26677
|
export const taskItemUpserted: PropTypes.Requireable<io.flow.internal.v0.models.TaskItemUpserted>;
|
|
26714
26678
|
export const taskProcessQueuedEvent: PropTypes.Requireable<io.flow.internal.v0.models.TaskProcessQueuedEvent>;
|