@flowio/api-factories 0.0.119 → 0.0.122

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.
@@ -66,6 +66,8 @@ export declare const makeAllocationUpsertedV2: () => io.flow.v0.models.Allocatio
66
66
  export declare const makeAllocationV2: () => io.flow.v0.models.AllocationV2;
67
67
  export declare const makeAmountMargin: () => io.flow.v0.models.AmountMargin;
68
68
  export declare const makeAmountMarginForm: () => io.flow.v0.models.AmountMarginForm;
69
+ export declare const makeAmruthaItemDeleted: () => io.flow.v0.models.AmruthaItemDeleted;
70
+ export declare const makeAmruthaItemUpserted: () => io.flow.v0.models.AmruthaItemUpserted;
69
71
  export declare const makeAnalyticsExportType: () => io.flow.v0.models.AnalyticsExportType;
70
72
  export declare const makeApplePayMerchantValidationPayload: () => io.flow.v0.models.ApplePayMerchantValidationPayload;
71
73
  export declare const makeApplepaySdkCreateResultActionDetails: () => io.flow.v0.models.ApplepaySdkCreateResultActionDetails;
@@ -552,6 +554,10 @@ export declare const makeExternalCard: () => io.flow.v0.models.ExternalCard;
552
554
  export declare const makeExternalOrderSummary: () => io.flow.v0.models.ExternalOrderSummary;
553
555
  export declare const makeFeeDeduction: () => io.flow.v0.models.FeeDeduction;
554
556
  export declare const makeFeeDeductionType: () => io.flow.v0.enums.FeeDeductionType;
557
+ export declare const makeFeeInvoice: () => io.flow.v0.models.FeeInvoice;
558
+ export declare const makeFeeInvoiceDeleted: () => io.flow.v0.models.FeeInvoiceDeleted;
559
+ export declare const makeFeeInvoiceType: () => io.flow.v0.enums.FeeInvoiceType;
560
+ export declare const makeFeeInvoiceUpserted: () => io.flow.v0.models.FeeInvoiceUpserted;
555
561
  export declare const makeFeeWeight: () => io.flow.v0.models.FeeWeight;
556
562
  export declare const makeFieldValidationMax: () => io.flow.v0.models.FieldValidationMax;
557
563
  export declare const makeFieldValidationMin: () => io.flow.v0.models.FieldValidationMin;
@@ -639,6 +645,7 @@ export declare const makeHarmonizationDocument: () => io.flow.v0.models.Harmoniz
639
645
  export declare const makeHarmonizationHs10ExportType: () => io.flow.v0.models.HarmonizationHs10ExportType;
640
646
  export declare const makeHarmonizationHs6ExportType: () => io.flow.v0.models.HarmonizationHs6ExportType;
641
647
  export declare const makeHarmonizationOverviewExportType: () => io.flow.v0.models.HarmonizationOverviewExportType;
648
+ export declare const makeHarmonizationTariffCode: () => io.flow.v0.models.HarmonizationTariffCode;
642
649
  export declare const makeHarmonizationTariffCodesExportType: () => io.flow.v0.models.HarmonizationTariffCodesExportType;
643
650
  export declare const makeHarmonizedCategoryReference: () => io.flow.v0.models.HarmonizedCategoryReference;
644
651
  export declare const makeHarmonizedItem: () => io.flow.v0.models.HarmonizedItem;
@@ -955,6 +962,14 @@ export declare const makeOrderRulesSummary: () => io.flow.v0.models.OrderRulesSu
955
962
  export declare const makeOrderServiceChange: () => io.flow.v0.models.OrderServiceChange;
956
963
  export declare const makeOrderServiceChangeForm: () => io.flow.v0.models.OrderServiceChangeForm;
957
964
  export declare const makeOrderServiceChangeRequestData: () => io.flow.v0.models.OrderServiceChangeRequestData;
965
+ export declare const makeOrderState: () => io.flow.v0.models.OrderState;
966
+ export declare const makeOrderStateDeleted: () => io.flow.v0.models.OrderStateDeleted;
967
+ export declare const makeOrderStateRejectionReason: () => io.flow.v0.unions.OrderStateRejectionReason;
968
+ export declare const makeOrderStateRejectionReasonDomesticOrder: () => io.flow.v0.models.OrderStateRejectionReasonDomesticOrder;
969
+ export declare const makeOrderStateRejectionReasonItemsEmpty: () => io.flow.v0.models.OrderStateRejectionReasonItemsEmpty;
970
+ export declare const makeOrderStateRejectionReasonRestrictedItem: () => io.flow.v0.models.OrderStateRejectionReasonRestrictedItem;
971
+ export declare const makeOrderStateStatus: () => io.flow.v0.enums.OrderStateStatus;
972
+ export declare const makeOrderStateUpserted: () => io.flow.v0.models.OrderStateUpserted;
958
973
  export declare const makeOrderStatus: () => io.flow.v0.enums.OrderStatus;
959
974
  export declare const makeOrderStorage: () => io.flow.v0.enums.OrderStorage;
