@flowio/api-factories 0.0.117 → 0.0.119

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.
@@ -50,8 +50,6 @@ export declare const makeAdyenNativeActionDetails: () => io.flow.v0.models.Adyen
50
50
  export declare const makeAdyenNativeData: () => io.flow.v0.unions.AdyenNativeData;
51
51
  export declare const makeAdyenV3ChallengeToken: () => io.flow.v0.models.AdyenV3ChallengeToken;
52
52
  export declare const makeAdyenV3FingerprintToken: () => io.flow.v0.models.AdyenV3FingerprintToken;
53
- export declare const makeAldoItemDeleted: () => io.flow.v0.models.AldoItemDeleted;
54
- export declare const makeAldoItemUpserted: () => io.flow.v0.models.AldoItemUpserted;
55
53
  export declare const makeAllocation: () => io.flow.v0.models.Allocation;
56
54
  export declare const makeAllocationComponent: () => io.flow.v0.unions.AllocationComponent;
57
55
  export declare const makeAllocationDeletedV2: () => io.flow.v0.models.AllocationDeletedV2;
@@ -69,10 +67,6 @@ export declare const makeAllocationV2: () => io.flow.v0.models.AllocationV2;
69
67
  export declare const makeAmountMargin: () => io.flow.v0.models.AmountMargin;
70
68
  export declare const makeAmountMarginForm: () => io.flow.v0.models.AmountMarginForm;
71
69
  export declare const makeAnalyticsExportType: () => io.flow.v0.models.AnalyticsExportType;
72
- export declare const makeAnirbanItemDeleted: () => io.flow.v0.models.AnirbanItemDeleted;
73
- export declare const makeAnirbanItemUpserted: () => io.flow.v0.models.AnirbanItemUpserted;
74
- export declare const makeAnshItemDeleted: () => io.flow.v0.models.AnshItemDeleted;
75
- export declare const makeAnshItemUpserted: () => io.flow.v0.models.AnshItemUpserted;
76
70
  export declare const makeApplePayMerchantValidationPayload: () => io.flow.v0.models.ApplePayMerchantValidationPayload;
77
71
  export declare const makeApplepaySdkCreateResultActionDetails: () => io.flow.v0.models.ApplepaySdkCreateResultActionDetails;
78
72
  export declare const makeApplepaySdkValidateResultActionDetails: () => io.flow.v0.models.ApplepaySdkValidateResultActionDetails;
@@ -145,6 +139,7 @@ export declare const makeBankAccountInfoCan: () => io.flow.v0.models.BankAccount
145
139
  export declare const makeBankAccountInfoFra: () => io.flow.v0.models.BankAccountInfoFra;
146
140
  export declare const makeBankAccountInfoGbr: () => io.flow.v0.models.BankAccountInfoGbr;
147
141
  export declare const makeBankAccountInfoIta: () => io.flow.v0.models.BankAccountInfoIta;
142
+ export declare const makeBankAccountInfoKor: () => io.flow.v0.models.BankAccountInfoKor;
148
143
  export declare const makeBankAccountInfoUsa: () => io.flow.v0.models.BankAccountInfoUsa;
149
144
  export declare const makeBankAccountReference: () => io.flow.v0.models.BankAccountReference;
150
145
  export declare const makeBankAccountSummary: () => io.flow.v0.models.BankAccountSummary;
@@ -291,6 +286,11 @@ export declare const makeCheckoutUrls: () => io.flow.v0.models.CheckoutUrls;
291
286
  export declare const makeCheckoutUrlsForm: () => io.flow.v0.models.CheckoutUrlsForm;
292
287
  export declare const makeCleartext: () => io.flow.v0.models.Cleartext;
293
288
  export declare const makeCommercialInvoiceFee: () => io.flow.v0.models.CommercialInvoiceFee;
