@flowio/api-factories 0.0.67 → 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.
- package/dist/cjs/api.js +296 -4874
- package/dist/esm/api.js +246 -4842
- package/dist/types/api.d.ts +19 -1
- package/package.json +2 -2
- package/src/api.ts +275 -5781
package/dist/types/api.d.ts
CHANGED
|
@@ -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;
|
|
@@ -381,6 +383,7 @@ export declare const makeDatetimeWithTimezone: () => io.flow.v0.models.DatetimeW
|
|
|
381
383
|
export declare const makeDayOfWeek: () => io.flow.v0.enums.DayOfWeek;
|
|
382
384
|
export declare const makeDdpRatecardFee: () => io.flow.v0.models.DdpRatecardFee;
|
|
383
385
|
export declare const makeDeactivationPutForm: () => io.flow.v0.models.DeactivationPutForm;
|
|
386
|
+
export declare const makeDeadWeight: () => io.flow.v0.models.DeadWeight;
|
|
384
387
|
export declare const makeDefaultBankAccountForm: () => io.flow.v0.models.DefaultBankAccountForm;
|
|
385
388
|
export declare const makeDeliveredDuty: () => io.flow.v0.enums.DeliveredDuty;
|
|
386
389
|
export declare const makeDeliveredDutyDisplayType: () => io.flow.v0.enums.DeliveredDutyDisplayType;
|
|
@@ -420,6 +423,7 @@ export declare const makeDimension: () => io.flow.v0.models.Dimension;
|
|
|
420
423
|
export declare const makeDimensionEstimate: () => io.flow.v0.models.DimensionEstimate;
|
|
421
424
|
export declare const makeDimensionEstimateForm: () => io.flow.v0.models.DimensionEstimateForm;
|
|
422
425
|
export declare const makeDimensionEstimateVersion: () => io.flow.v0.models.DimensionEstimateVersion;
|
|
426
|
+
export declare const makeDimensionalWeight: () => io.flow.v0.models.DimensionalWeight;
|
|
423
427
|
export declare const makeDimensions: () => io.flow.v0.models.Dimensions;
|
|
424
428
|
export declare const makeDirectAuthorizationForm: () => io.flow.v0.models.DirectAuthorizationForm;
|
|
425
429
|
export declare const makeDirectDebit: () => io.flow.v0.models.DirectDebit;
|
|
@@ -593,6 +597,9 @@ export declare const makeFtpOrganizationSettingsForm: () => io.flow.v0.models.Ft
|
|
|
593
597
|
export declare const makeFtpServer: () => io.flow.v0.models.FtpServer;
|
|
594
598
|
export declare const makeFtpUser: () => io.flow.v0.models.FtpUser;
|
|
595
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;
|
|
596
603
|
export declare const makeFuelSurchargeRatecardFee: () => io.flow.v0.models.FuelSurchargeRatecardFee;
|
|
597
604
|
export declare const makeFuelSurchargeServiceFee: () => io.flow.v0.models.FuelSurchargeServiceFee;
|
|
598
605
|
export declare const makeFulfillment: () => io.flow.v0.models.Fulfillment;
|
|
@@ -746,16 +753,23 @@ export declare const makeKnowYourBusinessForm: () => io.flow.v0.models.KnowYourB
|
|
|
746
753
|
export declare const makeKnowYourBusinessUsa: () => io.flow.v0.models.KnowYourBusinessUsa;
|
|
747
754
|
export declare const makeKnowYourBusinessUsaForm: () => io.flow.v0.models.KnowYourBusinessUsaForm;
|
|
748
755
|
export declare const makeKubeHealthcheck: () => io.flow.v0.models.KubeHealthcheck;
|
|
756
|
+
export declare const makeLabelBase: () => io.flow.v0.models.LabelBase;
|
|
749
757
|
export declare const makeLabelDeletedV2: () => io.flow.v0.models.LabelDeletedV2;
|
|
750
758
|
export declare const makeLabelFormatDeleted: () => io.flow.v0.models.LabelFormatDeleted;
|
|
751
759
|
export declare const makeLabelFormatUpserted: () => io.flow.v0.models.LabelFormatUpserted;
|
|
752
760
|
export declare const makeLabelOrderSummary: () => io.flow.v0.models.LabelOrderSummary;
|
|
753
761
|
export declare const makeLabelReference: () => io.flow.v0.models.LabelReference;
|
|
754
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;
|
|
755
768
|
export declare const makeLabelTrackingCarrierService: () => io.flow.v0.models.LabelTrackingCarrierService;
|
|
756
769
|
export declare const makeLabelTrackingSummary: () => io.flow.v0.models.LabelTrackingSummary;
|
|
757
770
|
export declare const makeLabelTrackingSummaryUpdate: () => io.flow.v0.models.LabelTrackingSummaryUpdate;
|
|
758
771
|
export declare const makeLabelTriggerMethod: () => io.flow.v0.enums.LabelTriggerMethod;
|
|
772
|
+
export declare const makeLabelUnits: () => io.flow.v0.models.LabelUnits;
|
|
759
773
|
export declare const makeLabelUpserted: () => io.flow.v0.models.LabelUpserted;
|
|
760
774
|
export declare const makeLabelUpsertedV2: () => io.flow.v0.models.LabelUpsertedV2;
|
|
761
775
|
export declare const makeLandedCostItem: () => io.flow.v0.models.LandedCostItem;
|
|
@@ -1153,6 +1167,8 @@ export declare const makePaymentProcessorAccount: () => io.flow.v0.models.Paymen
|
|
|
1153
1167
|
export declare const makePaymentProcessorAccountReference: () => io.flow.v0.models.PaymentProcessorAccountReference;
|
|
1154
1168
|
export declare const makePaymentProcessorIdentifier: () => io.flow.v0.models.PaymentProcessorIdentifier;
|
|
1155
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;
|
|
1156
1172
|
export declare const makePaymentReference: () => io.flow.v0.models.PaymentReference;
|
|
1157
1173
|
export declare const makePaymentRefund: () => io.flow.v0.models.PaymentRefund;
|
|
1158
1174
|
export declare const makePaymentRefundForm: () => io.flow.v0.models.PaymentRefundForm;
|
|
@@ -1666,10 +1682,12 @@ export declare const makeTransactionMetadata: () => io.flow.v0.unions.Transactio
|
|
|
1666
1682
|
export declare const makeTransactionMetadataChannel: () => io.flow.v0.models.TransactionMetadataChannel;
|
|
1667
1683
|
export declare const makeTransactionMetadataChannelCardMetadata: () => io.flow.v0.models.TransactionMetadataChannelCardMetadata;
|
|
1668
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;
|
|
1669
1687
|
export declare const makeTransactionMetadataShippingLabel: () => io.flow.v0.models.TransactionMetadataShippingLabel;
|
|
1688
|
+
export declare const makeTransactionMetadataShippingLabelCarrier: () => io.flow.v0.models.TransactionMetadataShippingLabelCarrier;
|
|
1670
1689
|
export declare const makeTransactionMetadataTrueup: () => io.flow.v0.models.TransactionMetadataTrueup;
|
|
1671
1690
|
export declare const makeTransactionMetadataTrueupData: () => io.flow.v0.models.TransactionMetadataTrueupData;
|
|
1672
|
-
export declare const makeTransactionMetadataTrueupOriginalTransaction: () => io.flow.v0.models.TransactionMetadataTrueupOriginalTransaction;
|
|
1673
1691
|
export declare const makeTransactionNetworkDetailsCard: () => io.flow.v0.models.TransactionNetworkDetailsCard;
|
|
1674
1692
|
export declare const makeTransactionReference: () => io.flow.v0.models.TransactionReference;
|
|
1675
1693
|
export declare const makeTransactionSource: () => io.flow.v0.enums.TransactionSource;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-factories",
|
|
3
|
-
"version": "0.0.
|
|
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": "
|
|
39
|
+
"gitHead": "edaa4ef26aa5601691b51a50d20d45ef9071e43e"
|
|
40
40
|
}
|