@flowio/api-factories 0.0.48 → 0.0.50
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 +224 -68
- package/dist/esm/api.js +167 -32
- package/dist/types/api.d.ts +25 -5
- package/package.json +2 -2
- package/src/api.ts +187 -33
package/dist/types/api.d.ts
CHANGED
|
@@ -66,9 +66,9 @@ export declare const makeAmountMargin: () => io.flow.v0.models.AmountMargin;
|
|
|
66
66
|
export declare const makeAmountMarginForm: () => io.flow.v0.models.AmountMarginForm;
|
|
67
67
|
export declare const makeAnalyticsExportType: () => io.flow.v0.models.AnalyticsExportType;
|
|
68
68
|
export declare const makeApplePayMerchantValidationPayload: () => io.flow.v0.models.ApplePayMerchantValidationPayload;
|
|
69
|
+
export declare const makeApplepaySdkAuthorizationResultActionDetails: () => io.flow.v0.models.ApplepaySdkAuthorizationResultActionDetails;
|
|
69
70
|
export declare const makeAtCost: () => io.flow.v0.models.AtCost;
|
|
70
71
|
export declare const makeAttachment: () => io.flow.v0.models.Attachment;
|
|
71
|
-
export declare const makeAttachmentType: () => "csv";
|
|
72
72
|
export declare const makeAttribute: () => io.flow.v0.models.Attribute;
|
|
73
73
|
export declare const makeAttributeDataType: () => io.flow.v0.enums.AttributeDataType;
|
|
74
74
|
export declare const makeAttributeDeleted: () => io.flow.v0.models.AttributeDeleted;
|
|
@@ -133,6 +133,7 @@ export declare const makeBankAccountForm: () => io.flow.v0.models.BankAccountFor
|
|
|
133
133
|
export declare const makeBankAccountInfo: () => io.flow.v0.models.BankAccountInfoUsa;
|
|
134
134
|
export declare const makeBankAccountInfoUsa: () => io.flow.v0.models.BankAccountInfoUsa;
|
|
135
135
|
export declare const makeBankAccountReference: () => io.flow.v0.models.BankAccountReference;
|
|
136
|
+
export declare const makeBankAccountSummary: () => io.flow.v0.models.BankAccountSummary;
|
|
136
137
|
export declare const makeBehaviorAudit: () => io.flow.v0.models.BehaviorAudit;
|
|
137
138
|
export declare const makeBillingAddress: () => io.flow.v0.models.BillingAddress;
|
|
138
139
|
export declare const makeBillingChannelOrderSummary: () => io.flow.v0.models.BillingChannelOrderSummary;
|
|
@@ -221,10 +222,12 @@ export declare const makeChangeType: () => io.flow.v0.enums.ChangeType;
|
|
|
221
222
|
export declare const makeChannel: () => io.flow.v0.models.Channel;
|
|
222
223
|
export declare const makeChannelAuthorization: () => io.flow.v0.models.ChannelAuthorization;
|
|
223
224
|
export declare const makeChannelAuthorizationForm: () => io.flow.v0.models.ChannelAuthorizationForm;
|
|
225
|
+
export declare const makeChannelBankAccount: () => io.flow.v0.models.ChannelBankAccount;
|
|
224
226
|
export declare const makeChannelCurrency: () => io.flow.v0.models.ChannelCurrency;
|
|
225
227
|
export declare const makeChannelCurrencyCapability: () => io.flow.v0.enums.ChannelCurrencyCapability;
|
|
226
228
|
export declare const makeChannelCurrencyDeleted: () => io.flow.v0.models.ChannelCurrencyDeleted;
|
|
227
229
|
export declare const makeChannelCurrencyUpserted: () => io.flow.v0.models.ChannelCurrencyUpserted;
|
|
230
|
+
export declare const makeChannelDefaultBankAccount: () => io.flow.v0.models.ChannelDefaultBankAccount;
|
|
228
231
|
export declare const makeChannelDeleted: () => io.flow.v0.models.ChannelDeleted;
|
|
229
232
|
export declare const makeChannelOrganization: () => io.flow.v0.models.ChannelOrganization;
|
|
230
233
|
export declare const makeChannelOrganizationAuthorization: () => io.flow.v0.models.ChannelOrganizationAuthorization;
|
|
@@ -233,6 +236,7 @@ export declare const makeChannelOrganizationDeleted: () => io.flow.v0.models.Cha
|
|
|
233
236
|
export declare const makeChannelOrganizationForm: () => io.flow.v0.models.ChannelOrganizationForm;
|
|
234
237
|
export declare const makeChannelOrganizationPutForm: () => io.flow.v0.models.ChannelOrganizationPutForm;
|
|
235
238
|
export declare const makeChannelOrganizationUpserted: () => io.flow.v0.models.ChannelOrganizationUpserted;
|
|
239
|
+
export declare const makeChannelPayout: () => io.flow.v0.models.ChannelPayout;
|
|
236
240
|
export declare const makeChannelRate: () => io.flow.v0.models.ChannelRate;
|
|
237
241
|
export declare const makeChannelReference: () => io.flow.v0.models.ChannelReference;
|
|
238
242
|
export declare const makeChannelStatement: () => io.flow.v0.models.ChannelStatement;
|
|
@@ -820,7 +824,6 @@ export declare const makeName: () => io.flow.v0.models.Name;
|
|
|
820
824
|
export declare const makeNameForm: () => io.flow.v0.models.NameForm;
|
|
821
825
|
export declare const makeNoInventoryReservationError: () => io.flow.v0.models.NoInventoryReservationError;
|
|
822
826
|
export declare const makeNoInventoryReservationErrorItem: () => io.flow.v0.models.NoInventoryReservationErrorItem;
|
|
823
|
-
export declare const makeNoPayout: () => io.flow.v0.models.NoPayout;
|
|
824
827
|
export declare const makeNotificationDeletedV2: () => io.flow.v0.models.NotificationDeletedV2;
|
|
825
828
|
export declare const makeNotificationUpsertedV2: () => io.flow.v0.models.NotificationUpsertedV2;
|
|
826
829
|
export declare const makeNumberRange: () => io.flow.v0.models.NumberRange;
|
|
@@ -984,6 +987,7 @@ export declare const makeOrganizationOnboardingState: () => io.flow.v0.models.Or
|
|
|
984
987
|
export declare const makeOrganizationOnboardingStateDeleted: () => io.flow.v0.models.OrganizationOnboardingStateDeleted;
|
|
985
988
|
export declare const makeOrganizationOnboardingStateUpserted: () => io.flow.v0.models.OrganizationOnboardingStateUpserted;
|
|
986
989
|
export declare const makeOrganizationPaymentMethodTag: () => "deny";
|
|
990
|
+
export declare const makeOrganizationPayout: () => io.flow.v0.models.OrganizationPayout;
|
|
987
991
|
export declare const makeOrganizationPutForm: () => io.flow.v0.models.OrganizationPutForm;
|
|
988
992
|
export declare const makeOrganizationRatesData: () => io.flow.v0.models.OrganizationRatesData;
|
|
989
993
|
export declare const makeOrganizationRatesPublished: () => io.flow.v0.models.OrganizationRatesPublished;
|
|
@@ -1008,6 +1012,7 @@ export declare const makeOriginalPrices: () => io.flow.v0.models.OriginalPrices;
|
|
|
1008
1012
|
export declare const makeOutboundCartonFee: () => io.flow.v0.models.OutboundCartonFee;
|
|
1009
1013
|
export declare const makeOversizedShipmentRatecardFee: () => io.flow.v0.models.OversizedShipmentRatecardFee;
|
|
1010
1014
|
export declare const makePackaging: () => io.flow.v0.models.Packaging;
|
|
1015
|
+
export declare const makeParentTransactionSummary: () => io.flow.v0.models.ParentTransactionSummary;
|
|
1011
1016
|
export declare const makePartnerCenter: () => io.flow.v0.models.PartnerCenter;
|
|
1012
1017
|
export declare const makePartnerCenterFee: () => io.flow.v0.unions.PartnerCenterFee;
|
|
1013
1018
|
export declare const makePartnerCenterForm: () => io.flow.v0.models.PartnerCenterForm;
|
|
@@ -1120,6 +1125,11 @@ export declare const makePaymentRequestBundle: () => io.flow.v0.models.PaymentRe
|
|
|
1120
1125
|
export declare const makePaymentRequestBundleForm: () => io.flow.v0.models.PaymentRequestBundleForm;
|
|
1121
1126
|
export declare const makePaymentRequestForm: () => io.flow.v0.models.PaymentRequestForm;
|
|
1122
1127
|
export declare const makePaymentRequestReference: () => io.flow.v0.models.PaymentRequestReference;
|
|
1128
|
+
export declare const makePaymentRequestReview: () => io.flow.v0.models.PaymentRequestReview;
|
|
1129
|
+
export declare const makePaymentRequestReviewCheck: () => io.flow.v0.models.PaymentRequestReviewCheck;
|
|
1130
|
+
export declare const makePaymentRequestReviewCheckStatus: () => io.flow.v0.enums.PaymentRequestReviewCheckStatus;
|
|
1131
|
+
export declare const makePaymentRequestReviewCheckType: () => io.flow.v0.enums.PaymentRequestReviewCheckType;
|
|
1132
|
+
export declare const makePaymentRequestReviewStatus: () => io.flow.v0.enums.PaymentRequestReviewStatus;
|
|
1123
1133
|
export declare const makePaymentRequestUpserted: () => io.flow.v0.models.PaymentRequestUpserted;
|
|
1124
1134
|
export declare const makePaymentReversal: () => io.flow.v0.models.PaymentReversal;
|
|
1125
1135
|
export declare const makePaymentReversalForm: () => io.flow.v0.models.PaymentReversalForm;
|
|
@@ -1133,9 +1143,14 @@ export declare const makePaymentTax: () => io.flow.v0.models.PaymentTax;
|
|
|
1133
1143
|
export declare const makePaymentType: () => io.flow.v0.enums.PaymentType;
|
|
1134
1144
|
export declare const makePaymentUpserted: () => io.flow.v0.models.PaymentUpserted;
|
|
1135
1145
|
export declare const makePaymentVersion: () => io.flow.v0.models.PaymentVersion;
|
|
1136
|
-
export declare const
|
|
1137
|
-
export declare const
|
|
1138
|
-
export declare const
|
|
1146
|
+
export declare const makePayoutAttachment: () => io.flow.v0.models.PayoutAttachment;
|
|
1147
|
+
export declare const makePayoutAttachmentType: () => "transactions";
|
|
1148
|
+
export declare const makePayoutStatus: () => io.flow.v0.unions.PayoutStatus;
|
|
1149
|
+
export declare const makePayoutStatusFailed: () => io.flow.v0.models.PayoutStatusFailed;
|
|
1150
|
+
export declare const makePayoutStatusFailureCode: () => io.flow.v0.enums.PayoutStatusFailureCode;
|
|
1151
|
+
export declare const makePayoutStatusScheduled: () => io.flow.v0.models.PayoutStatusScheduled;
|
|
1152
|
+
export declare const makePayoutStatusSent: () => io.flow.v0.models.PayoutStatusSent;
|
|
1153
|
+
export declare const makePayoutTransaction: () => io.flow.v0.models.PayoutTransaction;
|
|
1139
1154
|
export declare const makePaypalAuthorizationDetails: () => io.flow.v0.models.PaypalAuthorizationDetails;
|
|
1140
1155
|
export declare const makePaypalAuthorizationForm: () => io.flow.v0.models.PaypalAuthorizationForm;
|
|
1141
1156
|
export declare const makePeakSurchargeByWeightServiceFee: () => io.flow.v0.models.PeakSurchargeByWeightServiceFee;
|
|
@@ -1372,6 +1387,8 @@ export declare const makeSessionReference: () => io.flow.v0.models.SessionRefere
|
|
|
1372
1387
|
export declare const makeSessionVisit: () => io.flow.v0.models.SessionVisit;
|
|
1373
1388
|
export declare const makeSessionVisitor: () => io.flow.v0.models.SessionVisitor;
|
|
1374
1389
|
export declare const makeSettlement: () => io.flow.v0.unions.Settlement;
|
|
1390
|
+
export declare const makeSettlementNoPayout: () => io.flow.v0.models.SettlementNoPayout;
|
|
1391
|
+
export declare const makeSettlementPayout: () => io.flow.v0.models.SettlementPayout;
|
|
1375
1392
|
export declare const makeSetupBlocked: () => io.flow.v0.models.SetupBlocked;
|
|
1376
1393
|
export declare const makeSetupCompleted: () => io.flow.v0.models.SetupCompleted;
|
|
1377
1394
|
export declare const makeSetupInProgress: () => io.flow.v0.models.SetupInProgress;
|
|
@@ -1470,6 +1487,7 @@ export declare const makeSolidusProductExportType: () => io.flow.v0.models.Solid
|
|
|
1470
1487
|
export declare const makeSolidusVariantExportType: () => io.flow.v0.models.SolidusVariantExportType;
|
|
1471
1488
|
export declare const makeSortDirection: () => io.flow.v0.enums.SortDirection;
|
|
1472
1489
|
export declare const makeStatement: () => io.flow.v0.models.Statement;
|
|
1490
|
+
export declare const makeStatementAttachmentType: () => "csv";
|
|
1473
1491
|
export declare const makeStatementDeleted: () => io.flow.v0.models.StatementDeleted;
|
|
1474
1492
|
export declare const makeStatementUpserted: () => io.flow.v0.models.StatementUpserted;
|
|
1475
1493
|
export declare const makeStrategy: () => io.flow.v0.enums.Strategy;
|
|
@@ -1534,6 +1552,8 @@ export declare const makeTaxSetting: () => io.flow.v0.unions.TaxSetting;
|
|
|
1534
1552
|
export declare const makeTaxVerificationResult: () => io.flow.v0.enums.TaxVerificationResult;
|
|
1535
1553
|
export declare const makeTaxabilityType: () => "tax_rule";
|
|
1536
1554
|
export declare const makeTaxabilityValue: () => "exempt";
|
|
1555
|
+
export declare const makeTest: () => io.flow.v0.models.Test;
|
|
1556
|
+
export declare const makeTestUpserted: () => io.flow.v0.models.TestUpserted;
|
|
1537
1557
|
export declare const makeThirdPartyLogisticsPartner: () => io.flow.v0.models.ThirdPartyLogisticsPartner;
|
|
1538
1558
|
export declare const makeThreeDSecure: () => io.flow.v0.models.ThreeDSecure;
|
|
1539
1559
|
export declare const makeThreeDSecureCode: () => io.flow.v0.enums.ThreeDSecureCode;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-factories",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.50",
|
|
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": "2a8c847a3c7fe6a3a62ff7d19d7bacba4063d9a9"
|
|
40
40
|
}
|