@flowio/api-factories 0.0.62 → 0.0.64
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.js +513 -57
- package/dist/esm/api.js +459 -26
- package/dist/types/api.d.ts +24 -2
- package/package.json +2 -2
- package/src/api.ts +532 -27
package/dist/types/api.d.ts
CHANGED
|
@@ -261,6 +261,7 @@ export declare const makeChannelTokenReference: () => io.flow.v0.models.ChannelT
|
|
|
261
261
|
export declare const makeChannelTransaction: () => io.flow.v0.models.ChannelTransaction;
|
|
262
262
|
export declare const makeChannelTransactionDeleted: () => io.flow.v0.models.ChannelTransactionDeleted;
|
|
263
263
|
export declare const makeChannelTransactionDeletedV2: () => io.flow.v0.models.ChannelTransactionDeletedV2;
|
|
264
|
+
export declare const makeChannelTransactionPayout: () => io.flow.v0.models.ChannelTransactionPayout;
|
|
264
265
|
export declare const makeChannelTransactionUpserted: () => io.flow.v0.models.ChannelTransactionUpserted;
|
|
265
266
|
export declare const makeChannelUpserted: () => io.flow.v0.models.ChannelUpserted;
|
|
266
267
|
export declare const makeChannelViesRegistration: () => io.flow.v0.models.ChannelViesRegistration;
|
|
@@ -314,6 +315,8 @@ export declare const makeCostEstimateSource: () => io.flow.v0.enums.CostEstimate
|
|
|
314
315
|
export declare const makeCountry: () => io.flow.v0.models.Country;
|
|
315
316
|
export declare const makeCountryAvailability: () => io.flow.v0.models.CountryAvailability;
|
|
316
317
|
export declare const makeCountryDefaults: () => io.flow.v0.models.CountryDefaults;
|
|
318
|
+
export declare const makeCountryOfOrigin: () => io.flow.v0.models.CountryOfOrigin;
|
|
319
|
+
export declare const makeCountryOfOriginForm: () => io.flow.v0.models.CountryOfOriginForm;
|
|
317
320
|
export declare const makeCountryPicker: () => io.flow.v0.models.CountryPicker;
|
|
318
321
|
export declare const makeCountryPickerForm: () => io.flow.v0.models.CountryPickerForm;
|
|
319
322
|
export declare const makeCountryPickerSource: () => io.flow.v0.enums.CountryPickerSource;
|
|
@@ -375,6 +378,7 @@ export declare const makeDatetimeRange: () => io.flow.v0.models.DatetimeRange;
|
|
|
375
378
|
export declare const makeDatetimeWithTimezone: () => io.flow.v0.models.DatetimeWithTimezone;
|
|
376
379
|
export declare const makeDayOfWeek: () => io.flow.v0.enums.DayOfWeek;
|
|
377
380
|
export declare const makeDdpRatecardFee: () => io.flow.v0.models.DdpRatecardFee;
|
|
381
|
+
export declare const makeDeactivationPutForm: () => io.flow.v0.models.DeactivationPutForm;
|
|
378
382
|
export declare const makeDefaultBankAccountForm: () => io.flow.v0.models.DefaultBankAccountForm;
|
|
379
383
|
export declare const makeDeliveredDuty: () => io.flow.v0.enums.DeliveredDuty;
|
|
380
384
|
export declare const makeDeliveredDutyDisplayType: () => io.flow.v0.enums.DeliveredDutyDisplayType;
|
|
@@ -604,6 +608,7 @@ export declare const makeFulfillmentRouting: () => io.flow.v0.enums.FulfillmentR
|
|
|
604
608
|
export declare const makeFullyHarmonizedItemUpserted: () => io.flow.v0.models.FullyHarmonizedItemUpserted;
|
|
605
609
|
export declare const makeGatewayAuthenticationData: () => io.flow.v0.models.StripeAuthenticationData;
|
|
606
610
|
export declare const makeGatewayAuthenticationDataForm: () => io.flow.v0.models.StripeAuthenticationDataForm;
|
|
611
|
+
export declare const makeGenerateLoad: () => io.flow.v0.models.GenerateLoad;
|
|
607
612
|
export declare const makeGenericError: () => io.flow.v0.models.GenericError;
|
|
608
613
|
export declare const makeGenericErrorCode: () => io.flow.v0.enums.GenericErrorCode;
|
|
609
614
|
export declare const makeGenericReservationError: () => io.flow.v0.models.GenericReservationError;
|
|
@@ -818,6 +823,7 @@ export declare const makeMerchantApplicationForm: () => io.flow.v0.models.Shopif
|
|
|
818
823
|
export declare const makeMerchantApplicationPutForm: () => io.flow.v0.models.ShopifyMerchantApplicationPutForm;
|
|
819
824
|
export declare const makeMerchantApplicationUpserted: () => io.flow.v0.models.MerchantApplicationUpserted;
|
|
820
825
|
export declare const makeMerchantApplicationsSummary: () => io.flow.v0.models.ShopifyMerchantApplicationsSummary;
|
|
826
|
+
export declare const makeMerchantDeactivated: () => io.flow.v0.models.MerchantDeactivated;
|
|
821
827
|
export declare const makeMerchantGiftCardBalance: () => io.flow.v0.models.MerchantGiftCardBalance;
|
|
822
828
|
export declare const makeMerchantGiftCardBalanceForm: () => io.flow.v0.models.MerchantGiftCardBalanceForm;
|
|
823
829
|
export declare const makeMerchantGiftCardError: () => io.flow.v0.models.MerchantGiftCardError;
|
|
@@ -1026,6 +1032,7 @@ export declare const makeOrganizationTokenReference: () => io.flow.v0.models.Org
|
|
|
1026
1032
|
export declare const makeOrganizationTokenV2: () => io.flow.v0.models.OrganizationTokenV2;
|
|
1027
1033
|
export declare const makeOrganizationTokenV2Reference: () => io.flow.v0.models.OrganizationTokenV2Reference;
|
|
1028
1034
|
export declare const makeOrganizationTransactionDeleted: () => io.flow.v0.models.OrganizationTransactionDeleted;
|
|
1035
|
+
export declare const makeOrganizationTransactionPayout: () => io.flow.v0.models.OrganizationTransactionPayout;
|
|
1029
1036
|
export declare const makeOrganizationTransactionUpserted: () => io.flow.v0.models.OrganizationTransactionUpserted;
|
|
1030
1037
|
export declare const makeOrganizationType: () => io.flow.v0.enums.OrganizationType;
|
|
1031
1038
|
export declare const makeOrganizationUpserted: () => io.flow.v0.models.OrganizationUpserted;
|
|
@@ -1033,7 +1040,11 @@ export declare const makeOrganizationUpsertedV2: () => io.flow.v0.models.Organiz
|
|
|
1033
1040
|
export declare const makeOrganizationVersion: () => io.flow.v0.models.OrganizationVersion;
|
|
1034
1041
|
export declare const makeOriginalPrices: () => io.flow.v0.models.OriginalPrices;
|
|
1035
1042
|
export declare const makeOutboundCartonFee: () => io.flow.v0.models.OutboundCartonFee;
|
|
1036
|
-
export declare const
|
|
1043
|
+
export declare const makeOversizePieceSurchargeRatecardFee: () => io.flow.v0.models.OversizePieceSurchargeRatecardFee;
|
|
1044
|
+
export declare const makeOversizePieceSurchargeServiceFee: () => io.flow.v0.models.OversizePieceSurchargeServiceFee;
|
|
1045
|
+
export declare const makePackageDimensions: () => io.flow.v0.models.PackageDimensions;
|
|
1046
|
+
export declare const makePackageDimensionsForm: () => io.flow.v0.models.PackageDimensionsForm;
|
|
1047
|
+
export declare const makePackageDimensionsSource: () => io.flow.v0.enums.PackageDimensionsSource;
|
|
1037
1048
|
export declare const makePackaging: () => io.flow.v0.models.Packaging;
|
|
1038
1049
|
export declare const makeParentTransactionSummary: () => io.flow.v0.models.ParentTransactionSummary;
|
|
1039
1050
|
export declare const makePartnerCenter: () => io.flow.v0.models.PartnerCenter;
|
|
@@ -1170,6 +1181,7 @@ export declare const makePaymentUpserted: () => io.flow.v0.models.PaymentUpserte
|
|
|
1170
1181
|
export declare const makePaymentVersion: () => io.flow.v0.models.PaymentVersion;
|
|
1171
1182
|
export declare const makePayoutAttachment: () => io.flow.v0.models.PayoutAttachment;
|
|
1172
1183
|
export declare const makePayoutAttachmentType: () => "transactions";
|
|
1184
|
+
export declare const makePayoutReference: () => io.flow.v0.models.PayoutReference;
|
|
1173
1185
|
export declare const makePayoutStatus: () => io.flow.v0.unions.PayoutStatus;
|
|
1174
1186
|
export declare const makePayoutStatusFailed: () => io.flow.v0.models.PayoutStatusFailed;
|
|
1175
1187
|
export declare const makePayoutStatusFailureCode: () => io.flow.v0.enums.PayoutStatusFailureCode;
|
|
@@ -1190,9 +1202,11 @@ export declare const makePfsInventoryCheckResponse: () => io.flow.v0.models.PfsI
|
|
|
1190
1202
|
export declare const makePfsInventoryCheckResponseItem: () => io.flow.v0.models.PfsInventoryCheckResponseItem;
|
|
1191
1203
|
export declare const makePfsInventoryStatus: () => io.flow.v0.models.PfsInventoryStatus;
|
|
1192
1204
|
export declare const makePhysicalDelivery: () => io.flow.v0.models.PhysicalDelivery;
|
|
1205
|
+
export declare const makePhysicalDeliveryPreferredService: () => io.flow.v0.models.PhysicalDeliveryPreferredService;
|
|
1193
1206
|
export declare const makePhysicalDeliverySpecialSerivce: () => io.flow.v0.enums.PhysicalDeliverySpecialSerivce;
|
|
1194
1207
|
export declare const makePostPaymentRedirectUrls: () => io.flow.v0.models.PostPaymentRedirectUrls;
|
|
1195
1208
|
export declare const makePostalType: () => io.flow.v0.enums.PostalType;
|
|
1209
|
+
export declare const makePreferredServiceSelectionStrategy: () => io.flow.v0.enums.PreferredServiceSelectionStrategy;
|
|
1196
1210
|
export declare const makePrice: () => io.flow.v0.models.Price;
|
|
1197
1211
|
export declare const makePriceAccuracy: () => io.flow.v0.enums.PriceAccuracy;
|
|
1198
1212
|
export declare const makePriceBook: () => io.flow.v0.models.PriceBook;
|
|
@@ -1441,6 +1455,7 @@ export declare const makeShippingConfigurationVersion: () => io.flow.v0.models.S
|
|
|
1441
1455
|
export declare const makeShippingLabel: () => io.flow.v0.models.ShippingLabel;
|
|
1442
1456
|
export declare const makeShippingLabelDocument: () => io.flow.v0.models.ShippingLabelDocument;
|
|
1443
1457
|
export declare const makeShippingLabelForm: () => io.flow.v0.unions.ShippingLabelForm;
|
|
1458
|
+
export declare const makeShippingLabelHopCostItemizedEstimate: () => io.flow.v0.models.ShippingLabelHopCostItemizedEstimate;
|
|
1444
1459
|
export declare const makeShippingLabelHopSummary: () => io.flow.v0.models.ShippingLabelHopSummary;
|
|
1445
1460
|
export declare const makeShippingLabelLaneSummary: () => io.flow.v0.models.ShippingLabelLaneSummary;
|
|
1446
1461
|
export declare const makeShippingLabelPackage: () => io.flow.v0.models.ShippingLabelPackage;
|
|
@@ -1515,6 +1530,7 @@ export declare const makeStatement: () => io.flow.v0.models.Statement;
|
|
|
1515
1530
|
export declare const makeStatementAttachmentType: () => "csv";
|
|
1516
1531
|
export declare const makeStatementDeleted: () => io.flow.v0.models.StatementDeleted;
|
|
1517
1532
|
export declare const makeStatementUpserted: () => io.flow.v0.models.StatementUpserted;
|
|
1533
|
+
export declare const makeStoredMethodUsageStep: () => io.flow.v0.enums.StoredMethodUsageStep;
|
|
1518
1534
|
export declare const makeStrategy: () => io.flow.v0.enums.Strategy;
|
|
1519
1535
|
export declare const makeStreetAddress: () => io.flow.v0.models.StreetAddress;
|
|
1520
1536
|
export declare const makeStripeAuthenticationData: () => io.flow.v0.models.StripeAuthenticationData;
|
|
@@ -1577,7 +1593,6 @@ export declare const makeTaxSetting: () => io.flow.v0.unions.TaxSetting;
|
|
|
1577
1593
|
export declare const makeTaxVerificationResult: () => io.flow.v0.enums.TaxVerificationResult;
|
|
1578
1594
|
export declare const makeTaxabilityType: () => "tax_rule";
|
|
1579
1595
|
export declare const makeTaxabilityValue: () => "exempt";
|
|
1580
|
-
export declare const makeTest: () => io.flow.v0.models.Test;
|
|
1581
1596
|
export declare const makeTestUpserted: () => io.flow.v0.models.TestUpserted;
|
|
1582
1597
|
export declare const makeThirdPartyLogisticsPartner: () => io.flow.v0.models.ThirdPartyLogisticsPartner;
|
|
1583
1598
|
export declare const makeThreeDSecure: () => io.flow.v0.models.ThreeDSecure;
|
|
@@ -1640,15 +1655,22 @@ export declare const makeTradeAgreementStatus: () => io.flow.v0.enums.TradeAgree
|
|
|
1640
1655
|
export declare const makeTransaction: () => io.flow.v0.models.Transaction;
|
|
1641
1656
|
export declare const makeTransactionDetails: () => io.flow.v0.models.TransactionDetailsCard;
|
|
1642
1657
|
export declare const makeTransactionDetailsCard: () => io.flow.v0.models.TransactionDetailsCard;
|
|
1658
|
+
export declare const makeTransactionMetadata: () => io.flow.v0.models.TransactionMetadataShippingLabel;
|
|
1659
|
+
export declare const makeTransactionMetadataShippingLabel: () => io.flow.v0.models.TransactionMetadataShippingLabel;
|
|
1643
1660
|
export declare const makeTransactionNetworkDetailsCard: () => io.flow.v0.models.TransactionNetworkDetailsCard;
|
|
1661
|
+
export declare const makeTransactionPayoutPendingReason: () => io.flow.v0.enums.TransactionPayoutPendingReason;
|
|
1662
|
+
export declare const makeTransactionReference: () => io.flow.v0.models.TransactionReference;
|
|
1644
1663
|
export declare const makeTransactionSource: () => io.flow.v0.enums.TransactionSource;
|
|
1645
1664
|
export declare const makeTransactionUpserted: () => io.flow.v0.models.TransactionUpserted;
|
|
1646
1665
|
export declare const makeTransitEstimate: () => io.flow.v0.models.TransitEstimate;
|
|
1647
1666
|
export declare const makeTransitWindow: () => io.flow.v0.models.TransitWindow;
|
|
1648
1667
|
export declare const makeUltimateBeneficiaryOwner: () => io.flow.v0.models.UltimateBeneficiaryOwner;
|
|
1649
1668
|
export declare const makeUnharmonizedItemExportType: () => io.flow.v0.models.UnharmonizedItemExportType;
|
|
1669
|
+
export declare const makeUnitOfLength: () => io.flow.v0.enums.UnitOfLength;
|
|
1650
1670
|
export declare const makeUnitOfMeasurement: () => io.flow.v0.enums.UnitOfMeasurement;
|
|
1651
1671
|
export declare const makeUnitOfTime: () => io.flow.v0.enums.UnitOfTime;
|
|
1672
|
+
export declare const makeUnitOfVolume: () => io.flow.v0.enums.UnitOfVolume;
|
|
1673
|
+
export declare const makeUnitOfWeight: () => io.flow.v0.enums.UnitOfWeight;
|
|
1652
1674
|
export declare const makeUpdatePolicy: () => io.flow.v0.enums.UpdatePolicy;
|
|
1653
1675
|
export declare const makeUpdateType: () => io.flow.v0.enums.UpdateType;
|
|
1654
1676
|
export declare const makeUpload: () => io.flow.v0.models.Upload;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-factories",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.64",
|
|
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": "
|
|
39
|
+
"gitHead": "8fbab724c6c2213e0635284f23a62cd0996693eb"
|
|
40
40
|
}
|