@flowio/api-internal-factories 0.0.124 → 0.0.126
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 +474 -128
- package/dist/esm/api-internal.js +403 -83
- package/dist/types/api-internal.d.ts +37 -12
- package/package.json +2 -2
- package/src/api-internal.ts +436 -100
|
@@ -113,6 +113,7 @@ export declare const makeAnyDangerousGoods: () => io.flow.internal.v0.enums.AnyD
|
|
|
113
113
|
export declare const makeApiCallReferenceId: () => io.flow.internal.v0.enums.ApiCallReferenceId;
|
|
114
114
|
export declare const makeApmContent: () => io.flow.internal.v0.models.ApmContent;
|
|
115
115
|
export declare const makeApplePayAuthorizationPayload: () => io.flow.internal.v0.models.ApplePayAuthorizationPayload;
|
|
116
|
+
export declare const makeApplicablePreferentialRate: () => io.flow.internal.v0.enums.ApplicablePreferentialRate;
|
|
116
117
|
export declare const makeApplyAtValueForm: () => io.flow.internal.v0.models.ApplyAtValueForm;
|
|
117
118
|
export declare const makeAttemptStatistics: () => io.flow.internal.v0.models.AttemptStatistics;
|
|
118
119
|
export declare const makeAttributeLabel: () => io.flow.internal.v0.models.AttributeLabel;
|
|
@@ -392,6 +393,7 @@ export declare const makeCommercialInvoiceInternal: () => io.flow.internal.v0.mo
|
|
|
392
393
|
export declare const makeCommercialInvoiceInternalDeleted: () => io.flow.internal.v0.models.CommercialInvoiceInternalDeleted;
|
|
393
394
|
export declare const makeCommercialInvoiceInternalUpserted: () => io.flow.internal.v0.models.CommercialInvoiceInternalUpserted;
|
|
394
395
|
export declare const makeCommercialInvoiceSummary: () => io.flow.internal.v0.models.CommercialInvoiceSummary;
|
|
396
|
+
export declare const makeCommercialInvoiceVersion: () => "v2_2_1";
|
|
395
397
|
export declare const makeCompany: () => io.flow.internal.v0.enums.Company;
|
|
396
398
|
export declare const makeCompanyReference: () => io.flow.internal.v0.models.CompanyReference;
|
|
397
399
|
export declare const makeCompliance: () => io.flow.internal.v0.models.Compliance;
|
|
@@ -431,8 +433,6 @@ export declare const makeCryptoAuthentication: () => io.flow.internal.v0.models.
|
|
|
431
433
|
export declare const makeCryptoAuthenticationForm: () => io.flow.internal.v0.models.CryptoAuthenticationForm;
|
|
432
434
|
export declare const makeCsvTransaction: () => io.flow.internal.v0.models.CsvTransaction;
|
|
433
435
|
export declare const makeCurrencyInternalRate: () => io.flow.internal.v0.models.CurrencyInternalRate;
|
|
434
|
-
export declare const makeCustomerPurgeUpserted: () => io.flow.internal.v0.models.CustomerPurgeUpserted;
|
|
435
|
-
export declare const makeCustomerSecret: () => io.flow.internal.v0.models.CustomerSecret;
|
|
436
436
|
export declare const makeCustomsDescriptionImport: () => io.flow.internal.v0.models.CustomsDescriptionImport;
|
|
437
437
|
export declare const makeCustomsDescriptionStatistics: () => io.flow.internal.v0.models.CustomsDescriptionStatistics;
|
|
438
438
|
export declare const makeCustomsDescriptionSuggestion: () => io.flow.internal.v0.models.CustomsDescriptionSuggestion;
|
|
@@ -553,7 +553,10 @@ export declare const makeEmailModificationForm: () => io.flow.internal.v0.models
|
|
|
553
553
|
export declare const makeEmptyAttribute: () => "irrelevant";
|
|
554
554
|
export declare const makeEmptyClassificationForm: () => io.flow.internal.v0.models.EmptyClassificationForm;
|
|
555
555
|
export declare const makeEncryption: () => io.flow.internal.v0.models.Encryption;
|
|
556
|
+
export declare const makeEnrichedLineItemForm: () => io.flow.internal.v0.models.EnrichedLineItemForm;
|
|
557
|
+
export declare const makeEnrichedShippingLabelPackage: () => io.flow.internal.v0.models.EnrichedShippingLabelPackage;
|
|
556
558
|
export declare const makeEntityReference: () => io.flow.internal.v0.models.EntityReference;
|
|
559
|
+
export declare const makeEntityReferenceNumber: () => io.flow.internal.v0.models.EntityReferenceNumber;
|
|
557
560
|
export declare const makeErpFileType: () => "vendor";
|
|
558
561
|
export declare const makeErpFlowFile: () => io.flow.internal.v0.models.ErpFlowFile;
|
|
559
562
|
export declare const makeErpFlowFileForm: () => io.flow.internal.v0.models.ErpFlowFileForm;
|
|
@@ -726,6 +729,7 @@ export declare const makeFxRevenueRecognitionOrder: () => io.flow.internal.v0.mo
|
|
|
726
729
|
export declare const makeFxRevenueRecognitionOrganization: () => io.flow.internal.v0.models.FxRevenueRecognitionOrganization;
|
|
727
730
|
export declare const makeFxRevenueRecognitionRate: () => io.flow.internal.v0.models.FxRevenueRecognitionRate;
|
|
728
731
|
export declare const makeFxRevenueRecognitionSource: () => io.flow.internal.v0.models.FxRevenueRecognitionSource;
|
|
732
|
+
export declare const makeGeIngestionFileStatus: () => io.flow.internal.v0.enums.GeIngestionFileStatus;
|
|
729
733
|
export declare const makeGeRevenueShareTransaction: () => io.flow.internal.v0.models.GeRevenueShareTransaction;
|
|
730
734
|
export declare const makeGenerateLoad: () => io.flow.internal.v0.unions.GenerateLoad;
|
|
731
735
|
export declare const makeGenerateLoadMultipleOrgs: () => io.flow.internal.v0.models.GenerateLoadMultipleOrgs;
|
|
@@ -781,6 +785,7 @@ export declare const makeInternalDebugTransaction: () => io.flow.internal.v0.mod
|
|
|
781
785
|
export declare const makeInternalExclusionRuleForm: () => io.flow.internal.v0.models.InternalExclusionRuleForm;
|
|
782
786
|
export declare const makeInternalFiservAuthorizationDetails: () => io.flow.internal.v0.models.InternalFiservAuthorizationDetails;
|
|
783
787
|
export declare const makeInternalHarmonizationStatistic: () => io.flow.internal.v0.unions.InternalHarmonizationStatistic;
|
|
788
|
+
export declare const makeInternalItem: () => io.flow.internal.v0.models.InternalItem;
|
|
784
789
|
export declare const makeInternalItemForm: () => io.flow.internal.v0.models.InternalItemForm;
|
|
785
790
|
export declare const makeInternalOrder: () => io.flow.internal.v0.models.InternalOrder;
|
|
786
791
|
export declare const makeInternalPaymentEntityType: () => io.flow.internal.v0.enums.InternalPaymentEntityType;
|
|
@@ -794,6 +799,8 @@ export declare const makeInternalTransactionDetailsCard: () => io.flow.internal.
|
|
|
794
799
|
export declare const makeInvariant: () => io.flow.internal.v0.models.Invariant;
|
|
795
800
|
export declare const makeInventoryItemWrapper: () => io.flow.internal.v0.models.InventoryItemWrapper;
|
|
796
801
|
export declare const makeInvoice: () => io.flow.internal.v0.models.Invoice;
|
|
802
|
+
export declare const makeInvoiceData: () => io.flow.internal.v0.models.InvoiceData;
|
|
803
|
+
export declare const makeInvoiceDataLineItem: () => io.flow.internal.v0.models.InvoiceDataLineItem;
|
|
797
804
|
export declare const makeInvoiceInfoForm: () => io.flow.internal.v0.models.InvoiceInfoForm;
|
|
798
805
|
export declare const makeInvoiceLine: () => io.flow.internal.v0.models.InvoiceLine;
|
|
799
806
|
export declare const makeInvoiceLineItem: () => io.flow.internal.v0.models.InvoiceLineItem;
|
|
@@ -973,11 +980,15 @@ export declare const makeMixedBagWeight: () => io.flow.internal.v0.enums.MixedBa
|
|
|
973
980
|
export declare const makeNatureOfSale: () => io.flow.internal.v0.enums.NatureOfSale;
|
|
974
981
|
export declare const makeNegativeDebitMetrics: () => io.flow.internal.v0.models.NegativeDebitMetrics;
|
|
975
982
|
export declare const makeNextBillingStatement: () => io.flow.internal.v0.models.NextBillingStatement;
|
|
983
|
+
export declare const makeNiallItem: () => io.flow.internal.v0.models.NiallItem;
|
|
984
|
+
export declare const makeNiallItemForm: () => io.flow.internal.v0.models.NiallItemForm;
|
|
985
|
+
export declare const makeNiallItemType: () => io.flow.internal.v0.enums.NiallItemType;
|
|
976
986
|
export declare const makeNoCalculatedTaxAmount: () => io.flow.internal.v0.models.NoCalculatedTaxAmount;
|
|
977
987
|
export declare const makeNoClassificationForm: () => io.flow.internal.v0.models.NoClassificationForm;
|
|
978
988
|
export declare const makeNoLiabilityReasonCode: () => io.flow.internal.v0.enums.NoLiabilityReasonCode;
|
|
979
989
|
export declare const makeNonChannelPaymentBankAccount: () => io.flow.internal.v0.models.NonChannelPaymentBankAccount;
|
|
980
990
|
export declare const makeNonL4LTaxDutyFxTransaction: () => io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction;
|
|
991
|
+
export declare const makeNonL4LTaxDutyFxTransactionType: () => io.flow.internal.v0.enums.NonL4LTaxDutyFxTransactionType;
|
|
981
992
|
export declare const makeNotification: () => io.flow.internal.v0.models.Notification;
|
|
982
993
|
export declare const makeOnboardingAuditMessage: () => io.flow.internal.v0.models.OnboardingAuditMessage;
|
|
983
994
|
export declare const makeOnboardingAuditMessageLevel: () => io.flow.internal.v0.enums.OnboardingAuditMessageLevel;
|
|
@@ -1214,6 +1225,9 @@ export declare const makePlatformFeeFlat: () => io.flow.internal.v0.models.Platf
|
|
|
1214
1225
|
export declare const makePlatformFeePause: () => io.flow.internal.v0.models.PlatformFeePause;
|
|
1215
1226
|
export declare const makePlatformFeePercentage: () => io.flow.internal.v0.models.PlatformFeePercentage;
|
|
1216
1227
|
export declare const makePlatformFeePercentageTier: () => io.flow.internal.v0.models.PlatformFeePercentageTier;
|
|
1228
|
+
export declare const makePrateekItem: () => io.flow.internal.v0.models.PrateekItem;
|
|
1229
|
+
export declare const makePrateekItemForm: () => io.flow.internal.v0.models.PrateekItemForm;
|
|
1230
|
+
export declare const makePrateekItemType: () => io.flow.internal.v0.enums.PrateekItemType;
|
|
1217
1231
|
export declare const makePrediction: () => io.flow.internal.v0.models.Prediction;
|
|
1218
1232
|
export declare const makePreferredBillingSchedule: () => io.flow.internal.v0.enums.PreferredBillingSchedule;
|
|
1219
1233
|
export declare const makePriceSelector: () => io.flow.internal.v0.enums.PriceSelector;
|
|
@@ -1250,7 +1264,12 @@ export declare const makeProductRestrictionResultValidationError: () => io.flow.
|
|
|
1250
1264
|
export declare const makeProductRestrictionRuleDecision: () => io.flow.internal.v0.models.ProductRestrictionRuleDecision;
|
|
1251
1265
|
export declare const makeProductRestrictionRuleDecisionDeleted: () => io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted;
|
|
1252
1266
|
export declare const makeProductRestrictionRuleDecisionUpserted: () => io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted;
|
|
1267
|
+
export declare const makeProductRestrictionState: () => io.flow.internal.v0.models.ProductRestrictionState;
|
|
1268
|
+
export declare const makeProductRestrictionStateDeleted: () => io.flow.internal.v0.models.ProductRestrictionStateDeleted;
|
|
1269
|
+
export declare const makeProductRestrictionStateInserted: () => io.flow.internal.v0.models.ProductRestrictionStateInserted;
|
|
1270
|
+
export declare const makeProductRestrictionStateUpdated: () => io.flow.internal.v0.models.ProductRestrictionStateUpdated;
|
|
1253
1271
|
export declare const makeProductReviewHistory: () => io.flow.internal.v0.models.ProductReviewHistory;
|
|
1272
|
+
export declare const makeProductSellabilityResult: () => io.flow.internal.v0.models.ProductSellabilityResult;
|
|
1254
1273
|
export declare const makeProductStatus: () => io.flow.internal.v0.enums.ProductStatus;
|
|
1255
1274
|
export declare const makeProductTransaction: () => io.flow.internal.v0.models.ProductTransaction;
|
|
1256
1275
|
export declare const makePromptAction: () => io.flow.internal.v0.enums.PromptAction;
|
|
@@ -1405,7 +1424,9 @@ export declare const makeRestrictionItemReviewSummary: () => io.flow.internal.v0
|
|
|
1405
1424
|
export declare const makeRestrictionKeywordMetadata: () => io.flow.internal.v0.models.RestrictionKeywordMetadata;
|
|
1406
1425
|
export declare const makeRestrictionKeywords: () => io.flow.internal.v0.models.RestrictionKeywords;
|
|
1407
1426
|
export declare const makeRestrictionOrganization: () => io.flow.internal.v0.models.RestrictionOrganization;
|
|
1427
|
+
export declare const makeRestrictionOrganizationChannel: () => io.flow.internal.v0.enums.RestrictionOrganizationChannel;
|
|
1408
1428
|
export declare const makeRestrictionOrganizationDecisionSummary: () => io.flow.internal.v0.models.RestrictionOrganizationDecisionSummary;
|
|
1429
|
+
export declare const makeRestrictionOrganizationSource: () => io.flow.internal.v0.enums.RestrictionOrganizationSource;
|
|
1409
1430
|
export declare const makeRestrictionOrganizationStatus: () => io.flow.internal.v0.models.RestrictionOrganizationStatus;
|
|
1410
1431
|
export declare const makeRestrictionOrganizationStatusDeleted: () => io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted;
|
|
1411
1432
|
export declare const makeRestrictionOrganizationStatusUpserted: () => io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted;
|
|
@@ -1422,13 +1443,16 @@ export declare const makeRestrictionRuleEffect: () => io.flow.internal.v0.models
|
|
|
1422
1443
|
export declare const makeRestrictionRuleEffectDeleted: () => io.flow.internal.v0.models.RestrictionRuleEffectDeleted;
|
|
1423
1444
|
export declare const makeRestrictionRuleEffectForm: () => io.flow.internal.v0.models.RestrictionRuleEffectForm;
|
|
1424
1445
|
export declare const makeRestrictionRuleEffectUpserted: () => io.flow.internal.v0.models.RestrictionRuleEffectUpserted;
|
|
1446
|
+
export declare const makeRestrictionRuleExceptionAction: () => io.flow.internal.v0.enums.RestrictionRuleExceptionAction;
|
|
1425
1447
|
export declare const makeRestrictionRuleForm: () => io.flow.internal.v0.models.RestrictionRuleForm;
|
|
1426
|
-
export declare const
|
|
1448
|
+
export declare const makeRestrictionRuleLaneExemption: () => io.flow.internal.v0.models.RestrictionRuleLaneExemption;
|
|
1427
1449
|
export declare const makeRestrictionRuleOverride: () => io.flow.internal.v0.models.RestrictionRuleOverride;
|
|
1428
1450
|
export declare const makeRestrictionRuleSummary: () => io.flow.internal.v0.models.RestrictionRuleSummary;
|
|
1429
1451
|
export declare const makeRestrictionRuleUpserted: () => io.flow.internal.v0.models.RestrictionRuleUpserted;
|
|
1452
|
+
export declare const makeRestrictionStateReviewStatus: () => io.flow.internal.v0.enums.RestrictionStateReviewStatus;
|
|
1430
1453
|
export declare const makeRestrictionStatus: () => io.flow.internal.v0.enums.RestrictionStatus;
|
|
1431
1454
|
export declare const makeRestrictionStatusMetadata: () => io.flow.internal.v0.models.RestrictionStatusMetadata;
|
|
1455
|
+
export declare const makeRestrictionSummaryCounts: () => io.flow.internal.v0.models.RestrictionSummaryCounts;
|
|
1432
1456
|
export declare const makeRestrictionsDailyops: () => io.flow.internal.v0.models.RestrictionsDailyops;
|
|
1433
1457
|
export declare const makeRestrictionsDailyopsDeleted: () => io.flow.internal.v0.models.RestrictionsDailyopsDeleted;
|
|
1434
1458
|
export declare const makeRestrictionsDailyopsUpserted: () => io.flow.internal.v0.models.RestrictionsDailyopsUpserted;
|
|
@@ -1452,6 +1476,9 @@ export declare const makeRevenueRecordType: () => io.flow.internal.v0.enums.Reve
|
|
|
1452
1476
|
export declare const makeRevenueRecordUpserted: () => io.flow.internal.v0.models.RevenueRecordUpserted;
|
|
1453
1477
|
export declare const makeRiskCheck: () => "three_d_secure";
|
|
1454
1478
|
export declare const makeRiskEvaluation: () => io.flow.internal.v0.enums.RiskEvaluation;
|
|
1479
|
+
export declare const makeRohanItem: () => io.flow.internal.v0.models.RohanItem;
|
|
1480
|
+
export declare const makeRohanItemForm: () => io.flow.internal.v0.models.RohanItemForm;
|
|
1481
|
+
export declare const makeRohanItemType: () => io.flow.internal.v0.enums.RohanItemType;
|
|
1455
1482
|
export declare const makeRoutingAccount: () => io.flow.internal.v0.models.RoutingAccount;
|
|
1456
1483
|
export declare const makeRoutingEntity: () => io.flow.internal.v0.unions.RoutingEntity;
|
|
1457
1484
|
export declare const makeRoutingMerchant: () => io.flow.internal.v0.models.RoutingMerchant;
|
|
@@ -1471,17 +1498,13 @@ export declare const makeSearchItemSummary: () => io.flow.internal.v0.models.Sea
|
|
|
1471
1498
|
export declare const makeSearchOrderSummary: () => io.flow.internal.v0.models.SearchOrderSummary;
|
|
1472
1499
|
export declare const makeSearchProviderExport: () => io.flow.internal.v0.models.SearchProviderExport;
|
|
1473
1500
|
export declare const makeSearchTrackingSummary: () => io.flow.internal.v0.models.SearchTrackingSummary;
|
|
1474
|
-
export declare const makeSessionCountries: () => io.flow.internal.v0.models.SessionCountries;
|
|
1475
|
-
export declare const makeSessionCountry: () => io.flow.internal.v0.models.SessionCountry;
|
|
1476
|
-
export declare const makeSessionCountryForm: () => io.flow.internal.v0.models.SessionCountryForm;
|
|
1477
|
-
export declare const makeSessionCountryStatus: () => io.flow.internal.v0.enums.SessionCountryStatus;
|
|
1478
1501
|
export declare const makeSessionOrderData: () => io.flow.internal.v0.models.SessionOrderData;
|
|
1479
|
-
export declare const makeSessionRollout: () => io.flow.internal.v0.models.SessionRollout;
|
|
1480
|
-
export declare const makeSessionRolloutForm: () => io.flow.internal.v0.models.SessionRolloutForm;
|
|
1481
1502
|
export declare const makeSetupBlockPutForm: () => io.flow.internal.v0.models.SetupBlockPutForm;
|
|
1482
1503
|
export declare const makeSfExpress: () => io.flow.internal.v0.models.SfExpress;
|
|
1504
|
+
export declare const makeShipmentCostSummary: () => io.flow.internal.v0.models.ShipmentCostSummary;
|
|
1483
1505
|
export declare const makeShippingLane: () => io.flow.internal.v0.models.ShippingLane;
|
|
1484
1506
|
export declare const makeShippingMethodReference: () => io.flow.internal.v0.models.ShippingMethodReference;
|
|
1507
|
+
export declare const makeShippingPricing: () => io.flow.internal.v0.models.ShippingPricing;
|
|
1485
1508
|
export declare const makeShop: () => io.flow.internal.v0.models.Shop;
|
|
1486
1509
|
export declare const makeShopForm: () => io.flow.internal.v0.models.ShopForm;
|
|
1487
1510
|
export declare const makeShopVersion: () => io.flow.internal.v0.models.ShopVersion;
|
|
@@ -1579,6 +1602,9 @@ export declare const makeShopifyOrderFulfillmentsSnapshotUpserted: () => io.flow
|
|
|
1579
1602
|
export declare const makeShopifyOrderInventoryCheck: () => io.flow.internal.v0.models.ShopifyOrderInventoryCheck;
|
|
1580
1603
|
export declare const makeShopifyOrderLineAttribute: () => io.flow.internal.v0.models.ShopifyOrderLineAttribute;
|
|
1581
1604
|
export declare const makeShopifyOrderLineContent: () => io.flow.internal.v0.models.ShopifyOrderLineContent;
|
|
1605
|
+
export declare const makeShopifyOrderRiskAssessment: () => io.flow.internal.v0.models.ShopifyOrderRiskAssessment;
|
|
1606
|
+
export declare const makeShopifyOrderRiskAssessmentDeleted: () => io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted;
|
|
1607
|
+
export declare const makeShopifyOrderRiskAssessmentUpserted: () => io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted;
|
|
1582
1608
|
export declare const makeShopifyOrganizationSettings: () => io.flow.internal.v0.models.ShopifyOrganizationSettings;
|
|
1583
1609
|
export declare const makeShopifyOrganizationSettingsForm: () => io.flow.internal.v0.models.ShopifyOrganizationSettingsForm;
|
|
1584
1610
|
export declare const makeShopifyPartnerWebhook: () => io.flow.internal.v0.models.ShopifyPartnerWebhook;
|
|
@@ -1658,9 +1684,6 @@ export declare const makeSpotRateMetadataIdentity: () => io.flow.internal.v0.mod
|
|
|
1658
1684
|
export declare const makeSpotRateMetadataRate: () => io.flow.internal.v0.models.SpotRateMetadataRate;
|
|
1659
1685
|
export declare const makeSpotRateUpserted: () => io.flow.internal.v0.models.SpotRateUpserted;
|
|
1660
1686
|
export declare const makeSpotRateVersion: () => io.flow.internal.v0.models.SpotRateVersion;
|
|
1661
|
-
export declare const makeSppTrackerUpdateRequest: () => io.flow.internal.v0.models.SppTrackerUpdateRequest;
|
|
1662
|
-
export declare const makeSppTrackerUpdateRequestDeleted: () => io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted;
|
|
1663
|
-
export declare const makeSppTrackerUpdateRequestUpserted: () => io.flow.internal.v0.models.SppTrackerUpdateRequestUpserted;
|
|
1664
1687
|
export declare const makeStandaloneAttachment: () => io.flow.internal.v0.models.StandaloneAttachment;
|
|
1665
1688
|
export declare const makeStandaloneAttachmentDeleted: () => io.flow.internal.v0.models.StandaloneAttachmentDeleted;
|
|
1666
1689
|
export declare const makeStandaloneAttachmentUpserted: () => io.flow.internal.v0.models.StandaloneAttachmentUpserted;
|
|
@@ -1836,6 +1859,8 @@ export declare const makeUserStatusRule: () => io.flow.internal.v0.models.UserSt
|
|
|
1836
1859
|
export declare const makeUserStatusRuleForm: () => io.flow.internal.v0.models.UserStatusRuleForm;
|
|
1837
1860
|
export declare const makeUserUpsertedV2: () => io.flow.internal.v0.models.UserUpsertedV2;
|
|
1838
1861
|
export declare const makeV1Checkout: () => io.flow.internal.v0.models.V1Checkout;
|
|
1862
|
+
export declare const makeValidatedAddress: () => io.flow.internal.v0.models.ValidatedAddress;
|
|
1863
|
+
export declare const makeValidatedShippingData: () => io.flow.internal.v0.models.ValidatedShippingData;
|
|
1839
1864
|
export declare const makeValidationCharacterLength: () => io.flow.internal.v0.models.ValidationCharacterLength;
|
|
1840
1865
|
export declare const makeValidationRule: () => io.flow.internal.v0.models.ValidationCharacterLength;
|
|
1841
1866
|
export declare const makeViesResult: () => io.flow.internal.v0.models.ViesResult;
|
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.126",
|
|
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": "190ae7774967db79faaab1c6f4ea63dd48a75358"
|
|
41
41
|
}
|