@flowio/api-factories 0.0.125 → 0.0.127

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.
@@ -145,6 +145,7 @@ export declare const makeBankAccountInfoFra: () => io.flow.v0.models.BankAccount
145
145
  export declare const makeBankAccountInfoGbr: () => io.flow.v0.models.BankAccountInfoGbr;
146
146
  export declare const makeBankAccountInfoIta: () => io.flow.v0.models.BankAccountInfoIta;
147
147
  export declare const makeBankAccountInfoKor: () => io.flow.v0.models.BankAccountInfoKor;
148
+ export declare const makeBankAccountInfoKorV2: () => io.flow.v0.models.BankAccountInfoKorV2;
148
149
  export declare const makeBankAccountInfoUsa: () => io.flow.v0.models.BankAccountInfoUsa;
149
150
  export declare const makeBankAccountReference: () => io.flow.v0.models.BankAccountReference;
150
151
  export declare const makeBankAccountSummary: () => io.flow.v0.models.BankAccountSummary;
@@ -555,7 +556,6 @@ export declare const makeExportType: () => io.flow.v0.unions.ExportType;
555
556
  export declare const makeExportVersion: () => io.flow.v0.models.ExportVersion;
556
557
  export declare const makeExporterOfRecord: () => io.flow.v0.enums.ExporterOfRecord;
557
558
  export declare const makeExternalCard: () => io.flow.v0.models.ExternalCard;
558
- export declare const makeExternalOrderSummary: () => io.flow.v0.models.ExternalOrderSummary;
559
559
  export declare const makeFeeDeduction: () => io.flow.v0.models.FeeDeduction;
560
560
  export declare const makeFeeDeductionType: () => io.flow.v0.enums.FeeDeductionType;
561
561
  export declare const makeFeeInvoice: () => io.flow.v0.models.FeeInvoice;
@@ -937,6 +937,8 @@ export declare const makeOrderPaymentType: () => io.flow.v0.enums.OrderPaymentTy
937
937
  export declare const makeOrderPlaced: () => io.flow.v0.models.OrderPlaced;
938
938
  export declare const makeOrderPlacedDetails: () => io.flow.v0.models.OrderPlacedDetails;
939
939
  export declare const makeOrderPlacedV2: () => io.flow.v0.models.OrderPlacedV2;
940
+ export declare const makeOrderPriceCoefficient: () => io.flow.v0.models.OrderPriceCoefficient;
941
+ export declare const makeOrderPriceCoefficientType: () => "item_shipping";
940
942
  export declare const makeOrderPriceDetail: () => io.flow.v0.models.OrderPriceDetail;
941
943
  export declare const makeOrderPriceDetailBreakdown: () => io.flow.v0.models.OrderPriceDetailBreakdown;
942
944
  export declare const makeOrderPriceDetailComponent: () => io.flow.v0.models.OrderPriceDetailComponent;
@@ -944,6 +946,8 @@ export declare const makeOrderPriceDetailComponentKey: () => io.flow.v0.enums.Or
944
946
  export declare const makeOrderPriceDetailKey: () => io.flow.v0.enums.OrderPriceDetailKey;
945
947
  export declare const makeOrderPriceFee: () => io.flow.v0.models.OrderPriceFee;
946
948
  export declare const makeOrderPriceFeeType: () => io.flow.v0.enums.OrderPriceFeeType;
949
+ export declare const makeOrderPriceSubsidy: () => io.flow.v0.models.OrderPriceSubsidy;
950
+ export declare const makeOrderPriceSubsidyType: () => "shipping_subsidy";
947
951
  export declare const makeOrderPromotion: () => io.flow.v0.models.FreeShippingOrderPromotion;
948
952
  export declare const makeOrderPromotionForm: () => io.flow.v0.models.FreeShippingOrderPromotionForm;
949
953
  export declare const makeOrderPromotionTrigger: () => io.flow.v0.models.OrderPromotionTrigger;
@@ -1258,7 +1262,7 @@ export declare const makePriceWithBaseAndDetails: () => io.flow.v0.models.PriceW
1258
1262
  export declare const makePricing: () => io.flow.v0.models.Pricing;
1259
1263
  export declare const makePricingLevySetting: () => io.flow.v0.enums.PricingLevySetting;
1260
1264
  export declare const makePricingSettings: () => io.flow.v0.models.PricingSettings;
1261
- export declare const makePricingType: () => "inclusive_pricing";
1265
+ export declare const makePricingType: () => io.flow.v0.enums.PricingType;
1262
1266
  export declare const makePricingVersion: () => io.flow.v0.models.PricingVersion;
1263
1267
  export declare const makeProcessingEstimate: () => io.flow.v0.models.ProcessingEstimate;
1264
1268
  export declare const makeProduct: () => io.flow.v0.models.Product;
@@ -1378,7 +1382,7 @@ export declare const makeRepeatSchedule: () => io.flow.v0.unions.RepeatSchedule;
1378
1382
  export declare const makeRepeatWeekly: () => io.flow.v0.models.RepeatWeekly;
1379
1383
  export declare const makeRestrictedReviewStatus: () => io.flow.v0.enums.RestrictedReviewStatus;
1380
1384
  export declare const makeRestrictionDecision: () => io.flow.v0.enums.RestrictionDecision;
1381
- export declare const makeRestrictionDecisionReason: () => "manual_dispute";
1385
+ export declare const makeRestrictionDecisionReason: () => io.flow.v0.enums.RestrictionDecisionReason;
1382
1386
  export declare const makeRestrictionDecisionsForm: () => io.flow.v0.models.RestrictionDecisionsForm;
1383
1387
  export declare const makeRestrictionEnvironment: () => io.flow.v0.enums.RestrictionEnvironment;
1384
1388
  export declare const makeRestrictionRuleDecisionForm: () => io.flow.v0.models.RestrictionRuleDecisionForm;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-factories",
3
- "version": "0.0.125",
3
+ "version": "0.0.127",
4
4
  "description": "Flow API mock data factories",
5
5
  "keywords": [
6
6
  "flow",