@flowio/api-factories 0.0.66 → 0.0.68

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.
@@ -237,6 +237,8 @@ export declare const makeChannelBankAccount: () => io.flow.v0.models.ChannelBank
237
237
  export declare const makeChannelCurrency: () => io.flow.v0.models.ChannelCurrency;
238
238
  export declare const makeChannelCurrencyCapability: () => io.flow.v0.enums.ChannelCurrencyCapability;
239
239
  export declare const makeChannelCurrencyDeleted: () => io.flow.v0.models.ChannelCurrencyDeleted;
240
+ export declare const makeChannelCurrencyPair: () => io.flow.v0.models.ChannelCurrencyPair;
241
+ export declare const makeChannelCurrencyRate: () => io.flow.v0.models.ChannelCurrencyRate;
240
242
  export declare const makeChannelCurrencyUpserted: () => io.flow.v0.models.ChannelCurrencyUpserted;
241
243
  export declare const makeChannelDefaultBankAccount: () => io.flow.v0.models.ChannelDefaultBankAccount;
242
244
  export declare const makeChannelDeleted: () => io.flow.v0.models.ChannelDeleted;
@@ -250,6 +252,9 @@ export declare const makeChannelOrganizationUpserted: () => io.flow.v0.models.Ch
250
252
  export declare const makeChannelPayout: () => io.flow.v0.models.ChannelPayout;
251
253
  export declare const makeChannelPayoutDeleted: () => io.flow.v0.models.ChannelPayoutDeleted;
252
254
  export declare const makeChannelPayoutUpserted: () => io.flow.v0.models.ChannelPayoutUpserted;
255
+ export declare const makeChannelPendingPayoutTransaction: () => io.flow.v0.models.ChannelPendingPayoutTransaction;
256
+ export declare const makeChannelPendingPayoutTransactionDeleted: () => io.flow.v0.models.ChannelPendingPayoutTransactionDeleted;
257
+ export declare const makeChannelPendingPayoutTransactionUpserted: () => io.flow.v0.models.ChannelPendingPayoutTransactionUpserted;
253
258
  export declare const makeChannelRate: () => io.flow.v0.models.ChannelRate;
254
259
  export declare const makeChannelReference: () => io.flow.v0.models.ChannelReference;
255
260
  export declare const makeChannelStatement: () => io.flow.v0.models.ChannelStatement;
@@ -261,7 +266,6 @@ export declare const makeChannelTokenReference: () => io.flow.v0.models.ChannelT
261
266
  export declare const makeChannelTransaction: () => io.flow.v0.models.ChannelTransaction;
262
267
  export declare const makeChannelTransactionDeleted: () => io.flow.v0.models.ChannelTransactionDeleted;
263
268
  export declare const makeChannelTransactionDeletedV2: () => io.flow.v0.models.ChannelTransactionDeletedV2;
264
- export declare const makeChannelTransactionPayout: () => io.flow.v0.models.ChannelTransactionPayout;
265
269
  export declare const makeChannelTransactionUpserted: () => io.flow.v0.models.ChannelTransactionUpserted;
266
270
  export declare const makeChannelUpserted: () => io.flow.v0.models.ChannelUpserted;
267
271
  export declare const makeChannelViesRegistration: () => io.flow.v0.models.ChannelViesRegistration;
@@ -379,6 +383,7 @@ export declare const makeDatetimeWithTimezone: () => io.flow.v0.models.DatetimeW
379
383
  export declare const makeDayOfWeek: () => io.flow.v0.enums.DayOfWeek;
380
384
  export declare const makeDdpRatecardFee: () => io.flow.v0.models.DdpRatecardFee;
381
385
  export declare const makeDeactivationPutForm: () => io.flow.v0.models.DeactivationPutForm;
386
+ export declare const makeDeadWeight: () => io.flow.v0.models.DeadWeight;
382
387
  export declare const makeDefaultBankAccountForm: () => io.flow.v0.models.DefaultBankAccountForm;
383
388
  export declare const makeDeliveredDuty: () => io.flow.v0.enums.DeliveredDuty;
