@flowio/api-internal-factories 0.0.106 → 0.0.109
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 +18884 -20957
- package/dist/esm/api-internal.js +18813 -20916
- package/dist/types/api-internal.d.ts +36 -7
- package/package.json +2 -2
- package/src/api-internal.ts +10451 -12913
|
@@ -188,7 +188,6 @@ export declare const makeBrowserBundlePaymentMethod: () => io.flow.internal.v0.m
|
|
|
188
188
|
export declare const makeBrowserBundlePaymentMethodForm: () => io.flow.internal.v0.models.BrowserBundlePaymentMethodForm;
|
|
189
189
|
export declare const makeBrowserBundlePaymentMethods: () => io.flow.internal.v0.models.BrowserBundlePaymentMethods;
|
|
190
190
|
export declare const makeBulkClassificationAction: () => io.flow.internal.v0.models.BulkClassificationAction;
|
|
191
|
-
export declare const makeByRuleSnapshot: () => io.flow.internal.v0.models.ByRuleSnapshot;
|
|
192
191
|
export declare const makeCalculatedTaxAmount: () => io.flow.internal.v0.models.CalculatedTaxAmount;
|
|
193
192
|
export declare const makeCalculationStampingLineItem: () => io.flow.internal.v0.models.CalculationStampingLineItem;
|
|
194
193
|
export declare const makeCalculationStampingShippingLine: () => io.flow.internal.v0.models.CalculationStampingShippingLine;
|
|
@@ -422,6 +421,9 @@ export declare const makeContentSchemaSummary: () => io.flow.internal.v0.models.
|
|
|
422
421
|
export declare const makeContentStatus: () => io.flow.internal.v0.enums.ContentStatus;
|
|
423
422
|
export declare const makeContentType: () => io.flow.internal.v0.enums.ContentType;
|
|
424
423
|
export declare const makeContentTypeCast: () => io.flow.internal.v0.enums.ContentTypeCast;
|
|
424
|
+
export declare const makeCost: () => io.flow.internal.v0.models.Cost;
|
|
425
|
+
export declare const makeCostRule: () => io.flow.internal.v0.models.CostRule;
|
|
426
|
+
export declare const makeCostType: () => io.flow.internal.v0.enums.CostType;
|
|
425
427
|
export declare const makeCountryPickerCountry: () => io.flow.internal.v0.models.CountryPickerCountry;
|
|
426
428
|
export declare const makeCountryPickerCountryData: () => io.flow.internal.v0.models.CountryPickerCountryData;
|
|
427
429
|
export declare const makeCountryPickerCurrency: () => io.flow.internal.v0.models.CountryPickerCurrency;
|
|
@@ -507,6 +509,7 @@ export declare const makeDisputeDeleted: () => io.flow.internal.v0.models.Disput
|
|
|
507
509
|
export declare const makeDisputeDetails: () => io.flow.internal.v0.unions.DisputeDetails;
|
|
508
510
|
export declare const makeDisputeDetailsAdyen: () => io.flow.internal.v0.models.DisputeDetailsAdyen;
|
|
509
511
|
export declare const makeDisputeDetailsPaypal: () => io.flow.internal.v0.models.DisputeDetailsPaypal;
|
|
512
|
+
export declare const makeDisputeDetailsStripe: () => io.flow.internal.v0.models.DisputeDetailsStripe;
|
|
510
513
|
export declare const makeDisputeEvidence: () => io.flow.internal.v0.enums.DisputeEvidence;
|
|
511
514
|
export declare const makeDisputeImport: () => io.flow.internal.v0.models.DisputeImport;
|
|
512
515
|
export declare const makeDisputeImportError: () => io.flow.internal.v0.models.DisputeImportError;
|
|
@@ -518,6 +521,7 @@ export declare const makeDisputeLiability: () => io.flow.internal.v0.enums.Dispu
|
|
|
518
521
|
export declare const makeDisputeOrderReference: () => io.flow.internal.v0.models.DisputeOrderReference;
|
|
519
522
|
export declare const makeDisputeOrganizationReference: () => io.flow.internal.v0.models.DisputeOrganizationReference;
|
|
520
523
|
export declare const makeDisputeProcessor: () => io.flow.internal.v0.enums.DisputeProcessor;
|
|
524
|
+
export declare const makeDisputeReportingCategory: () => io.flow.internal.v0.enums.DisputeReportingCategory;
|
|
521
525
|
export declare const makeDisputeStatus: () => io.flow.internal.v0.enums.DisputeStatus;
|
|
522
526
|
export declare const makeDisputeStatusForm: () => io.flow.internal.v0.models.DisputeStatusForm;
|
|
523
527
|
export declare const makeDisputeTransaction: () => io.flow.internal.v0.models.DisputeTransaction;
|
|
@@ -751,6 +755,7 @@ export declare const makeGoogleLinker: () => io.flow.internal.v0.models.GoogleLi
|
|
|
751
755
|
export declare const makeGoogleShoppingAccountParameters: () => io.flow.internal.v0.models.GoogleShoppingAccountParameters;
|
|
752
756
|
export declare const makeGoogleShoppingSetting: () => io.flow.internal.v0.models.GoogleShoppingSetting;
|
|
753
757
|
export declare const makeGoogleTagManager: () => io.flow.internal.v0.models.GoogleTagManager;
|
|
758
|
+
export declare const makeGraphqlServiceTypes: () => io.flow.internal.v0.enums.GraphqlServiceTypes;
|
|
754
759
|
export declare const makeHarinathItem: () => io.flow.internal.v0.models.HarinathItem;
|
|
755
760
|
export declare const makeHarinathItemDeleted: () => io.flow.internal.v0.models.HarinathItemDeleted;
|
|
756
761
|
export declare const makeHarinathItemForm: () => io.flow.internal.v0.models.HarinathItemForm;
|
|
@@ -811,6 +816,7 @@ export declare const makeInternalTransactionDetailsCard: () => io.flow.internal.
|
|
|
811
816
|
export declare const makeInvalidCheckoutData: () => io.flow.internal.v0.models.InvalidCheckoutData;
|
|
812
817
|
export declare const makeInvariant: () => io.flow.internal.v0.models.Invariant;
|
|
813
818
|
export declare const makeInventoryCheckService: () => io.flow.internal.v0.enums.InventoryCheckService;
|
|
819
|
+
export declare const makeInventoryItemWrapper: () => io.flow.internal.v0.models.InventoryItemWrapper;
|
|
814
820
|
export declare const makeInventoryOrganizationSettings: () => io.flow.internal.v0.models.InventoryOrganizationSettings;
|
|
815
821
|
export declare const makeInventoryOrganizationSettingsForm: () => io.flow.internal.v0.models.InventoryOrganizationSettingsForm;
|
|
816
822
|
export declare const makeInventoryReservation: () => "synchronous-on-submit";
|
|
@@ -908,6 +914,7 @@ export declare const makeLabeledContent: () => io.flow.internal.v0.models.Labele
|
|
|
908
914
|
export declare const makeLabelsPrediction: () => io.flow.internal.v0.models.LabelsPrediction;
|
|
909
915
|
export declare const makeLandedCostItem: () => io.flow.internal.v0.models.LandedCostItem;
|
|
910
916
|
export declare const makeLandmark: () => io.flow.internal.v0.models.Landmark;
|
|
917
|
+
export declare const makeLastFailureSummary: () => io.flow.internal.v0.models.LastFailureSummary;
|
|
911
918
|
export declare const makeLevyRateSummary: () => io.flow.internal.v0.models.LevyRateSummary;
|
|
912
919
|
export declare const makeLevyRateSummaryUpserted: () => io.flow.internal.v0.models.LevyRateSummaryUpserted;
|
|
913
920
|
export declare const makeLiability: () => io.flow.internal.v0.models.Liability;
|
|
@@ -943,7 +950,9 @@ export declare const makeLocalizedPriceBookItemDeleted: () => io.flow.internal.v
|
|
|
943
950
|
export declare const makeLocalizedPriceBookItemUpserted: () => io.flow.internal.v0.models.LocalizedPriceBookItemUpserted;
|
|
944
951
|
export declare const makeLocation: () => io.flow.internal.v0.models.Location;
|
|
945
952
|
export declare const makeLogisticsCapabilities: () => io.flow.internal.v0.models.LogisticsCapabilities;
|
|
953
|
+
export declare const makeLogisticsCapabilitiesDeleted: () => io.flow.internal.v0.models.LogisticsCapabilitiesDeleted;
|
|
946
954
|
export declare const makeLogisticsCapabilitiesForm: () => io.flow.internal.v0.models.LogisticsCapabilitiesForm;
|
|
955
|
+
export declare const makeLogisticsCapabilitiesUpserted: () => io.flow.internal.v0.models.LogisticsCapabilitiesUpserted;
|
|
947
956
|
export declare const makeLogisticsCapability: () => "logistics_address_correction";
|
|
948
957
|
export declare const makeLogisticsPayoutRequest: () => io.flow.internal.v0.models.LogisticsPayoutRequest;
|
|
949
958
|
export declare const makeLogisticsPayoutRequestForm: () => io.flow.internal.v0.models.LogisticsPayoutRequestForm;
|
|
@@ -1032,6 +1041,7 @@ export declare const makeMatiasItemUpserted: () => io.flow.internal.v0.models.Ma
|
|
|
1032
1041
|
export declare const makeMerchant: () => io.flow.internal.v0.models.Merchant;
|
|
1033
1042
|
export declare const makeMerchantApplicationSummaries: () => io.flow.internal.v0.models.MerchantApplicationSummaries;
|
|
1034
1043
|
export declare const makeMerchantApplicationSummary: () => io.flow.internal.v0.models.MerchantApplicationSummary;
|
|
1044
|
+
export declare const makeMerchantCohort: () => io.flow.internal.v0.enums.MerchantCohort;
|
|
1035
1045
|
export declare const makeMerchantDeleted: () => io.flow.internal.v0.models.MerchantDeleted;
|
|
1036
1046
|
export declare const makeMerchantFees: () => io.flow.internal.v0.models.MerchantFees;
|
|
1037
1047
|
export declare const makeMerchantGuidAssignment: () => io.flow.internal.v0.models.MerchantGuidAssignment;
|
|
@@ -1058,6 +1068,8 @@ export declare const makeMiljenkoItemForm: () => io.flow.internal.v0.models.Milj
|
|
|
1058
1068
|
export declare const makeMiljenkoItemType: () => io.flow.internal.v0.enums.MiljenkoItemType;
|
|
1059
1069
|
export declare const makeMiljenkoItemUpserted: () => io.flow.internal.v0.models.MiljenkoItemUpserted;
|
|
1060
1070
|
export declare const makeMixedBagWeight: () => io.flow.internal.v0.enums.MixedBagWeight;
|
|
1071
|
+
export declare const makeMoneyPercentage: () => io.flow.internal.v0.models.MoneyPercentage;
|
|
1072
|
+
export declare const makeMoneyRule: () => io.flow.internal.v0.models.MoneyPercentage;
|
|
1061
1073
|
export declare const makeNatureOfSale: () => io.flow.internal.v0.enums.NatureOfSale;
|
|
1062
1074
|
export declare const makeNextBillingStatement: () => io.flow.internal.v0.models.NextBillingStatement;
|
|
1063
1075
|
export declare const makeNoCalculatedTaxAmount: () => io.flow.internal.v0.models.NoCalculatedTaxAmount;
|
|
@@ -1176,7 +1188,7 @@ export declare const makeOrganizationMembershipCopyForm: () => io.flow.internal.
|
|
|
1176
1188
|
export declare const makeOrganizationMetadata: () => io.flow.internal.v0.models.OrganizationMetadata;
|
|
1177
1189
|
export declare const makeOrganizationMetadataDeleted: () => io.flow.internal.v0.models.OrganizationMetadataDeleted;
|
|
1178
1190
|
export declare const makeOrganizationMetadataUpserted: () => io.flow.internal.v0.models.OrganizationMetadataUpserted;
|
|
1179
|
-
export declare const makeOrganizationMetricType: () =>
|
|
1191
|
+
export declare const makeOrganizationMetricType: () => "organization_restriction_status";
|
|
1180
1192
|
export declare const makeOrganizationOnboardingStateAdjustmentResult: () => io.flow.internal.v0.models.OrganizationOnboardingStateAdjustmentResult;
|
|
1181
1193
|
export declare const makeOrganizationOnboardingStateAuditResult: () => io.flow.internal.v0.models.OrganizationOnboardingStateAuditResult;
|
|
1182
1194
|
export declare const makeOrganizationPaymentSetting: () => io.flow.internal.v0.models.OrganizationPaymentSetting;
|
|
@@ -1192,9 +1204,6 @@ export declare const makeOrganizationRestrictionReviewType: () => io.flow.intern
|
|
|
1192
1204
|
export declare const makeOrganizationRestrictionRiskLevel: () => io.flow.internal.v0.enums.OrganizationRestrictionRiskLevel;
|
|
1193
1205
|
export declare const makeOrganizationRestrictionScreeningDecisionForm: () => io.flow.internal.v0.models.OrganizationRestrictionScreeningDecisionForm;
|
|
1194
1206
|
export declare const makeOrganizationRestrictionScreeningStatus: () => io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus;
|
|
1195
|
-
export declare const makeOrganizationRestrictionSnapshot: () => io.flow.internal.v0.models.OrganizationRestrictionSnapshot;
|
|
1196
|
-
export declare const makeOrganizationRestrictionSnapshotDeleted: () => io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted;
|
|
1197
|
-
export declare const makeOrganizationRestrictionSnapshotUpserted: () => io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted;
|
|
1198
1207
|
export declare const makeOrganizationRestrictionStatus: () => io.flow.internal.v0.models.OrganizationRestrictionStatus;
|
|
1199
1208
|
export declare const makeOrganizationRestrictionStatusDeleted: () => io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted;
|
|
1200
1209
|
export declare const makeOrganizationRestrictionStatusNote: () => io.flow.internal.v0.models.OrganizationRestrictionStatusNote;
|
|
@@ -1242,6 +1251,7 @@ export declare const makePartnerOrganizationSettings: () => io.flow.internal.v0.
|
|
|
1242
1251
|
export declare const makePartnerOrganizationSettingsDeleted: () => io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted;
|
|
1243
1252
|
export declare const makePartnerOrganizationSettingsForm: () => io.flow.internal.v0.models.PartnerOrganizationSettingsForm;
|
|
1244
1253
|
export declare const makePartnerOrganizationSettingsUpserted: () => io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted;
|
|
1254
|
+
export declare const makeParty: () => io.flow.internal.v0.enums.Party;
|
|
1245
1255
|
export declare const makePassphrase: () => io.flow.internal.v0.models.Passphrase;
|
|
1246
1256
|
export declare const makePassphraseForm: () => io.flow.internal.v0.models.PassphraseForm;
|
|
1247
1257
|
export declare const makePassphraseSummary: () => io.flow.internal.v0.models.PassphraseSummary;
|
|
@@ -1303,7 +1313,10 @@ export declare const makePriceSelector: () => io.flow.internal.v0.enums.PriceSel
|
|
|
1303
1313
|
export declare const makePricingIndicator: () => io.flow.internal.v0.models.PricingIndicator;
|
|
1304
1314
|
export declare const makePricingIndicatorDynamo: () => io.flow.internal.v0.models.PricingIndicatorDynamo;
|
|
1305
1315
|
export declare const makePricingIndicatorStatus: () => io.flow.internal.v0.enums.PricingIndicatorStatus;
|
|
1316
|
+
export declare const makePrincipal: () => io.flow.internal.v0.models.Principal;
|
|
1317
|
+
export declare const makePrincipalType: () => io.flow.internal.v0.enums.PrincipalType;
|
|
1306
1318
|
export declare const makePrioritizedCenterReference: () => io.flow.internal.v0.models.PrioritizedCenterReference;
|
|
1319
|
+
export declare const makeProcessedPaymentSummary: () => io.flow.internal.v0.models.ProcessedPaymentSummary;
|
|
1307
1320
|
export declare const makeProcessingTransaction: () => io.flow.internal.v0.models.ProcessingTransaction;
|
|
1308
1321
|
export declare const makeProcessingTransactionDeleted: () => io.flow.internal.v0.models.ProcessingTransactionDeleted;
|
|
1309
1322
|
export declare const makeProcessingTransactionReference: () => io.flow.internal.v0.models.ProcessingTransactionReference;
|
|
@@ -1336,6 +1349,14 @@ export declare const makeProductRestrictionRuleDecisionDeleted: () => io.flow.in
|
|
|
1336
1349
|
export declare const makeProductRestrictionRuleDecisionUpserted: () => io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted;
|
|
1337
1350
|
export declare const makeProductReviewHistory: () => io.flow.internal.v0.models.ProductReviewHistory;
|
|
1338
1351
|
export declare const makeProductStatus: () => io.flow.internal.v0.enums.ProductStatus;
|
|
1352
|
+
export declare const makeProfit: () => io.flow.internal.v0.models.Profit;
|
|
1353
|
+
export declare const makeProfitShare: () => io.flow.internal.v0.models.ProfitShare;
|
|
1354
|
+
export declare const makeProfitShareOrderReference: () => io.flow.internal.v0.models.ProfitShareOrderReference;
|
|
1355
|
+
export declare const makeProfitSharePlan: () => io.flow.internal.v0.models.ProfitSharePlan;
|
|
1356
|
+
export declare const makeProfitSplit: () => io.flow.internal.v0.models.ProfitSplit;
|
|
1357
|
+
export declare const makeProfitSplitRule: () => io.flow.internal.v0.models.ProfitSplitRule;
|
|
1358
|
+
export declare const makeProfitStream: () => io.flow.internal.v0.models.ProfitStream;
|
|
1359
|
+
export declare const makeProfitStreamKey: () => io.flow.internal.v0.enums.ProfitStreamKey;
|
|
1339
1360
|
export declare const makePromptAction: () => io.flow.internal.v0.enums.PromptAction;
|
|
1340
1361
|
export declare const makePromptCheckoutDisplayPosition: () => io.flow.internal.v0.enums.PromptCheckoutDisplayPosition;
|
|
1341
1362
|
export declare const makePromptOptions: () => io.flow.internal.v0.enums.PromptOptions;
|
|
@@ -1513,18 +1534,19 @@ export declare const makeReturnPolicyUpserted: () => io.flow.internal.v0.models.
|
|
|
1513
1534
|
export declare const makeReturnSummary: () => io.flow.internal.v0.models.ReturnSummary;
|
|
1514
1535
|
export declare const makeReturnTrigger: () => io.flow.internal.v0.models.ReturnTriggerRefund;
|
|
1515
1536
|
export declare const makeReturnTriggerRefund: () => io.flow.internal.v0.models.ReturnTriggerRefund;
|
|
1537
|
+
export declare const makeRevenue: () => io.flow.internal.v0.models.Revenue;
|
|
1516
1538
|
export declare const makeRevenueRecord: () => io.flow.internal.v0.models.RevenueRecord;
|
|
1517
1539
|
export declare const makeRevenueRecordDeleted: () => io.flow.internal.v0.models.RevenueRecordDeleted;
|
|
1518
1540
|
export declare const makeRevenueRecordType: () => io.flow.internal.v0.enums.RevenueRecordType;
|
|
1519
1541
|
export declare const makeRevenueRecordUpserted: () => io.flow.internal.v0.models.RevenueRecordUpserted;
|
|
1542
|
+
export declare const makeRevenueRule: () => io.flow.internal.v0.models.RevenueRule;
|
|
1543
|
+
export declare const makeRevenueType: () => io.flow.internal.v0.enums.RevenueType;
|
|
1520
1544
|
export declare const makeRiskCheck: () => "three_d_secure";
|
|
1521
1545
|
export declare const makeRiskEvaluation: () => io.flow.internal.v0.enums.RiskEvaluation;
|
|
1522
1546
|
export declare const makeRoutingAccount: () => io.flow.internal.v0.models.RoutingAccount;
|
|
1523
1547
|
export declare const makeRoutingEntity: () => io.flow.internal.v0.unions.RoutingEntity;
|
|
1524
1548
|
export declare const makeRoutingMerchant: () => io.flow.internal.v0.models.RoutingMerchant;
|
|
1525
1549
|
export declare const makeRoutingProcessor: () => io.flow.internal.v0.models.RoutingProcessor;
|
|
1526
|
-
export declare const makeSalesRecordDeleted: () => io.flow.internal.v0.models.SalesRecordDeleted;
|
|
1527
|
-
export declare const makeSalesRecordUpserted: () => io.flow.internal.v0.models.SalesRecordUpserted;
|
|
1528
1550
|
export declare const makeSandboxSetup: () => io.flow.internal.v0.models.SandboxSetup;
|
|
1529
1551
|
export declare const makeSandboxSetupForm: () => io.flow.internal.v0.models.SandboxSetupForm;
|
|
1530
1552
|
export declare const makeScheduledPayment: () => io.flow.internal.v0.models.ScheduledPayment;
|
|
@@ -1633,6 +1655,11 @@ export declare const makeShopifyOrderLineContent: () => io.flow.internal.v0.mode
|
|
|
1633
1655
|
export declare const makeShopifyOrganizationSettings: () => io.flow.internal.v0.models.ShopifyOrganizationSettings;
|
|
1634
1656
|
export declare const makeShopifyOrganizationSettingsForm: () => io.flow.internal.v0.models.ShopifyOrganizationSettingsForm;
|
|
1635
1657
|
export declare const makeShopifyPaymentSummary: () => io.flow.internal.v0.models.ShopifyPaymentSummary;
|
|
1658
|
+
export declare const makeShopifyProductBundle: () => io.flow.internal.v0.models.ShopifyProductBundle;
|
|
1659
|
+
export declare const makeShopifyProductBundleDeleted: () => io.flow.internal.v0.models.ShopifyProductBundleDeleted;
|
|
1660
|
+
export declare const makeShopifyProductBundleUnderlying: () => io.flow.internal.v0.models.ShopifyProductBundleUnderlying;
|
|
1661
|
+
export declare const makeShopifyProductBundleUpserted: () => io.flow.internal.v0.models.ShopifyProductBundleUpserted;
|
|
1662
|
+
export declare const makeShopifyProductWrapper: () => io.flow.internal.v0.models.ShopifyProductWrapper;
|
|
1636
1663
|
export declare const makeShopifyPromoForm: () => io.flow.internal.v0.models.ShopifyPromoForm;
|
|
1637
1664
|
export declare const makeShopifyPromotion: () => io.flow.internal.v0.models.ShopifyPromotion;
|
|
1638
1665
|
export declare const makeShopifyPromotionAttributeValue: () => io.flow.internal.v0.models.ShopifyPromotionAttributeValue;
|
|
@@ -1785,8 +1812,10 @@ export declare const makeTechOnboardingDescription: () => io.flow.internal.v0.mo
|
|
|
1785
1812
|
export declare const makeTest: () => io.flow.internal.v0.models.Test;
|
|
1786
1813
|
export declare const makeTestForm: () => io.flow.internal.v0.models.TestForm;
|
|
1787
1814
|
export declare const makeThiagoItem: () => io.flow.internal.v0.models.ThiagoItem;
|
|
1815
|
+
export declare const makeThiagoItemDeleted: () => io.flow.internal.v0.models.ThiagoItemDeleted;
|
|
1788
1816
|
export declare const makeThiagoItemForm: () => io.flow.internal.v0.models.ThiagoItemForm;
|
|
1789
1817
|
export declare const makeThiagoItemType: () => io.flow.internal.v0.enums.ThiagoItemType;
|
|
1818
|
+
export declare const makeThiagoItemUpserted: () => io.flow.internal.v0.models.ThiagoItemUpserted;
|
|
1790
1819
|
export declare const makeThirdPartyLogisticsPartner: () => io.flow.internal.v0.models.ThirdPartyLogisticsPartner;
|
|
1791
1820
|
export declare const makeThirdPartyLogisticsPickUpTimeWindow: () => io.flow.internal.v0.models.ThirdPartyLogisticsPickUpTimeWindow;
|
|
1792
1821
|
export declare const makeTieredFee: () => io.flow.internal.v0.models.TieredFee;
|
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.109",
|
|
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": "6f3d155eabc51fc1da757af5889d9066f4c03efe"
|
|
41
41
|
}
|