289
+ export declare const makeCommercialInvoiceMode: () => io.flow.v0.enums.CommercialInvoiceMode;
290
+ export declare const makeCommonMerchantApplication: () => io.flow.v0.models.CommonMerchantApplication;
291
+ export declare const makeCommonMerchantApplicationForm: () => io.flow.v0.models.CommonMerchantApplicationForm;
292
+ export declare const makeCommonMerchantApplicationPutForm: () => io.flow.v0.models.CommonMerchantApplicationPutForm;
293
+ export declare const makeCommonMerchantApplicationsSummary: () => io.flow.v0.models.CommonMerchantApplicationsSummary;
294
294
  export declare const makeCompany: () => io.flow.v0.models.Company;
295
295
  export declare const makeConfirmationDetails: () => io.flow.v0.unions.ConfirmationDetails;
296
296
  export declare const makeConsumerInvoice: () => io.flow.v0.models.ConsumerInvoice;
@@ -549,6 +549,7 @@ export declare const makeExportType: () => io.flow.v0.unions.ExportType;
549
549
  export declare const makeExportVersion: () => io.flow.v0.models.ExportVersion;
550
550
  export declare const makeExporterOfRecord: () => io.flow.v0.enums.ExporterOfRecord;
551
551
  export declare const makeExternalCard: () => io.flow.v0.models.ExternalCard;
552
+ export declare const makeExternalOrderSummary: () => io.flow.v0.models.ExternalOrderSummary;
552
553
  export declare const makeFeeDeduction: () => io.flow.v0.models.FeeDeduction;
553
554
  export declare const makeFeeDeductionType: () => io.flow.v0.enums.FeeDeductionType;
554
555
  export declare const makeFeeWeight: () => io.flow.v0.models.FeeWeight;
@@ -655,8 +656,6 @@ export declare const makeHop: () => io.flow.v0.models.Hop;
655
656
  export declare const makeHopEstimate: () => io.flow.v0.models.HopEstimate;
656
657
  export declare const makeHopEstimateV2: () => io.flow.v0.models.HopEstimateV2;
657
658
  export declare const makeHopV2: () => io.flow.v0.models.HopV2;
658
- export declare const makeHoseinItemDeleted: () => io.flow.v0.models.HoseinItemDeleted;
659
- export declare const makeHoseinItemUpserted: () => io.flow.v0.models.HoseinItemUpserted;
660
659
  export declare const makeHs10: () => io.flow.v0.models.Hs10;
661
660
  export declare const makeHs10CodeDeleted: () => io.flow.v0.models.Hs10CodeDeleted;
662
661
  export declare const makeHs10CodeUpserted: () => io.flow.v0.models.Hs10CodeUpserted;
@@ -822,12 +821,12 @@ export declare const makeMembershipPutForm: () => io.flow.v0.models.MembershipPu
822
821
  export declare const makeMembershipUpsertedV2: () => io.flow.v0.models.MembershipUpsertedV2;
823
822
  export declare const makeMembershipVersion: () => io.flow.v0.models.MembershipVersion;
824
823
  export declare const makeMerchantActivated: () => io.flow.v0.models.MerchantActivated;
825
- export declare const makeMerchantApplication: () => io.flow.v0.models.ShopifyMerchantApplication;
824
+ export declare const makeMerchantApplication: () => io.flow.v0.unions.MerchantApplication;
826
825
  export declare const makeMerchantApplicationDeleted: () => io.flow.v0.models.MerchantApplicationDeleted;
827
- export declare const makeMerchantApplicationForm: () => io.flow.v0.models.ShopifyMerchantApplicationForm;
828
- export declare const makeMerchantApplicationPutForm: () => io.flow.v0.models.ShopifyMerchantApplicationPutForm;
826
+ export declare const makeMerchantApplicationForm: () => io.flow.v0.unions.MerchantApplicationForm;
827
+ export declare const makeMerchantApplicationPutForm: () => io.flow.v0.unions.MerchantApplicationPutForm;
829
828
  export declare const makeMerchantApplicationUpserted: () => io.flow.v0.models.MerchantApplicationUpserted;
830
- export declare const makeMerchantApplicationsSummary: () => io.flow.v0.models.ShopifyMerchantApplicationsSummary;
829
+ export declare const makeMerchantApplicationsSummary: () => io.flow.v0.unions.MerchantApplicationsSummary;
831
830
  export declare const makeMerchantDeactivated: () => io.flow.v0.models.MerchantDeactivated;