384
389
  export declare const makeDeliveredDutyDisplayType: () => io.flow.v0.enums.DeliveredDutyDisplayType;
@@ -418,6 +423,7 @@ export declare const makeDimension: () => io.flow.v0.models.Dimension;
418
423
  export declare const makeDimensionEstimate: () => io.flow.v0.models.DimensionEstimate;
419
424
  export declare const makeDimensionEstimateForm: () => io.flow.v0.models.DimensionEstimateForm;
420
425
  export declare const makeDimensionEstimateVersion: () => io.flow.v0.models.DimensionEstimateVersion;
426
+ export declare const makeDimensionalWeight: () => io.flow.v0.models.DimensionalWeight;
421
427
  export declare const makeDimensions: () => io.flow.v0.models.Dimensions;
422
428
  export declare const makeDirectAuthorizationForm: () => io.flow.v0.models.DirectAuthorizationForm;
423
429
  export declare const makeDirectDebit: () => io.flow.v0.models.DirectDebit;
@@ -591,6 +597,9 @@ export declare const makeFtpOrganizationSettingsForm: () => io.flow.v0.models.Ft
591
597
  export declare const makeFtpServer: () => io.flow.v0.models.FtpServer;
592
598
  export declare const makeFtpUser: () => io.flow.v0.models.FtpUser;
593
599
  export declare const makeFuelSurchargeAmountByWeightServiceFee: () => io.flow.v0.models.FuelSurchargeAmountByWeightServiceFee;
600
+ export declare const makeFuelSurchargeByWeight: () => io.flow.v0.models.FuelSurchargeByWeight;
601
+ export declare const makeFuelSurchargePercent: () => io.flow.v0.models.FuelSurchargePercent;
602
+ export declare const makeFuelSurchargeRate: () => io.flow.v0.unions.FuelSurchargeRate;
594
603
  export declare const makeFuelSurchargeRatecardFee: () => io.flow.v0.models.FuelSurchargeRatecardFee;
595
604
  export declare const makeFuelSurchargeServiceFee: () => io.flow.v0.models.FuelSurchargeServiceFee;
596
605
  export declare const makeFulfillment: () => io.flow.v0.models.Fulfillment;
@@ -744,16 +753,23 @@ export declare const makeKnowYourBusinessForm: () => io.flow.v0.models.KnowYourB
744
753
  export declare const makeKnowYourBusinessUsa: () => io.flow.v0.models.KnowYourBusinessUsa;
745
754
  export declare const makeKnowYourBusinessUsaForm: () => io.flow.v0.models.KnowYourBusinessUsaForm;
746
755
  export declare const makeKubeHealthcheck: () => io.flow.v0.models.KubeHealthcheck;
756
+ export declare const makeLabelBase: () => io.flow.v0.models.LabelBase;
747
757
  export declare const makeLabelDeletedV2: () => io.flow.v0.models.LabelDeletedV2;
748
758
  export declare const makeLabelFormatDeleted: () => io.flow.v0.models.LabelFormatDeleted;
749
759
  export declare const makeLabelFormatUpserted: () => io.flow.v0.models.LabelFormatUpserted;
750
760
  export declare const makeLabelOrderSummary: () => io.flow.v0.models.LabelOrderSummary;
751
761
  export declare const makeLabelReference: () => io.flow.v0.models.LabelReference;
752
762
  export declare const makeLabelRequestMethod: () => io.flow.v0.enums.LabelRequestMethod;
763
+ export declare const makeLabelSurcharge: () => io.flow.v0.models.LabelSurcharge;
764
+ export declare const makeLabelSurchargeDetail: () => io.flow.v0.unions.LabelSurchargeDetail;
765
+ export declare const makeLabelSurchargeDetailFlat: () => io.flow.v0.models.LabelSurchargeDetailFlat;
766
+ export declare const makeLabelSurchargeDetailPerWeightUnit: () => io.flow.v0.models.LabelSurchargeDetailPerWeightUnit;
767
+ export declare const makeLabelSurchargeDetailPercentage: () => io.flow.v0.models.LabelSurchargeDetailPercentage;
753
768
  export declare const makeLabelTrackingCarrierService: () => io.flow.v0.models.LabelTrackingCarrierService;
