@flowio/api-internal-factories 0.0.121 → 0.0.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/cjs/api-internal.js +439 -234
- package/dist/esm/api-internal.js +379 -182
- package/dist/types/api-internal.d.ts +25 -17
- package/package.json +2 -2
- package/src/api-internal.ts +417 -209
|
@@ -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;
|
|
@@ -402,6 +399,7 @@ export declare const makeComplianceData: () => io.flow.internal.v0.models.WasteE
|
|
|
402
399
|
export declare const makeComplianceForm: () => io.flow.internal.v0.models.WasteElectricalAndElectronicEquipmentComplianceForm;
|
|
403
400
|
export declare const makeComplianceType: () => "weee";
|
|
404
401
|
export declare const makeComponents: () => io.flow.internal.v0.models.Components;
|
|
402
|
+
export declare const makeConnectReportTransferType: () => io.flow.internal.v0.enums.ConnectReportTransferType;
|
|
405
403
|
export declare const makeConsoleLabelRequestForm: () => io.flow.internal.v0.models.ConsoleLabelRequestForm;
|
|
406
404
|
export declare const makeConsoleLabelValidationForm: () => io.flow.internal.v0.unions.ConsoleLabelValidationForm;
|
|
407
405
|
export declare const makeConsoleMarkUnresolvableForm: () => io.flow.internal.v0.models.ConsoleMarkUnresolvableForm;
|
|
@@ -700,7 +698,6 @@ export declare const makeFuelSurchargeServiceFeePutForm: () => io.flow.internal.
|
|
|
700
698
|
export declare const makeFulfillment: () => io.flow.internal.v0.models.Fulfillment;
|
|
701
699
|
export declare const makeFulfillmentActionForm: () => io.flow.internal.v0.models.FulfillmentActionForm;
|
|
702
700
|
export declare const makeFulfillmentBusiness: () => io.flow.internal.v0.models.FulfillmentBusiness;
|
|
703
|
-
export declare const makeFulfillmentCancel: () => io.flow.internal.v0.models.FulfillmentCancel;
|
|
704
701
|
export declare const makeFulfillmentCarrier: () => io.flow.internal.v0.models.FulfillmentCarrier;
|
|
705
702
|
export declare const makeFulfillmentDeleted: () => io.flow.internal.v0.models.FulfillmentDeleted;
|
|
706
703
|
export declare const makeFulfillmentFallbacks: () => io.flow.internal.v0.models.FulfillmentFallbacks;
|
|
@@ -713,7 +710,6 @@ export declare const makeFulfillmentProofLabelTrackingReference: () => io.flow.i
|
|
|
713
710
|
export declare const makeFulfillmentProofOrderCombinedShipmentReference: () => io.flow.internal.v0.models.FulfillmentProofOrderCombinedShipmentReference;
|
|
714
711
|
export declare const makeFulfillmentProofShippingNotificationReference: () => io.flow.internal.v0.models.FulfillmentProofShippingNotificationReference;
|
|
715
712
|
export declare const makeFulfillmentReference: () => io.flow.internal.v0.models.FulfillmentReference;
|
|
716
|
-
export declare const makeFulfillmentShipmentTracking: () => io.flow.internal.v0.models.FulfillmentShipmentTracking;
|
|
717
713
|
export declare const makeFulfillmentShopperBreakdown: () => io.flow.internal.v0.models.FulfillmentShopperBreakdown;
|
|
718
714
|
export declare const makeFulfillmentSnapshot: () => io.flow.internal.v0.models.FulfillmentSnapshot;
|
|
719
715
|
export declare const makeFulfillmentSubsidyBreakdown: () => io.flow.internal.v0.models.FulfillmentSubsidyBreakdown;
|
|
@@ -786,6 +782,7 @@ export declare const makeInternalFiservAuthorizationDetails: () => io.flow.inter
|
|
|
786
782
|
export declare const makeInternalHarmonizationStatistic: () => io.flow.internal.v0.unions.InternalHarmonizationStatistic;
|
|
787
783
|
export declare const makeInternalItemForm: () => io.flow.internal.v0.models.InternalItemForm;
|
|
788
784
|
export declare const makeInternalOrder: () => io.flow.internal.v0.models.InternalOrder;
|
|
785
|
+
export declare const makeInternalPaymentEntityType: () => io.flow.internal.v0.enums.InternalPaymentEntityType;
|
|
789
786
|
export declare const makeInternalPaymentRequest: () => io.flow.internal.v0.models.InternalPaymentRequest;
|
|
790
787
|
export declare const makeInternalPaymentRequestVerification: () => io.flow.internal.v0.models.InternalPaymentRequestVerification;
|
|
791
788
|
export declare const makeInternalPaypalAuthorizationDetails: () => io.flow.internal.v0.models.InternalPaypalAuthorizationDetails;
|
|
@@ -834,7 +831,6 @@ export declare const makeItemSalesMarginVersion: () => io.flow.internal.v0.model
|
|
|
834
831
|
export declare const makeItemSummary: () => io.flow.internal.v0.models.ItemSummary;
|
|
835
832
|
export declare const makeItemType: () => io.flow.internal.v0.enums.ItemType;
|
|
836
833
|
export declare const makeItemValuesForm: () => io.flow.internal.v0.models.ItemValuesForm;
|
|
837
|
-
export declare const makeItemsShipped: () => io.flow.internal.v0.models.ItemsShipped;
|
|
838
834
|
export declare const makeJeanDemoItem: () => io.flow.internal.v0.models.JeanDemoItem;
|
|
839
835
|
export declare const makeKey: () => io.flow.internal.v0.models.Key;
|
|
840
836
|
export declare const makeKeyReference: () => io.flow.internal.v0.models.KeyReference;
|
|
@@ -850,7 +846,9 @@ export declare const makeLabelBillingStrategy: () => io.flow.internal.v0.enums.L
|
|
|
850
846
|
export declare const makeLabelCancellationError: () => io.flow.internal.v0.models.LabelCancellationError;
|
|
851
847
|
export declare const makeLabelCancellationErrorCode: () => io.flow.internal.v0.enums.LabelCancellationErrorCode;
|
|
852
848
|
export declare const makeLabelCreationJob: () => io.flow.internal.v0.models.LabelCreationJob;
|
|
849
|
+
export declare const makeLabelCreationJobDeleted: () => io.flow.internal.v0.models.LabelCreationJobDeleted;
|
|
853
850
|
export declare const makeLabelCreationJobSummary: () => io.flow.internal.v0.models.LabelCreationJobSummary;
|
|
851
|
+
export declare const makeLabelCreationJobUpserted: () => io.flow.internal.v0.models.LabelCreationJobUpserted;
|
|
854
852
|
export declare const makeLabelCreationRequestForm: () => io.flow.internal.v0.models.LabelCreationRequestForm;
|
|
855
853
|
export declare const makeLabelCreationStatus: () => io.flow.internal.v0.enums.LabelCreationStatus;
|
|
856
854
|
export declare const makeLabelDestination: () => io.flow.internal.v0.models.LabelDestination;
|
|
@@ -956,8 +954,12 @@ export declare const makeMerchantGuidAssignmentDeleted: () => io.flow.internal.v
|
|
|
956
954
|
export declare const makeMerchantGuidAssignmentUpserted: () => io.flow.internal.v0.models.MerchantGuidAssignmentUpserted;
|
|
957
955
|
export declare const makeMerchantHubOverride: () => io.flow.internal.v0.models.MerchantHubOverride;
|
|
958
956
|
export declare const makeMerchantHubOverrideForm: () => io.flow.internal.v0.models.MerchantHubOverrideForm;
|
|
957
|
+
export declare const makeMerchantOfRecord: () => io.flow.internal.v0.enums.MerchantOfRecord;
|
|
959
958
|
export declare const makeMerchantOfRecordEntitySettings: () => io.flow.internal.v0.models.MerchantOfRecordEntitySettings;
|
|
960
959
|
export declare const makeMerchantOfRecordEntitySettingsForm: () => io.flow.internal.v0.models.MerchantOfRecordEntitySettingsForm;
|
|
960
|
+
export declare const makeMerchantOverride: () => io.flow.internal.v0.models.MerchantOverride;
|
|
961
|
+
export declare const makeMerchantOverrideDecisionForm: () => io.flow.internal.v0.models.MerchantOverrideDecisionForm;
|
|
962
|
+
export declare const makeMerchantOverrideStatus: () => io.flow.internal.v0.enums.MerchantOverrideStatus;
|
|
961
963
|
export declare const makeMerchantSearchResult: () => io.flow.internal.v0.models.MerchantSearchResult;
|
|
962
964
|
export declare const makeMerchantSubsidies: () => io.flow.internal.v0.models.MerchantSubsidies;
|
|
963
965
|
export declare const makeMerchantSummary: () => io.flow.internal.v0.models.MerchantSummary;
|
|
@@ -1028,7 +1030,6 @@ export declare const makeOrderLifecycleEvent: () => io.flow.internal.v0.enums.Or
|
|
|
1028
1030
|
export declare const makeOrderNote: () => io.flow.internal.v0.models.OrderNote;
|
|
1029
1031
|
export declare const makeOrderNoteForm: () => io.flow.internal.v0.models.OrderNoteForm;
|
|
1030
1032
|
export declare const makeOrderPaymentAuthorization: () => io.flow.internal.v0.models.OrderPaymentAuthorization;
|
|
1031
|
-
export declare const makeOrderPlaced: () => io.flow.internal.v0.models.OrderPlaced;
|
|
1032
1033
|
export declare const makeOrderRatesDataV3: () => io.flow.internal.v0.models.OrderRatesDataV3;
|
|
1033
1034
|
export declare const makeOrderRatesPublishedV3: () => io.flow.internal.v0.models.OrderRatesPublishedV3;
|
|
1034
1035
|
export declare const makeOrderReference: () => io.flow.internal.v0.models.OrderReference;
|
|
@@ -1037,7 +1038,6 @@ export declare const makeOrderRevenueRegionDataPoint: () => io.flow.internal.v0.
|
|
|
1037
1038
|
export declare const makeOrderRevenueTimelineChart: () => io.flow.internal.v0.models.OrderRevenueTimelineChart;
|
|
1038
1039
|
export declare const makeOrderRevenueTimelineDataPoint: () => io.flow.internal.v0.models.OrderRevenueTimelineDataPoint;
|
|
1039
1040
|
export declare const makeOrderServiceChangeCsvForm: () => io.flow.internal.v0.models.OrderServiceChangeCsvForm;
|
|
1040
|
-
export declare const makeOrderShipped: () => io.flow.internal.v0.models.OrderShipped;
|
|
1041
1041
|
export declare const makeOrderSubmissionForm: () => io.flow.internal.v0.models.OrderSubmissionForm;
|
|
1042
1042
|
export declare const makeOrderSummary: () => io.flow.internal.v0.models.OrderSummary;
|
|
1043
1043
|
export declare const makeOrderTaxAndDutyInclusivitySetting: () => io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySetting;
|
|
@@ -1149,6 +1149,9 @@ export declare const makePartnerOrganizationSettings: () => io.flow.internal.v0.
|
|
|
1149
1149
|
export declare const makePartnerOrganizationSettingsDeleted: () => io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted;
|
|
1150
1150
|
export declare const makePartnerOrganizationSettingsForm: () => io.flow.internal.v0.models.PartnerOrganizationSettingsForm;
|
|
1151
1151
|
export declare const makePartnerOrganizationSettingsUpserted: () => io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted;
|
|
1152
|
+
export declare const makePartnerRequest: () => io.flow.internal.v0.models.PartnerRequest;
|
|
1153
|
+
export declare const makePartnerRequestDeleted: () => io.flow.internal.v0.models.PartnerRequestDeleted;
|
|
1154
|
+
export declare const makePartnerRequestUpserted: () => io.flow.internal.v0.models.PartnerRequestUpserted;
|
|
1152
1155
|
export declare const makePartnerTrackingSubscriptionDeleted: () => io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted;
|
|
1153
1156
|
export declare const makePartnerTrackingSubscriptionUpserted: () => io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted;
|
|
1154
1157
|
export declare const makePassphrase: () => io.flow.internal.v0.models.Passphrase;
|
|
@@ -1319,7 +1322,6 @@ export declare const makeRatecardStandardConfigurationUpserted: () => io.flow.in
|
|
|
1319
1322
|
export declare const makeRatecardStandardSettings: () => io.flow.internal.v0.models.RatecardStandardSettings;
|
|
1320
1323
|
export declare const makeRatesChanged: () => io.flow.internal.v0.models.RatesChanged;
|
|
1321
1324
|
export declare const makeRatesNamesSummary: () => io.flow.internal.v0.models.RatesNamesSummary;
|
|
1322
|
-
export declare const makeReadyToFulfill: () => io.flow.internal.v0.models.ReadyToFulfill;
|
|
1323
1325
|
export declare const makeReboundConfiguration: () => io.flow.internal.v0.models.ReboundConfiguration;
|
|
1324
1326
|
export declare const makeReboundConfigurationForm: () => io.flow.internal.v0.models.ReboundConfigurationForm;
|
|
1325
1327
|
export declare const makeReboundConfigurationStatus: () => io.flow.internal.v0.enums.ReboundConfigurationStatus;
|
|
@@ -1335,6 +1337,9 @@ export declare const makeReport: () => io.flow.internal.v0.models.Report;
|
|
|
1335
1337
|
export declare const makeReportAccount: () => io.flow.internal.v0.models.ReportAccount;
|
|
1336
1338
|
export declare const makeReportBankAccount: () => io.flow.internal.v0.models.ReportBankAccount;
|
|
1337
1339
|
export declare const makeReportBankAccountCleartext: () => io.flow.internal.v0.models.ReportBankAccountCleartext;
|
|
1340
|
+
export declare const makeReportFile: () => io.flow.internal.v0.models.ReportFile;
|
|
1341
|
+
export declare const makeReportFileStatus: () => io.flow.internal.v0.enums.ReportFileStatus;
|
|
1342
|
+
export declare const makeReportFileType: () => "stripe_connect_report";
|
|
1338
1343
|
export declare const makeReportFilter: () => io.flow.internal.v0.models.ReportFilter;
|
|
1339
1344
|
export declare const makeReportForm: () => io.flow.internal.v0.models.ReportForm;
|
|
1340
1345
|
export declare const makeReportInterval: () => io.flow.internal.v0.enums.ReportInterval;
|
|
@@ -1344,6 +1349,8 @@ export declare const makeReportOrganizationReference: () => io.flow.internal.v0.
|
|
|
1344
1349
|
export declare const makeReportOwner: () => io.flow.internal.v0.models.ReportOwner;
|
|
1345
1350
|
export declare const makeReportPayment: () => io.flow.internal.v0.models.ReportPayment;
|
|
1346
1351
|
export declare const makeReportPaymentType: () => io.flow.internal.v0.enums.ReportPaymentType;
|
|
1352
|
+
export declare const makeReportRecordError: () => io.flow.internal.v0.models.ReportRecordError;
|
|
1353
|
+
export declare const makeReportRecordRetryQueue: () => io.flow.internal.v0.models.ReportRecordRetryQueue;
|
|
1347
1354
|
export declare const makeReportRuleDecision: () => io.flow.internal.v0.models.ReportRuleDecision;
|
|
1348
1355
|
export declare const makeReportStatus: () => io.flow.internal.v0.enums.ReportStatus;
|
|
1349
1356
|
export declare const makeReportSummary: () => io.flow.internal.v0.models.ReportSummary;
|
|
@@ -1470,9 +1477,6 @@ export declare const makeSessionRollout: () => io.flow.internal.v0.models.Sessio
|
|
|
1470
1477
|
export declare const makeSessionRolloutForm: () => io.flow.internal.v0.models.SessionRolloutForm;
|
|
1471
1478
|
export declare const makeSetupBlockPutForm: () => io.flow.internal.v0.models.SetupBlockPutForm;
|
|
1472
1479
|
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
1480
|
export declare const makeShippingLane: () => io.flow.internal.v0.models.ShippingLane;
|
|
1477
1481
|
export declare const makeShippingMethodReference: () => io.flow.internal.v0.models.ShippingMethodReference;
|
|
1478
1482
|
export declare const makeShop: () => io.flow.internal.v0.models.Shop;
|
|
@@ -1483,6 +1487,9 @@ export declare const makeShopifyChannelOrganizationTokens: () => io.flow.interna
|
|
|
1483
1487
|
export declare const makeShopifyCheckInventoryError: () => io.flow.internal.v0.models.ShopifyCheckInventoryError;
|
|
1484
1488
|
export declare const makeShopifyCheckInventoryErrorCode: () => "inventory_out_of_stock";
|
|
1485
1489
|
export declare const makeShopifyCodeForm: () => io.flow.internal.v0.models.ShopifyCodeForm;
|
|
1490
|
+
export declare const makeShopifyDispute: () => io.flow.internal.v0.models.ShopifyDispute;
|
|
1491
|
+
export declare const makeShopifyDisputeDeleted: () => io.flow.internal.v0.models.ShopifyDisputeDeleted;
|
|
1492
|
+
export declare const makeShopifyDisputeUpserted: () => io.flow.internal.v0.models.ShopifyDisputeUpserted;
|
|
1486
1493
|
export declare const makeShopifyExperienceShortId: () => io.flow.internal.v0.models.ShopifyExperienceShortId;
|
|
1487
1494
|
export declare const makeShopifyExperienceShortIdDeleted: () => io.flow.internal.v0.models.ShopifyExperienceShortIdDeleted;
|
|
1488
1495
|
export declare const makeShopifyExperienceShortIdUpserted: () => io.flow.internal.v0.models.ShopifyExperienceShortIdUpserted;
|
|
@@ -1541,6 +1548,8 @@ export declare const makeShopifyMarketsWebhookRegistration: () => io.flow.intern
|
|
|
1541
1548
|
export declare const makeShopifyMarketsWebhookRegistrationDeleted: () => io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted;
|
|
1542
1549
|
export declare const makeShopifyMarketsWebhookRegistrationUpserted: () => io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted;
|
|
1543
1550
|
export declare const makeShopifyMerchantPlan: () => io.flow.internal.v0.models.ShopifyMerchantPlan;
|
|
1551
|
+
export declare const makeShopifyMerchantPlanDeleted: () => io.flow.internal.v0.models.ShopifyMerchantPlanDeleted;
|
|
1552
|
+
export declare const makeShopifyMerchantPlanUpserted: () => io.flow.internal.v0.models.ShopifyMerchantPlanUpserted;
|
|
1544
1553
|
export declare const makeShopifyMetadata: () => io.flow.internal.v0.models.ShopifyMetadata;
|
|
1545
1554
|
export declare const makeShopifyMonitoringCarrierService: () => io.flow.internal.v0.models.ShopifyMonitoringCarrierService;
|
|
1546
1555
|
export declare const makeShopifyMonitoringFulfillmentExternal: () => io.flow.internal.v0.models.ShopifyMonitoringFulfillmentExternal;
|
|
@@ -1672,6 +1681,10 @@ export declare const makeStripeAuthorizationDeleted: () => io.flow.internal.v0.m
|
|
|
1672
1681
|
export declare const makeStripeAuthorizationUpserted: () => io.flow.internal.v0.models.StripeAuthorizationUpserted;
|
|
1673
1682
|
export declare const makeStripeCaptureDeleted: () => io.flow.internal.v0.models.StripeCaptureDeleted;
|
|
1674
1683
|
export declare const makeStripeCaptureUpserted: () => io.flow.internal.v0.models.StripeCaptureUpserted;
|
|
1684
|
+
export declare const makeStripeConnectReportRecord: () => io.flow.internal.v0.models.StripeConnectReportRecord;
|
|
1685
|
+
export declare const makeStripeConnectReportRecordDeleted: () => io.flow.internal.v0.models.StripeConnectReportRecordDeleted;
|
|
1686
|
+
export declare const makeStripeConnectReportRecordPaymentMetadata: () => io.flow.internal.v0.models.StripeConnectReportRecordPaymentMetadata;
|
|
1687
|
+
export declare const makeStripeConnectReportRecordUpserted: () => io.flow.internal.v0.models.StripeConnectReportRecordUpserted;
|
|
1675
1688
|
export declare const makeStripeDisputeDeleted: () => io.flow.internal.v0.models.StripeDisputeDeleted;
|
|
1676
1689
|
export declare const makeStripeDisputeUpserted: () => io.flow.internal.v0.models.StripeDisputeUpserted;
|
|
1677
1690
|
export declare const makeStripeInternalAuthorization: () => io.flow.internal.v0.models.StripeInternalAuthorization;
|
|
@@ -1716,11 +1729,6 @@ export declare const makeTaxCalculationErrorCode: () => io.flow.internal.v0.enum
|
|
|
1716
1729
|
export declare const makeTaxCalculationForm: () => io.flow.internal.v0.models.TaxCalculationForm;
|
|
1717
1730
|
export declare const makeTaxCalculationLineItem: () => io.flow.internal.v0.models.TaxCalculationLineItem;
|
|
1718
1731
|
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
1732
|
export declare const makeTaxParty: () => io.flow.internal.v0.enums.TaxParty;
|
|
1725
1733
|
export declare const makeTaxRemittanceTransaction: () => io.flow.internal.v0.models.TaxRemittanceTransaction;
|
|
1726
1734
|
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.123",
|
|
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": "20eb3ad55f76873162f52f64cb42347be379f34e"
|
|
41
41
|
}
|