@flowio/api-factories 0.0.101 → 0.0.102
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 +276 -196
- package/dist/esm/api.js +231 -140
- package/dist/types/api.d.ts +11 -22
- package/package.json +2 -2
- package/src/api.ts +254 -159
package/dist/types/api.d.ts
CHANGED
|
@@ -69,6 +69,8 @@ export declare const makeAllocationV2: () => io.flow.v0.models.AllocationV2;
|
|
|
69
69
|
export declare const makeAmountMargin: () => io.flow.v0.models.AmountMargin;
|
|
70
70
|
export declare const makeAmountMarginForm: () => io.flow.v0.models.AmountMarginForm;
|
|
71
71
|
export declare const makeAnalyticsExportType: () => io.flow.v0.models.AnalyticsExportType;
|
|
72
|
+
export declare const makeAnshItemDeleted: () => io.flow.v0.models.AnshItemDeleted;
|
|
73
|
+
export declare const makeAnshItemUpserted: () => io.flow.v0.models.AnshItemUpserted;
|
|
72
74
|
export declare const makeApplePayMerchantValidationPayload: () => io.flow.v0.models.ApplePayMerchantValidationPayload;
|
|
73
75
|
export declare const makeApplepaySdkCreateResultActionDetails: () => io.flow.v0.models.ApplepaySdkCreateResultActionDetails;
|
|
74
76
|
export declare const makeApplepaySdkValidateResultActionDetails: () => io.flow.v0.models.ApplepaySdkValidateResultActionDetails;
|
|
@@ -108,6 +110,9 @@ export declare const makeAuthorizationResultActionPost: () => io.flow.v0.models.
|
|
|
108
110
|
export declare const makeAuthorizationResultActionType: () => io.flow.v0.enums.AuthorizationResultActionType;
|
|
109
111
|
export declare const makeAuthorizationResultActionWait: () => io.flow.v0.models.AuthorizationResultActionWait;
|
|
110
112
|
export declare const makeAuthorizationResultDescription: () => io.flow.v0.models.AuthorizationResultDescription;
|
|
113
|
+
export declare const makeAuthorizationRetry: () => io.flow.v0.models.AuthorizationRetry;
|
|
114
|
+
export declare const makeAuthorizationRetryDeleted: () => io.flow.v0.models.AuthorizationRetryDeleted;
|
|
115
|
+
export declare const makeAuthorizationRetryUpserted: () => io.flow.v0.models.AuthorizationRetryUpserted;
|
|
111
116
|
export declare const makeAuthorizationStatus: () => io.flow.v0.enums.AuthorizationStatus;
|
|
112
117
|
export declare const makeAuthorizationStatusChanged: () => io.flow.v0.models.AuthorizationStatusChanged;
|
|
113
118
|
export declare const makeAuthorizationVersion: () => io.flow.v0.models.AuthorizationVersion;
|
|
@@ -627,6 +632,11 @@ export declare const makeFulfillmentRouting: () => io.flow.v0.enums.FulfillmentR
|
|
|
627
632
|
export declare const makeFullyHarmonizedItemUpserted: () => io.flow.v0.models.FullyHarmonizedItemUpserted;
|
|
628
633
|
export declare const makeGatewayAuthenticationData: () => io.flow.v0.models.StripeAuthenticationData;
|
|
629
634
|
export declare const makeGatewayAuthenticationDataForm: () => io.flow.v0.models.StripeAuthenticationDataForm;
|
|
635
|
+
export declare const makeGeItemDeleted: () => io.flow.v0.models.GeItemDeleted;
|
|
636
|
+
export declare const makeGeItemInserted: () => io.flow.v0.models.GeItemInserted;
|
|
637
|
+
export declare const makeGeItemUpdated: () => io.flow.v0.models.GeItemUpdated;
|
|
638
|
+
export declare const makeGeProductRestrictionResultDeleted: () => io.flow.v0.models.GeProductRestrictionResultDeleted;
|
|
639
|
+
export declare const makeGeProductRestrictionResultUpserted: () => io.flow.v0.models.GeProductRestrictionResultUpserted;
|
|
630
640
|
export declare const makeGenerateLoad: () => io.flow.v0.models.GenerateLoad;
|
|
631
641
|
export declare const makeGenericError: () => io.flow.v0.models.GenericError;
|
|
632
642
|
export declare const makeGenericErrorCode: () => io.flow.v0.enums.GenericErrorCode;
|
|
@@ -788,9 +798,7 @@ export declare const makeLink: () => io.flow.v0.models.Link;
|
|
|
788
798
|
export declare const makeLocal: () => io.flow.v0.models.Local;
|
|
789
799
|
export declare const makeLocalItem: () => io.flow.v0.models.LocalItem;
|
|
790
800
|
export declare const makeLocalItemAttributePricing: () => io.flow.v0.models.LocalItemAttributePricing;
|
|
791
|
-
export declare const makeLocalItemDeleted: () => io.flow.v0.models.LocalItemDeleted;
|
|
792
801
|
export declare const makeLocalItemPricing: () => io.flow.v0.models.LocalItemPricing;
|
|
793
|
-
export declare const makeLocalItemUpserted: () => io.flow.v0.models.LocalItemUpserted;
|
|
794
802
|
export declare const makeLocalPriceDetails: () => io.flow.v0.models.LocalPriceDetails;
|
|
795
803
|
export declare const makeLocalSession: () => io.flow.v0.models.LocalSession;
|
|
796
804
|
export declare const makeLocale: () => io.flow.v0.models.Locale;
|
|
@@ -934,6 +942,7 @@ export declare const makeOrderNumberGeneratorUuid: () => io.flow.v0.models.Order
|
|
|
934
942
|
export declare const makeOrderNumberReference: () => io.flow.v0.models.OrderNumberReference;
|
|
935
943
|
export declare const makeOrderOptions: () => io.flow.v0.models.OrderOptions;
|
|
936
944
|
export declare const makeOrderPayment: () => io.flow.v0.models.OrderPayment;
|
|
945
|
+
export declare const makeOrderPaymentSourceType: () => io.flow.v0.enums.OrderPaymentSourceType;
|
|
937
946
|
export declare const makeOrderPaymentType: () => io.flow.v0.enums.OrderPaymentType;
|
|
938
947
|
export declare const makeOrderPlaced: () => io.flow.v0.models.OrderPlaced;
|
|
939
948
|
export declare const makeOrderPlacedDetails: () => io.flow.v0.models.OrderPlacedDetails;
|
|
@@ -1220,7 +1229,6 @@ export declare const makePriceBookDeleted: () => io.flow.v0.models.PriceBookDele
|
|
|
1220
1229
|
export declare const makePriceBookForm: () => io.flow.v0.models.PriceBookForm;
|
|
1221
1230
|
export declare const makePriceBookItem: () => io.flow.v0.models.PriceBookItem;
|
|
1222
1231
|
export declare const makePriceBookItemDeleted: () => io.flow.v0.models.PriceBookItemDeleted;
|
|
1223
|
-
export declare const makePriceBookItemExportOptions: () => io.flow.v0.models.PriceBookItemExportOptions;
|
|
1224
1232
|
export declare const makePriceBookItemExportType: () => io.flow.v0.models.PriceBookItemExportType;
|
|
1225
1233
|
export declare const makePriceBookItemForm: () => io.flow.v0.models.PriceBookItemForm;
|
|
1226
1234
|
export declare const makePriceBookItemQueryForm: () => io.flow.v0.models.PriceBookItemQueryForm;
|
|
@@ -1259,9 +1267,6 @@ export declare const makeProductRestrictionResult: () => io.flow.v0.models.Produ
|
|
|
1259
1267
|
export declare const makeProductRestrictionResultDeleted: () => io.flow.v0.models.ProductRestrictionResultDeleted;
|
|
1260
1268
|
export declare const makeProductRestrictionResultUpserted: () => io.flow.v0.models.ProductRestrictionResultUpserted;
|
|
1261
1269
|
export declare const makeProductRestrictionRule: () => io.flow.v0.enums.ProductRestrictionRule;
|
|
1262
|
-
export declare const makeProductSellability: () => io.flow.v0.models.ProductSellability;
|
|
1263
|
-
export declare const makeProductSellabilityForm: () => io.flow.v0.models.ProductSellabilityForm;
|
|
1264
|
-
export declare const makeProductSellabilityPrice: () => io.flow.v0.models.ProductSellabilityPrice;
|
|
1265
1270
|
export declare const makeProductTaxonomyCategory: () => io.flow.v0.models.ProductTaxonomyCategory;
|
|
1266
1271
|
export declare const makeProductTaxonomyData: () => io.flow.v0.models.ProductTaxonomyData;
|
|
1267
1272
|
export declare const makeProductUpdated: () => io.flow.v0.models.ProductUpdated;
|
|
@@ -1409,7 +1414,6 @@ export declare const makeRounding: () => io.flow.v0.models.Rounding;
|
|
|
1409
1414
|
export declare const makeRoundingMethod: () => io.flow.v0.enums.RoundingMethod;
|
|
1410
1415
|
export declare const makeRoundingType: () => io.flow.v0.enums.RoundingType;
|
|
1411
1416
|
export declare const makeRouteAudit: () => io.flow.v0.models.RouteAudit;
|
|
1412
|
-
export declare const makeRuleEffectType: () => io.flow.v0.enums.RuleEffectType;
|
|
1413
1417
|
export declare const makeSchedule: () => io.flow.v0.models.Schedule;
|
|
1414
1418
|
export declare const makeScheduleExceptionStatus: () => io.flow.v0.enums.ScheduleExceptionStatus;
|
|
1415
1419
|
export declare const makeScheduledExport: () => io.flow.v0.models.ScheduledExport;
|
|
@@ -1419,7 +1423,6 @@ export declare const makeSdkAdyenV3AuthenticationToken: () => io.flow.v0.unions.
|
|
|
1419
1423
|
export declare const makeSecurityRatecardFee: () => io.flow.v0.models.SecurityRatecardFee;
|
|
1420
1424
|
export declare const makeSecurityServiceFee: () => io.flow.v0.models.SecurityServiceFee;
|
|
1421
1425
|
export declare const makeSelectIssuerOptionActionDetails: () => io.flow.v0.models.SelectIssuerOptionActionDetails;
|
|
1422
|
-
export declare const makeSellablilityRegionResult: () => io.flow.v0.models.SellablilityRegionResult;
|
|
1423
1426
|
export declare const makeServiceDescription: () => io.flow.v0.unions.ServiceDescription;
|
|
1424
1427
|
export declare const makeServiceFee: () => io.flow.v0.unions.ServiceFee;
|
|
1425
1428
|
export declare const makeServiceReference: () => io.flow.v0.models.ServiceReference;
|
|
@@ -1569,20 +1572,6 @@ export declare const makeSurchargeResponsibleParty: () => io.flow.v0.enums.Surch
|
|
|
1569
1572
|
export declare const makeSurchargeResponsiblePartyDisplay: () => io.flow.v0.models.SurchargeResponsiblePartyDisplay;
|
|
1570
1573
|
export declare const makeSurchargeSetting: () => io.flow.v0.models.SurchargeSetting;
|
|
1571
1574
|
export declare const makeSurchargeSettingDisplay: () => io.flow.v0.models.SurchargeSettingDisplay;
|
|
1572
|
-
export declare const makeSyncDuration: () => io.flow.v0.models.SyncDuration;
|
|
1573
|
-
export declare const makeSyncPendingRecord: () => io.flow.v0.models.SyncPendingRecord;
|
|
1574
|
-
export declare const makeSyncRecord: () => io.flow.v0.models.SyncRecord;
|
|
1575
|
-
export declare const makeSyncRecordFailure: () => io.flow.v0.models.SyncRecordFailure;
|
|
1576
|
-
export declare const makeSyncRecordFailureForm: () => io.flow.v0.models.SyncRecordFailureForm;
|
|
1577
|
-
export declare const makeSyncRecordFailureReason: () => io.flow.v0.enums.SyncRecordFailureReason;
|
|
1578
|
-
export declare const makeSyncRecordForm: () => io.flow.v0.models.SyncRecordForm;
|
|
1579
|
-
export declare const makeSyncStream: () => io.flow.v0.models.SyncStream;
|
|
1580
|
-
export declare const makeSyncStreamForm: () => io.flow.v0.models.SyncStreamForm;
|
|
1581
|
-
export declare const makeSyncStreamReference: () => io.flow.v0.models.SyncStreamReference;
|
|
1582
|
-
export declare const makeSyncStreamSettings: () => io.flow.v0.models.SyncStreamSettings;
|
|
1583
|
-
export declare const makeSyncStreamSettingsForm: () => io.flow.v0.models.SyncStreamSettingsForm;
|
|
1584
|
-
export declare const makeSyncStreamType: () => io.flow.v0.enums.SyncStreamType;
|
|
1585
|
-
export declare const makeSyncUnitOfTime: () => io.flow.v0.enums.SyncUnitOfTime;
|
|
1586
1575
|
export declare const makeTax: () => io.flow.v0.models.Tax;
|
|
1587
1576
|
export declare const makeTaxApplicability: () => io.flow.v0.enums.TaxApplicability;
|
|
1588
1577
|
export declare const makeTaxRegistration: () => io.flow.v0.models.TaxRegistration;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-factories",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.102",
|
|
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": "9d141ab307f8ab0c4af0c9121439b34df013becd"
|
|
40
40
|
}
|