754
769
  export declare const makeLabelTrackingSummary: () => io.flow.v0.models.LabelTrackingSummary;
755
770
  export declare const makeLabelTrackingSummaryUpdate: () => io.flow.v0.models.LabelTrackingSummaryUpdate;
756
771
  export declare const makeLabelTriggerMethod: () => io.flow.v0.enums.LabelTriggerMethod;
772
+ export declare const makeLabelUnits: () => io.flow.v0.models.LabelUnits;
757
773
  export declare const makeLabelUpserted: () => io.flow.v0.models.LabelUpserted;
758
774
  export declare const makeLabelUpsertedV2: () => io.flow.v0.models.LabelUpsertedV2;
759
775
  export declare const makeLandedCostItem: () => io.flow.v0.models.LandedCostItem;
@@ -1017,6 +1033,9 @@ export declare const makeOrganizationPaymentMethodTag: () => "deny";
1017
1033
  export declare const makeOrganizationPayout: () => io.flow.v0.models.OrganizationPayout;
1018
1034
  export declare const makeOrganizationPayoutDeleted: () => io.flow.v0.models.OrganizationPayoutDeleted;
1019
1035
  export declare const makeOrganizationPayoutUpserted: () => io.flow.v0.models.OrganizationPayoutUpserted;
1036
+ export declare const makeOrganizationPendingPayoutTransaction: () => io.flow.v0.models.OrganizationPendingPayoutTransaction;
1037
+ export declare const makeOrganizationPendingPayoutTransactionDeleted: () => io.flow.v0.models.OrganizationPendingPayoutTransactionDeleted;
1038
+ export declare const makeOrganizationPendingPayoutTransactionUpserted: () => io.flow.v0.models.OrganizationPendingPayoutTransactionUpserted;
1020
1039
  export declare const makeOrganizationPutForm: () => io.flow.v0.models.OrganizationPutForm;
1021
1040
  export declare const makeOrganizationRatesData: () => io.flow.v0.models.OrganizationRatesData;
1022
1041
  export declare const makeOrganizationRatesPublished: () => io.flow.v0.models.OrganizationRatesPublished;
@@ -1032,7 +1051,6 @@ export declare const makeOrganizationTokenReference: () => io.flow.v0.models.Org
1032
1051
  export declare const makeOrganizationTokenV2: () => io.flow.v0.models.OrganizationTokenV2;
1033
1052
  export declare const makeOrganizationTokenV2Reference: () => io.flow.v0.models.OrganizationTokenV2Reference;
1034
1053
  export declare const makeOrganizationTransactionDeleted: () => io.flow.v0.models.OrganizationTransactionDeleted;
1035
- export declare const makeOrganizationTransactionPayout: () => io.flow.v0.models.OrganizationTransactionPayout;
1036
1054
  export declare const makeOrganizationTransactionUpserted: () => io.flow.v0.models.OrganizationTransactionUpserted;
1037
1055
  export declare const makeOrganizationType: () => io.flow.v0.enums.OrganizationType;
1038
1056
  export declare const makeOrganizationUpserted: () => io.flow.v0.models.OrganizationUpserted;
@@ -1149,6 +1167,8 @@ export declare const makePaymentProcessorAccount: () => io.flow.v0.models.Paymen
1149
1167
  export declare const makePaymentProcessorAccountReference: () => io.flow.v0.models.PaymentProcessorAccountReference;
1150
1168
  export declare const makePaymentProcessorIdentifier: () => io.flow.v0.models.PaymentProcessorIdentifier;
1151
1169
  export declare const makePaymentProcessorReference: () => io.flow.v0.models.PaymentProcessorReference;
1170
+ export declare const makePaymentProcessorTransactionDetails: () => io.flow.v0.models.PaymentProcessorTransactionDetailsCard;
1171
+ export declare const makePaymentProcessorTransactionDetailsCard: () => io.flow.v0.models.PaymentProcessorTransactionDetailsCard;
1152
1172
  export declare const makePaymentReference: () => io.flow.v0.models.PaymentReference;