960
975
  export declare const makeOrderSubmissionForm: () => io.flow.v0.models.OrderSubmissionForm;
@@ -1290,10 +1305,10 @@ export declare const makeRateUpsertedV3: () => io.flow.v0.models.RateUpsertedV3;
1290
1305
  export declare const makeRateVersion: () => io.flow.v0.models.RateVersion;
1291
1306
  export declare const makeRatecard: () => io.flow.v0.models.Ratecard;
1292
1307
  export declare const makeRatecardCarrierSummary: () => io.flow.v0.models.RatecardCarrierSummary;
1308
+ export declare const makeRatecardData: () => io.flow.v0.models.RatecardData;
1293
1309
  export declare const makeRatecardDeleted: () => io.flow.v0.models.RatecardDeleted;
1294
1310
  export declare const makeRatecardEstimate: () => io.flow.v0.unions.RatecardEstimate;
1295
1311
  export declare const makeRatecardEstimateForm: () => io.flow.v0.models.RatecardEstimateForm;
1296
- export declare const makeRatecardEstimateSummaryForm: () => io.flow.v0.models.RatecardEstimateSummaryForm;
1297
1312
  export declare const makeRatecardEstimateV1: () => io.flow.v0.models.RatecardEstimateV1;
1298
1313
  export declare const makeRatecardEstimateV2: () => io.flow.v0.models.RatecardEstimateV2;
1299
1314
  export declare const makeRatecardEstimateV3: () => io.flow.v0.models.RatecardEstimateV3;
@@ -1581,7 +1596,11 @@ export declare const makeSurchargeResponsibleParty: () => io.flow.v0.enums.Surch
1581
1596
  export declare const makeSurchargeResponsiblePartyDisplay: () => io.flow.v0.models.SurchargeResponsiblePartyDisplay;
1582
1597
  export declare const makeSurchargeSetting: () => io.flow.v0.models.SurchargeSetting;
1583
1598
  export declare const makeSurchargeSettingDisplay: () => io.flow.v0.models.SurchargeSettingDisplay;
1599
+ export declare const makeTariffCodes: () => io.flow.v0.models.TariffCodes;
1600
+ export declare const makeTariffCodesDeleted: () => io.flow.v0.models.TariffCodesDeleted;
1601
+ export declare const makeTariffCodesUpserted: () => io.flow.v0.models.TariffCodesUpserted;
1584
1602
  export declare const makeTax: () => io.flow.v0.models.Tax;
1603
+ export declare const makeTaxAndDutyInclusivitySetting: () => io.flow.v0.enums.TaxAndDutyInclusivitySetting;
1585
1604
  export declare const makeTaxApplicability: () => io.flow.v0.enums.TaxApplicability;
1586
1605
  export declare const makeTaxBreakdown: () => io.flow.v0.models.TaxBreakdown;
1587
1606
  export declare const makeTaxDutyCalculatorValidationError: () => io.flow.v0.models.TaxDutyCalculatorValidationError;
@@ -1682,7 +1701,10 @@ export declare const makeTransactionMetadataChannelCardMetadataIssuerSummary: ()
1682
1701
  export declare const makeTransactionMetadataChannelOrganizationTransaction: () => io.flow.v0.models.TransactionMetadataChannelOrganizationTransaction;
1683
1702
  export declare const makeTransactionMetadataFailedPayout: () => io.flow.v0.models.TransactionMetadataFailedPayout;
1684
1703
  export declare const makeTransactionMetadataFailedPayoutReference: () => io.flow.v0.models.TransactionMetadataFailedPayoutReference;
1704
+ export declare const makeTransactionMetadataFlatRateLabel: () => io.flow.v0.models.TransactionMetadataFlatRateLabel;
1685
1705
  export declare const makeTransactionMetadataManual: () => io.flow.v0.models.TransactionMetadataManual;
1706
+ export declare const makeTransactionMetadataMerchantFee: () => io.flow.v0.models.TransactionMetadataMerchantFee;
1707
+ export declare const makeTransactionMetadataMerchantFeeItem: () => io.flow.v0.models.TransactionMetadataMerchantFeeItem;
1686
1708
  export declare const makeTransactionMetadataOriginalTransaction: () => io.flow.v0.models.TransactionMetadataOriginalTransaction;
1687
1709
  export declare const makeTransactionMetadataOutboundTransaction: () => io.flow.v0.models.TransactionMetadataOutboundTransaction;
1688
1710
  export declare const makeTransactionMetadataPaymentTransaction: () => io.flow.v0.models.TransactionMetadataPaymentTransaction;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-factories",
3
- "version": "0.0.119",
3
+ "version": "0.0.122",
4
4
  "description": "Flow API mock data factories",
5
5
  "keywords": [
6
6
  "flow",
@@ -35,6 +35,5 @@
35
35
  "peerDependencies": {
36
36
  "@faker-js/faker": "^6.2.0",
37
37
  "@flowio/api-types": "*"
38
- },
39
- "gitHead": "2db30f8eba758d78a8a5f36c767fbddd2b9f4f94"
38
+ }
40
39
  }