832
831
  export declare const makeMerchantDisabled: () => io.flow.v0.models.MerchantDisabled;
833
832
  export declare const makeMerchantDisabledReason: () => io.flow.v0.enums.MerchantDisabledReason;
@@ -846,6 +845,7 @@ export declare const makeMerchantOfRecordEntity: () => io.flow.v0.models.Merchan
846
845
  export declare const makeMerchantOfRecordEntityRegistration: () => io.flow.v0.models.MerchantOfRecordEntityRegistration;
847
846
  export declare const makeMerchantOfRecordPaymentForm: () => io.flow.v0.models.MerchantOfRecordPaymentForm;
848
847
  export declare const makeMerchantOnboardingAddress: () => io.flow.v0.models.MerchantOnboardingAddress;
848
+ export declare const makeMerchantOnboardingBeneficiaryDetails: () => io.flow.v0.models.MerchantOnboardingBeneficiaryDetails;
849
849
  export declare const makeMerchantRejected: () => io.flow.v0.models.MerchantRejected;
850
850
  export declare const makeMerchantRejectedReason: () => io.flow.v0.enums.MerchantRejectedReason;
851
851
  export declare const makeMethod: () => "post";
@@ -857,8 +857,6 @@ export declare const makeMonthlyAverageVolume: () => io.flow.v0.models.MonthlyAv
857
857
  export declare const makeName: () => io.flow.v0.models.Name;
858
858
  export declare const makeNameForm: () => io.flow.v0.models.NameForm;
859
859
  export declare const makeNeedsActionAttributes: () => io.flow.v0.models.NeedsActionAttributes;
860
- export declare const makeNiallItemDeleted: () => io.flow.v0.models.NiallItemDeleted;
861
- export declare const makeNiallItemUpserted: () => io.flow.v0.models.NiallItemUpserted;
862
860
  export declare const makeNotificationDeletedV2: () => io.flow.v0.models.NotificationDeletedV2;
863
861
  export declare const makeNotificationUpsertedV2: () => io.flow.v0.models.NotificationUpsertedV2;
864
862
  export declare const makeNumberRange: () => io.flow.v0.models.NumberRange;
@@ -998,6 +996,8 @@ export declare const makeOrganizationSession: () => io.flow.v0.models.Organizati
998
996
  export declare const makeOrganizationSessionAuthorization: () => io.flow.v0.models.OrganizationSessionAuthorization;
999
997
  export declare const makeOrganizationStatus: () => io.flow.v0.enums.OrganizationStatus;
1000
998
  export declare const makeOrganizationSummary: () => io.flow.v0.models.OrganizationSummary;
999
+ export declare const makeOrganizationTaxRegistration: () => io.flow.v0.models.OrganizationTaxRegistration;
1000
+ export declare const makeOrganizationTaxRegistrationForm: () => io.flow.v0.models.OrganizationTaxRegistrationForm;
1001
1001
  export declare const makeOrganizationToken: () => io.flow.v0.models.OrganizationToken;
1002
1002
  export declare const makeOrganizationTokenForm: () => io.flow.v0.models.OrganizationTokenForm;
1003
1003
  export declare const makeOrganizationTokenFormV2: () => io.flow.v0.models.OrganizationTokenFormV2;
@@ -1236,6 +1236,7 @@ export declare const makePriceWithBaseAndDetails: () => io.flow.v0.models.PriceW
1236
1236
  export declare const makePricing: () => io.flow.v0.models.Pricing;
1237
1237
  export declare const makePricingLevySetting: () => io.flow.v0.enums.PricingLevySetting;
1238
1238
  export declare const makePricingSettings: () => io.flow.v0.models.PricingSettings;
1239
+ export declare const makePricingType: () => "inclusive_pricing";
1239
1240
  export declare const makePricingVersion: () => io.flow.v0.models.PricingVersion;
1240
1241
  export declare const makeProcessingEstimate: () => io.flow.v0.models.ProcessingEstimate;
1241
1242
  export declare const makeProduct: () => io.flow.v0.models.Product;