1153
1173
  export declare const makePaymentRefund: () => io.flow.v0.models.PaymentRefund;
1154
1174
  export declare const makePaymentRefundForm: () => io.flow.v0.models.PaymentRefundForm;
@@ -1193,7 +1213,9 @@ export declare const makePaypalAuthorizationForm: () => io.flow.v0.models.Paypal
1193
1213
  export declare const makePeakSurchargeByWeightServiceFee: () => io.flow.v0.models.PeakSurchargeByWeightServiceFee;
1194
1214
  export declare const makePeakSurchargeRatecardFee: () => io.flow.v0.models.PeakSurchargeRatecardFee;
1195
1215
  export declare const makePeakSurchargeServiceFee: () => io.flow.v0.models.PeakSurchargeServiceFee;
1196
- export declare const makePendingTransaction: () => io.flow.v0.models.PendingTransaction;
1216
+ export declare const makePendingPayoutTransactionReason: () => io.flow.v0.models.PendingPayoutTransactionReason;
1217
+ export declare const makePendingPayoutTransactionReasonCode: () => io.flow.v0.enums.PendingPayoutTransactionReasonCode;
1218
+ export declare const makePendingPayoutTransactionTimeout: () => io.flow.v0.models.PendingPayoutTransactionTimeout;
1197
1219
  export declare const makePercentMargin: () => io.flow.v0.models.PercentMargin;
1198
1220
  export declare const makePermissionAudit: () => io.flow.v0.models.PermissionAudit;
1199
1221
  export declare const makePermissionCheck: () => io.flow.v0.models.PermissionCheck;
@@ -1660,11 +1682,13 @@ export declare const makeTransactionMetadata: () => io.flow.v0.unions.Transactio
1660
1682
  export declare const makeTransactionMetadataChannel: () => io.flow.v0.models.TransactionMetadataChannel;
1661
1683
  export declare const makeTransactionMetadataChannelCardMetadata: () => io.flow.v0.models.TransactionMetadataChannelCardMetadata;
1662
1684
  export declare const makeTransactionMetadataChannelCardMetadataIssuerSummary: () => io.flow.v0.models.TransactionMetadataChannelCardMetadataIssuerSummary;
1685
+ export declare const makeTransactionMetadataManual: () => io.flow.v0.models.TransactionMetadataManual;
1686
+ export declare const makeTransactionMetadataOriginalTransaction: () => io.flow.v0.models.TransactionMetadataOriginalTransaction;
1663
1687
  export declare const makeTransactionMetadataShippingLabel: () => io.flow.v0.models.TransactionMetadataShippingLabel;
1688
+ export declare const makeTransactionMetadataShippingLabelCarrier: () => io.flow.v0.models.TransactionMetadataShippingLabelCarrier;
1664
1689
  export declare const makeTransactionMetadataTrueup: () => io.flow.v0.models.TransactionMetadataTrueup;
1665
1690
  export declare const makeTransactionMetadataTrueupData: () => io.flow.v0.models.TransactionMetadataTrueupData;
1666
1691
  export declare const makeTransactionNetworkDetailsCard: () => io.flow.v0.models.TransactionNetworkDetailsCard;
1667
- export declare const makeTransactionPayoutPendingReason: () => io.flow.v0.enums.TransactionPayoutPendingReason;
1668
1692
  export declare const makeTransactionReference: () => io.flow.v0.models.TransactionReference;
1669
1693
  export declare const makeTransactionSource: () => io.flow.v0.enums.TransactionSource;
1670
1694
  export declare const makeTransactionUpserted: () => io.flow.v0.models.TransactionUpserted;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-factories",
3
- "version": "0.0.66",
3
+ "version": "0.0.68",
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": "cc45ff4a674f1a129166e04d6910cb7a1a2f0da1"
39
+ "gitHead": "edaa4ef26aa5601691b51a50d20d45ef9071e43e"
40
40
  }