@flowio/api-internal-factories 0.0.121 → 0.0.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/dist/cjs/api-internal.js +262 -233
- package/dist/esm/api-internal.js +209 -179
- package/dist/types/api-internal.d.ts +16 -17
- package/package.json +2 -2
- package/src/api-internal.ts +228 -206
|
@@ -38,9 +38,6 @@ export declare const makeAddressConfigurationProvinceSetting: () => io.flow.inte
|
|
|
38
38
|
export declare const makeAddressConfigurationSetting: () => io.flow.internal.v0.models.AddressConfigurationSetting;
|
|
39
39
|
export declare const makeAddressConfigurationSettingForm: () => io.flow.internal.v0.models.AddressConfigurationSettingForm;
|
|
40
40
|
export declare const makeAddressConfigurationSettingProvinceCode: () => io.flow.internal.v0.enums.AddressConfigurationSettingProvinceCode;
|
|
41
|
-
export declare const makeAdjustedEstimates: () => io.flow.internal.v0.models.AdjustedEstimates;
|
|
42
|
-
export declare const makeAdjustedEstimatesDeleted: () => io.flow.internal.v0.models.AdjustedEstimatesDeleted;
|
|
43
|
-
export declare const makeAdjustedEstimatesUpserted: () => io.flow.internal.v0.models.AdjustedEstimatesUpserted;
|
|
44
41
|
export declare const makeAdjustmentAmount: () => io.flow.internal.v0.unions.AdjustmentAmount;
|
|
45
42
|
export declare const makeAdjustmentAmountFixed: () => io.flow.internal.v0.models.AdjustmentAmountFixed;
|
|
46
43
|
export declare const makeAdjustmentAmountPercentage: () => io.flow.internal.v0.models.AdjustmentAmountPercentage;
|
|
@@ -700,7 +697,6 @@ export declare const makeFuelSurchargeServiceFeePutForm: () => io.flow.internal.
|
|
|
700
697
|
export declare const makeFulfillment: () => io.flow.internal.v0.models.Fulfillment;
|
|
701
698
|
export declare const makeFulfillmentActionForm: () => io.flow.internal.v0.models.FulfillmentActionForm;
|
|
702
699
|
export declare const makeFulfillmentBusiness: () => io.flow.internal.v0.models.FulfillmentBusiness;
|
|
703
|
-
export declare const makeFulfillmentCancel: () => io.flow.internal.v0.models.FulfillmentCancel;
|
|
704
700
|
export declare const makeFulfillmentCarrier: () => io.flow.internal.v0.models.FulfillmentCarrier;
|
|
705
701
|
export declare const makeFulfillmentDeleted: () => io.flow.internal.v0.models.FulfillmentDeleted;
|
|
706
702
|
export declare const makeFulfillmentFallbacks: () => io.flow.internal.v0.models.FulfillmentFallbacks;
|
|
@@ -713,7 +709,6 @@ export declare const makeFulfillmentProofLabelTrackingReference: () => io.flow.i
|
|
|
713
709
|
export declare const makeFulfillmentProofOrderCombinedShipmentReference: () => io.flow.internal.v0.models.FulfillmentProofOrderCombinedShipmentReference;
|
|
714
710
|
export declare const makeFulfillmentProofShippingNotificationReference: () => io.flow.internal.v0.models.FulfillmentProofShippingNotificationReference;
|
|
715
711
|
export declare const makeFulfillmentReference: () => io.flow.internal.v0.models.FulfillmentReference;
|
|
716
|
-
export declare const makeFulfillmentShipmentTracking: () => io.flow.internal.v0.models.FulfillmentShipmentTracking;
|
|
717
712
|
export declare const makeFulfillmentShopperBreakdown: () => io.flow.internal.v0.models.FulfillmentShopperBreakdown;
|
|
718
713
|
export declare const makeFulfillmentSnapshot: () => io.flow.internal.v0.models.FulfillmentSnapshot;
|
|
719
714
|
export declare const makeFulfillmentSubsidyBreakdown: () => io.flow.internal.v0.models.FulfillmentSubsidyBreakdown;
|
|
@@ -786,6 +781,7 @@ export declare const makeInternalFiservAuthorizationDetails: () => io.flow.inter
|
|
|
786
781
|
export declare const makeInternalHarmonizationStatistic: () => io.flow.internal.v0.unions.InternalHarmonizationStatistic;
|
|
787
782
|
export declare const makeInternalItemForm: () => io.flow.internal.v0.models.InternalItemForm;
|
|
788
783
|
export declare const makeInternalOrder: () => io.flow.internal.v0.models.InternalOrder;
|
|
784
|
+
export declare const makeInternalPaymentEntityType: () => io.flow.internal.v0.enums.InternalPaymentEntityType;
|
|
789
785
|
export declare const makeInternalPaymentRequest: () => io.flow.internal.v0.models.InternalPaymentRequest;
|
|
790
786
|
export declare const makeInternalPaymentRequestVerification: () => io.flow.internal.v0.models.InternalPaymentRequestVerification;
|
|
791
787
|
export declare const makeInternalPaypalAuthorizationDetails: () => io.flow.internal.v0.models.InternalPaypalAuthorizationDetails;
|
|
@@ -834,7 +830,6 @@ export declare const makeItemSalesMarginVersion: () => io.flow.internal.v0.model
|
|
|
834
830
|
export declare const makeItemSummary: () => io.flow.internal.v0.models.ItemSummary;
|
|
835
831
|
export declare const makeItemType: () => io.flow.internal.v0.enums.ItemType;
|
|
836
832
|
export declare const makeItemValuesForm: () => io.flow.internal.v0.models.ItemValuesForm;
|
|
837
|
-
export declare const makeItemsShipped: () => io.flow.internal.v0.models.ItemsShipped;
|
|
838
833
|
export declare const makeJeanDemoItem: () => io.flow.internal.v0.models.JeanDemoItem;
|
|
839
834
|
export declare const makeKey: () => io.flow.internal.v0.models.Key;
|
|
840
835
|
export declare const makeKeyReference: () => io.flow.internal.v0.models.KeyReference;
|
|
@@ -850,7 +845,9 @@ export declare const makeLabelBillingStrategy: () => io.flow.internal.v0.enums.L
|
|
|
850
845
|
export declare const makeLabelCancellationError: () => io.flow.internal.v0.models.LabelCancellationError;
|
|
851
846
|
export declare const makeLabelCancellationErrorCode: () => io.flow.internal.v0.enums.LabelCancellationErrorCode;
|
|
852
847
|
export declare const makeLabelCreationJob: () => io.flow.internal.v0.models.LabelCreationJob;
|
|
848
|
+
export declare const makeLabelCreationJobDeleted: () => io.flow.internal.v0.models.LabelCreationJobDeleted;
|
|
853
849
|
export declare const makeLabelCreationJobSummary: () => io.flow.internal.v0.models.LabelCreationJobSummary;
|
|
850
|
+
export declare const makeLabelCreationJobUpserted: () => io.flow.internal.v0.models.LabelCreationJobUpserted;
|
|
854
851
|
export declare const makeLabelCreationRequestForm: () => io.flow.internal.v0.models.LabelCreationRequestForm;
|
|
855
852
|
export declare const makeLabelCreationStatus: () => io.flow.internal.v0.enums.LabelCreationStatus;
|
|
856
853
|
export declare const makeLabelDestination: () => io.flow.internal.v0.models.LabelDestination;
|
|
@@ -958,6 +955,9 @@ export declare const makeMerchantHubOverride: () => io.flow.internal.v0.models.M
|
|
|
958
955
|
export declare const makeMerchantHubOverrideForm: () => io.flow.internal.v0.models.MerchantHubOverrideForm;
|
|
959
956
|
export declare const makeMerchantOfRecordEntitySettings: () => io.flow.internal.v0.models.MerchantOfRecordEntitySettings;
|
|
960
957
|
export declare const makeMerchantOfRecordEntitySettingsForm: () => io.flow.internal.v0.models.MerchantOfRecordEntitySettingsForm;
|
|
958
|
+
export declare const makeMerchantOverride: () => io.flow.internal.v0.models.MerchantOverride;
|
|
959
|
+
export declare const makeMerchantOverrideDecisionForm: () => io.flow.internal.v0.models.MerchantOverrideDecisionForm;
|
|
960
|
+
export declare const makeMerchantOverrideStatus: () => io.flow.internal.v0.enums.MerchantOverrideStatus;
|
|
961
961
|
export declare const makeMerchantSearchResult: () => io.flow.internal.v0.models.MerchantSearchResult;
|
|
962
962
|
export declare const makeMerchantSubsidies: () => io.flow.internal.v0.models.MerchantSubsidies;
|
|
963
963
|
export declare const makeMerchantSummary: () => io.flow.internal.v0.models.MerchantSummary;
|
|
@@ -1028,7 +1028,6 @@ export declare const makeOrderLifecycleEvent: () => io.flow.internal.v0.enums.Or
|
|
|
1028
1028
|
export declare const makeOrderNote: () => io.flow.internal.v0.models.OrderNote;
|
|
1029
1029
|
export declare const makeOrderNoteForm: () => io.flow.internal.v0.models.OrderNoteForm;
|
|
1030
1030
|
export declare const makeOrderPaymentAuthorization: () => io.flow.internal.v0.models.OrderPaymentAuthorization;
|
|
1031
|
-
export declare const makeOrderPlaced: () => io.flow.internal.v0.models.OrderPlaced;
|
|
1032
1031
|
export declare const makeOrderRatesDataV3: () => io.flow.internal.v0.models.OrderRatesDataV3;
|
|
1033
1032
|
export declare const makeOrderRatesPublishedV3: () => io.flow.internal.v0.models.OrderRatesPublishedV3;
|
|
1034
1033
|
export declare const makeOrderReference: () => io.flow.internal.v0.models.OrderReference;
|
|
@@ -1037,7 +1036,6 @@ export declare const makeOrderRevenueRegionDataPoint: () => io.flow.internal.v0.
|
|
|
1037
1036
|
export declare const makeOrderRevenueTimelineChart: () => io.flow.internal.v0.models.OrderRevenueTimelineChart;
|
|
1038
1037
|
export declare const makeOrderRevenueTimelineDataPoint: () => io.flow.internal.v0.models.OrderRevenueTimelineDataPoint;
|
|
1039
1038
|
export declare const makeOrderServiceChangeCsvForm: () => io.flow.internal.v0.models.OrderServiceChangeCsvForm;
|
|
1040
|
-
export declare const makeOrderShipped: () => io.flow.internal.v0.models.OrderShipped;
|
|
1041
1039
|
export declare const makeOrderSubmissionForm: () => io.flow.internal.v0.models.OrderSubmissionForm;
|
|
1042
1040
|
export declare const makeOrderSummary: () => io.flow.internal.v0.models.OrderSummary;
|
|
1043
1041
|
export declare const makeOrderTaxAndDutyInclusivitySetting: () => io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySetting;
|
|
@@ -1319,7 +1317,6 @@ export declare const makeRatecardStandardConfigurationUpserted: () => io.flow.in
|
|
|
1319
1317
|
export declare const makeRatecardStandardSettings: () => io.flow.internal.v0.models.RatecardStandardSettings;
|
|
1320
1318
|
export declare const makeRatesChanged: () => io.flow.internal.v0.models.RatesChanged;
|
|
1321
1319
|
export declare const makeRatesNamesSummary: () => io.flow.internal.v0.models.RatesNamesSummary;
|
|
1322
|
-
export declare const makeReadyToFulfill: () => io.flow.internal.v0.models.ReadyToFulfill;
|
|
1323
1320
|
export declare const makeReboundConfiguration: () => io.flow.internal.v0.models.ReboundConfiguration;
|
|
1324
1321
|
export declare const makeReboundConfigurationForm: () => io.flow.internal.v0.models.ReboundConfigurationForm;
|
|
1325
1322
|
export declare const makeReboundConfigurationStatus: () => io.flow.internal.v0.enums.ReboundConfigurationStatus;
|
|
@@ -1335,6 +1332,9 @@ export declare const makeReport: () => io.flow.internal.v0.models.Report;
|
|
|
1335
1332
|
export declare const makeReportAccount: () => io.flow.internal.v0.models.ReportAccount;
|
|
1336
1333
|
export declare const makeReportBankAccount: () => io.flow.internal.v0.models.ReportBankAccount;
|
|
1337
1334
|
export declare const makeReportBankAccountCleartext: () => io.flow.internal.v0.models.ReportBankAccountCleartext;
|
|
1335
|
+
export declare const makeReportFile: () => io.flow.internal.v0.models.ReportFile;
|
|
1336
|
+
export declare const makeReportFileStatus: () => io.flow.internal.v0.enums.ReportFileStatus;
|
|
1337
|
+
export declare const makeReportFileType: () => "stripe_connect_report";
|
|
1338
1338
|
export declare const makeReportFilter: () => io.flow.internal.v0.models.ReportFilter;
|
|
1339
1339
|
export declare const makeReportForm: () => io.flow.internal.v0.models.ReportForm;
|
|
1340
1340
|
export declare const makeReportInterval: () => io.flow.internal.v0.enums.ReportInterval;
|
|
@@ -1344,6 +1344,8 @@ export declare const makeReportOrganizationReference: () => io.flow.internal.v0.
|
|
|
1344
1344
|
export declare const makeReportOwner: () => io.flow.internal.v0.models.ReportOwner;
|
|
1345
1345
|
export declare const makeReportPayment: () => io.flow.internal.v0.models.ReportPayment;
|
|
1346
1346
|
export declare const makeReportPaymentType: () => io.flow.internal.v0.enums.ReportPaymentType;
|
|
1347
|
+
export declare const makeReportRecordError: () => io.flow.internal.v0.models.ReportRecordError;
|
|
1348
|
+
export declare const makeReportRecordRetryQueue: () => io.flow.internal.v0.models.ReportRecordRetryQueue;
|
|
1347
1349
|
export declare const makeReportRuleDecision: () => io.flow.internal.v0.models.ReportRuleDecision;
|
|
1348
1350
|
export declare const makeReportStatus: () => io.flow.internal.v0.enums.ReportStatus;
|
|
1349
1351
|
export declare const makeReportSummary: () => io.flow.internal.v0.models.ReportSummary;
|
|
@@ -1470,9 +1472,6 @@ export declare const makeSessionRollout: () => io.flow.internal.v0.models.Sessio
|
|
|
1470
1472
|
export declare const makeSessionRolloutForm: () => io.flow.internal.v0.models.SessionRolloutForm;
|
|
1471
1473
|
export declare const makeSetupBlockPutForm: () => io.flow.internal.v0.models.SetupBlockPutForm;
|
|
1472
1474
|
export declare const makeSfExpress: () => io.flow.internal.v0.models.SfExpress;
|
|
1473
|
-
export declare const makeShippedItemValue: () => io.flow.internal.v0.models.ShippedItemValue;
|
|
1474
|
-
export declare const makeShippingEstimateDeleted: () => io.flow.internal.v0.models.ShippingEstimateDeleted;
|
|
1475
|
-
export declare const makeShippingEstimateUpserted: () => io.flow.internal.v0.models.ShippingEstimateUpserted;
|
|
1476
1475
|
export declare const makeShippingLane: () => io.flow.internal.v0.models.ShippingLane;
|
|
1477
1476
|
export declare const makeShippingMethodReference: () => io.flow.internal.v0.models.ShippingMethodReference;
|
|
1478
1477
|
export declare const makeShop: () => io.flow.internal.v0.models.Shop;
|
|
@@ -1541,6 +1540,8 @@ export declare const makeShopifyMarketsWebhookRegistration: () => io.flow.intern
|
|
|
1541
1540
|
export declare const makeShopifyMarketsWebhookRegistrationDeleted: () => io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted;
|
|
1542
1541
|
export declare const makeShopifyMarketsWebhookRegistrationUpserted: () => io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted;
|
|
1543
1542
|
export declare const makeShopifyMerchantPlan: () => io.flow.internal.v0.models.ShopifyMerchantPlan;
|
|
1543
|
+
export declare const makeShopifyMerchantPlanDeleted: () => io.flow.internal.v0.models.ShopifyMerchantPlanDeleted;
|
|
1544
|
+
export declare const makeShopifyMerchantPlanUpserted: () => io.flow.internal.v0.models.ShopifyMerchantPlanUpserted;
|
|
1544
1545
|
export declare const makeShopifyMetadata: () => io.flow.internal.v0.models.ShopifyMetadata;
|
|
1545
1546
|
export declare const makeShopifyMonitoringCarrierService: () => io.flow.internal.v0.models.ShopifyMonitoringCarrierService;
|
|
1546
1547
|
export declare const makeShopifyMonitoringFulfillmentExternal: () => io.flow.internal.v0.models.ShopifyMonitoringFulfillmentExternal;
|
|
@@ -1672,6 +1673,9 @@ export declare const makeStripeAuthorizationDeleted: () => io.flow.internal.v0.m
|
|
|
1672
1673
|
export declare const makeStripeAuthorizationUpserted: () => io.flow.internal.v0.models.StripeAuthorizationUpserted;
|
|
1673
1674
|
export declare const makeStripeCaptureDeleted: () => io.flow.internal.v0.models.StripeCaptureDeleted;
|
|
1674
1675
|
export declare const makeStripeCaptureUpserted: () => io.flow.internal.v0.models.StripeCaptureUpserted;
|
|
1676
|
+
export declare const makeStripeConnectReportRecord: () => io.flow.internal.v0.models.StripeConnectReportRecord;
|
|
1677
|
+
export declare const makeStripeConnectReportRecordDeleted: () => io.flow.internal.v0.models.StripeConnectReportRecordDeleted;
|
|
1678
|
+
export declare const makeStripeConnectReportRecordUpserted: () => io.flow.internal.v0.models.StripeConnectReportRecordUpserted;
|
|
1675
1679
|
export declare const makeStripeDisputeDeleted: () => io.flow.internal.v0.models.StripeDisputeDeleted;
|
|
1676
1680
|
export declare const makeStripeDisputeUpserted: () => io.flow.internal.v0.models.StripeDisputeUpserted;
|
|
1677
1681
|
export declare const makeStripeInternalAuthorization: () => io.flow.internal.v0.models.StripeInternalAuthorization;
|
|
@@ -1716,11 +1720,6 @@ export declare const makeTaxCalculationErrorCode: () => io.flow.internal.v0.enum
|
|
|
1716
1720
|
export declare const makeTaxCalculationForm: () => io.flow.internal.v0.models.TaxCalculationForm;
|
|
1717
1721
|
export declare const makeTaxCalculationLineItem: () => io.flow.internal.v0.models.TaxCalculationLineItem;
|
|
1718
1722
|
export declare const makeTaxCalculationLineItemForm: () => io.flow.internal.v0.models.TaxCalculationLineItemForm;
|
|
1719
|
-
export declare const makeTaxDutyDeltaMetadataActual: () => io.flow.internal.v0.models.TaxDutyDeltaMetadataActual;
|
|
1720
|
-
export declare const makeTaxDutyDeltaMetadataActualProcessing: () => io.flow.internal.v0.models.TaxDutyDeltaMetadataActualProcessing;
|
|
1721
|
-
export declare const makeTaxDutyDeltaMetadataExpected: () => io.flow.internal.v0.models.TaxDutyDeltaMetadataExpected;
|
|
1722
|
-
export declare const makeTaxDutyDeltaMetadataExpectedProcessing: () => io.flow.internal.v0.models.TaxDutyDeltaMetadataExpectedProcessing;
|
|
1723
|
-
export declare const makeTaxDutyDeltaTransaction: () => io.flow.internal.v0.models.TaxDutyDeltaTransaction;
|
|
1724
1723
|
export declare const makeTaxParty: () => io.flow.internal.v0.enums.TaxParty;
|
|
1725
1724
|
export declare const makeTaxRemittanceTransaction: () => io.flow.internal.v0.models.TaxRemittanceTransaction;
|
|
1726
1725
|
export declare const makeTaxRemittanceTransactionDeleted: () => io.flow.internal.v0.models.TaxRemittanceTransactionDeleted;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-internal-factories",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.122",
|
|
4
4
|
"description": "Flow API internal mock data factories",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flow",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"@faker-js/faker": "^6.2.0",
|
|
38
38
|
"@flowio/api-types": "*"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "3e62beab3080f4977b85152f0e0626078fa26933"
|
|
41
41
|
}
|