@@ -1246,6 +1247,9 @@ export declare const makeProductRestrictionResultDeleted: () => io.flow.v0.model
1246
1247
  export declare const makeProductRestrictionResultUpserted: () => io.flow.v0.models.ProductRestrictionResultUpserted;
1247
1248
  export declare const makeProductSellability: () => io.flow.v0.models.ProductSellability;
1248
1249
  export declare const makeProductSellabilityForm: () => io.flow.v0.models.ProductSellabilityForm;
1250
+ export declare const makeProductSellabilityResult: () => io.flow.v0.models.ProductSellabilityResult;
1251
+ export declare const makeProductSellabilityResultDeleted: () => io.flow.v0.models.ProductSellabilityResultDeleted;
1252
+ export declare const makeProductSellabilityResultUpserted: () => io.flow.v0.models.ProductSellabilityResultUpserted;
1249
1253
  export declare const makeProductTaxonomyCategory: () => io.flow.v0.models.ProductTaxonomyCategory;
1250
1254
  export declare const makeProductTaxonomyData: () => io.flow.v0.models.ProductTaxonomyData;
1251
1255
  export declare const makeProductTaxonomyValue: () => io.flow.v0.models.ProductTaxonomyValue;
@@ -1353,6 +1357,7 @@ export declare const makeRepeatMonthly: () => io.flow.v0.models.RepeatMonthly;
1353
1357
  export declare const makeRepeatSchedule: () => io.flow.v0.unions.RepeatSchedule;
1354
1358
  export declare const makeRepeatWeekly: () => io.flow.v0.models.RepeatWeekly;
1355
1359
  export declare const makeRestrictedReviewStatus: () => io.flow.v0.enums.RestrictedReviewStatus;
1360
+ export declare const makeRestrictionEnvironment: () => io.flow.v0.enums.RestrictionEnvironment;
1356
1361
  export declare const makeReturn: () => io.flow.v0.models.Return;
1357
1362
  export declare const makeReturnForm: () => io.flow.v0.models.ReturnForm;
1358
1363
  export declare const makeReturnItemReference: () => io.flow.v0.models.ReturnItemReference;
@@ -1385,8 +1390,6 @@ export declare const makeReversalStatus: () => io.flow.v0.enums.ReversalStatus;
1385
1390
  export declare const makeReversalUpserted: () => io.flow.v0.models.ReversalUpserted;
1386
1391
  export declare const makeReversalVersion: () => io.flow.v0.models.ReversalVersion;
1387
1392
  export declare const makeReviewStatus: () => io.flow.v0.enums.ReviewStatus;
1388
- export declare const makeRohanItemDeleted: () => io.flow.v0.models.RohanItemDeleted;
1389
- export declare const makeRohanItemUpserted: () => io.flow.v0.models.RohanItemUpserted;
1390
1393
  export declare const makeRole: () => io.flow.v0.enums.Role;
1391
1394
  export declare const makeRomanization: () => io.flow.v0.models.Romanization;
1392
1395
  export declare const makeRomanizationForm: () => io.flow.v0.models.RomanizationForm;
@@ -1395,8 +1398,6 @@ export declare const makeRoundingMethod: () => io.flow.v0.enums.RoundingMethod;
1395
1398
  export declare const makeRoundingType: () => io.flow.v0.enums.RoundingType;
1396
1399
  export declare const makeRouteAudit: () => io.flow.v0.models.RouteAudit;
1397
1400
  export declare const makeRuleEffectType: () => io.flow.v0.enums.RuleEffectType;
1398
- export declare const makeSarveshItemDeleted: () => io.flow.v0.models.SarveshItemDeleted;
1399
- export declare const makeSarveshItemUpserted: () => io.flow.v0.models.SarveshItemUpserted;
1400
1401
  export declare const makeSchedule: () => io.flow.v0.models.Schedule;
1401
1402
  export declare const makeScheduleExceptionStatus: () => io.flow.v0.enums.ScheduleExceptionStatus;
1402
1403
  export declare const makeScheduledExport: () => io.flow.v0.models.ScheduledExport;
@@ -1406,10 +1407,23 @@ export declare const makeSdkAdyenV3AuthenticationToken: () => io.flow.v0.unions.
1406
1407
  export declare const makeSecurityRatecardFee: () => io.flow.v0.models.SecurityRatecardFee;
1407
1408
  export declare const makeSecurityServiceFee: () => io.flow.v0.models.SecurityServiceFee;
1408
1409
  export declare const makeSelectIssuerOptionActionDetails: () => io.flow.v0.models.SelectIssuerOptionActionDetails;
1410
+ export declare const makeSelfBillingAgreement: () => io.flow.v0.models.SelfBillingAgreement;
1409
1411
  export declare const makeSellabilityError: () => io.flow.v0.models.SellabilityError;
1410
1412
  export declare const makeSellabilityErrorCode: () => io.flow.v0.enums.SellabilityErrorCode;
1413
+ export declare const makeSellabilityNeedsActionAttributes: () => io.flow.v0.models.SellabilityNeedsActionAttributes;
1414
+ export declare const makeSellabilityReasonWithRegions: () => io.flow.v0.models.SellabilityReasonWithRegions;
1415
+ export declare const makeSellabilityRegionResult: () => io.flow.v0.models.SellabilityRegionResult;
1416
+ export declare const makeSellabilityRegionWithReasons: () => io.flow.v0.models.SellabilityRegionWithReasons;
1417
+ export declare const makeSellabilityRequest: () => io.flow.v0.unions.SellabilityRequest;
1411
1418
  export declare const makeSellabilityRequestStatus: () => "commit";
1412
1419
  export declare const makeSellabilityResponse: () => io.flow.v0.unions.SellabilityResponse;
1420
+ export declare const makeSellabilityRestrictedReason: () => io.flow.v0.models.SellabilityRestrictedReason;
1421
+ export declare const makeSellabilityRestrictedRegion: () => io.flow.v0.models.SellabilityRestrictedRegion;
1422
+ export declare const makeSellabilityResultErrorCode: () => io.flow.v0.enums.SellabilityResultErrorCode;
1423
+ export declare const makeSellabilityResultStatus: () => io.flow.v0.enums.SellabilityResultStatus;
1424
+ export declare const makeSellabilityScreening: () => io.flow.v0.models.SellabilityScreening;
1425
+ export declare const makeSellabilityScreeningForm: () => io.flow.v0.models.SellabilityScreeningForm;
1426
+ export declare const makeSellabilityScreeningMode: () => io.flow.v0.enums.SellabilityScreeningMode;
1413
1427
  export declare const makeSellablilityRegionResult: () => io.flow.v0.models.SellablilityRegionResult;
1414
1428
  export declare const makeServiceDescription: () => io.flow.v0.unions.ServiceDescription;
1415
1429
  export declare const makeServiceFee: () => io.flow.v0.unions.ServiceFee;
@@ -1478,6 +1492,10 @@ export declare const makeShippingLaneVersion: () => io.flow.v0.models.ShippingLa
1478
1492
  export declare const makeShippingNotification: () => io.flow.v0.models.ShippingNotification;
1479
1493
  export declare const makeShippingNotificationForm: () => io.flow.v0.unions.ShippingNotificationForm;
1480
1494
  export declare const makeShippingNotificationVersion: () => io.flow.v0.models.ShippingNotificationVersion;
1495
+ export declare const makeShippingRateEstimate: () => io.flow.v0.models.ShippingRateEstimate;
1496
+ export declare const makeShippingRateEstimateAvailable: () => io.flow.v0.models.ShippingRateEstimateAvailable;
1497
+ export declare const makeShippingRateEstimateRequest: () => io.flow.v0.models.ShippingRateEstimateRequest;
1498
+ export declare const makeShippingRateEstimateUnavailable: () => io.flow.v0.models.ShippingRateEstimateUnavailable;
1481
1499
  export declare const makeShop: () => io.flow.v0.models.Shop;
1482
1500
  export declare const makeShopifyCart: () => io.flow.v0.models.ShopifyCart;
1483
1501
  export declare const makeShopifyCartAddForm: () => io.flow.v0.unions.ShopifyCartAddForm;
@@ -1530,8 +1548,10 @@ export declare const makeSolidusProductExportType: () => io.flow.v0.models.Solid
1530
1548
  export declare const makeSolidusVariantExportType: () => io.flow.v0.models.SolidusVariantExportType;
1531
1549
  export declare const makeSortDirection: () => io.flow.v0.enums.SortDirection;
1532
1550
  export declare const makeStatement: () => io.flow.v0.models.Statement;
1533
- export declare const makeStatementAttachmentType: () => "csv";
1551
+ export declare const makeStatementAttachmentType: () => io.flow.v0.enums.StatementAttachmentType;
1534
1552
  export declare const makeStatementDeleted: () => io.flow.v0.models.StatementDeleted;
1553
+ export declare const makeStatementStatusCode: () => io.flow.v0.enums.StatementStatusCode;
1554
+ export declare const makeStatementStatusForm: () => io.flow.v0.models.StatementStatusForm;
1535
1555
  export declare const makeStatementUpserted: () => io.flow.v0.models.StatementUpserted;
1536
1556
  export declare const makeStoredMethodUsageStep: () => io.flow.v0.enums.StoredMethodUsageStep;
1537
1557
  export declare const makeStrategy: () => io.flow.v0.enums.Strategy;
@@ -1579,7 +1599,10 @@ export declare const makeTaxDutyQuoteValues: () => io.flow.v0.models.TaxDutyQuot
1579
1599
  export declare const makeTaxDutyTransactionReasonCode: () => io.flow.v0.enums.TaxDutyTransactionReasonCode;
1580
1600
  export declare const makeTaxJurisdictionType: () => io.flow.v0.enums.TaxJurisdictionType;
1581
1601
  export declare const makeTaxRegistration: () => io.flow.v0.models.TaxRegistration;
1602
+ export declare const makeTaxRegistrationDeleted: () => io.flow.v0.models.TaxRegistrationDeleted;
1603
+ export declare const makeTaxRegistrationDetail: () => io.flow.v0.models.TaxRegistrationDetail;
1582
1604
  export declare const makeTaxRegistrationForm: () => io.flow.v0.models.TaxRegistrationForm;
1605
+ export declare const makeTaxRegistrationUpserted: () => io.flow.v0.models.TaxRegistrationUpserted;
1583
1606
  export declare const makeTaxReport: () => io.flow.v0.models.TaxReport;
1584
1607
  export declare const makeTaxReportType: () => io.flow.v0.enums.TaxReportType;
1585
1608
  export declare const makeTaxSetting: () => io.flow.v0.unions.TaxSetting;
@@ -1634,6 +1657,8 @@ export declare const makeTrackingEventVersion: () => io.flow.v0.models.TrackingE
1634
1657
  export declare const makeTrackingForm: () => io.flow.v0.models.TrackingForm;
1635
1658
  export declare const makeTrackingLabel: () => io.flow.v0.models.TrackingLabel;
1636
1659
  export declare const makeTrackingLabelEventUpserted: () => io.flow.v0.models.TrackingLabelEventUpserted;
1660
+ export declare const makeTrackingLabelEventUpsertedV2: () => io.flow.v0.models.TrackingLabelEventUpsertedV2;
1661
+ export declare const makeTrackingLabelEventV2: () => io.flow.v0.models.TrackingLabelEventV2;
1637
1662
  export declare const makeTrackingLabelForm: () => io.flow.v0.models.TrackingLabelForm;
1638
1663
  export declare const makeTrackingLabelSummary: () => io.flow.v0.models.TrackingLabelSummary;
1639
1664
  export declare const makeTrackingLabelVersion: () => io.flow.v0.models.TrackingLabelVersion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-factories",
3
- "version": "0.0.117",
3
+ "version": "0.0.119",
4
4
  "description": "Flow API mock data factories",
5
5
  "keywords": [
6
6
  "flow",
@@ -36,5 +36,5 @@
36
36
  "@faker-js/faker": "^6.2.0",
37
37
  "@flowio/api-types": "*"
38
38
  },
39
- "gitHead": "b4b0cd6a13ae636625754fd06a00ff8f0016498e"
39
+ "gitHead": "2db30f8eba758d78a8a5f36c767fbddd2b9f4f94"
40
40
  }