@flowio/api-factories 0.0.99 → 0.0.101
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 +584 -87
- package/dist/esm/api.js +529 -49
- package/dist/types/api.d.ts +21 -4
- package/package.json +2 -2
- package/src/api.ts +614 -53
package/dist/types/api.d.ts
CHANGED
|
@@ -50,6 +50,8 @@ export declare const makeAdyenNativeActionDetails: () => io.flow.v0.models.Adyen
|
|
|
50
50
|
export declare const makeAdyenNativeData: () => io.flow.v0.unions.AdyenNativeData;
|
|
51
51
|
export declare const makeAdyenV3ChallengeToken: () => io.flow.v0.models.AdyenV3ChallengeToken;
|
|
52
52
|
export declare const makeAdyenV3FingerprintToken: () => io.flow.v0.models.AdyenV3FingerprintToken;
|
|
53
|
+
export declare const makeAldoItemDeleted: () => io.flow.v0.models.AldoItemDeleted;
|
|
54
|
+
export declare const makeAldoItemUpserted: () => io.flow.v0.models.AldoItemUpserted;
|
|
53
55
|
export declare const makeAllocation: () => io.flow.v0.models.Allocation;
|
|
54
56
|
export declare const makeAllocationComponent: () => io.flow.v0.unions.AllocationComponent;
|
|
55
57
|
export declare const makeAllocationDeletedV2: () => io.flow.v0.models.AllocationDeletedV2;
|
|
@@ -202,19 +204,16 @@ export declare const makeCardVersion: () => io.flow.v0.models.CardVersion;
|
|
|
202
204
|
export declare const makeCarrier: () => io.flow.v0.models.Carrier;
|
|
203
205
|
export declare const makeCarrierChargeReason: () => io.flow.v0.enums.CarrierChargeReason;
|
|
204
206
|
export declare const makeCarrierReference: () => io.flow.v0.models.CarrierReference;
|
|
207
|
+
export declare const makeCarrierRestrictions: () => io.flow.v0.models.CarrierRestrictions;
|
|
205
208
|
export declare const makeCarrierService: () => io.flow.v0.models.CarrierService;
|
|
206
209
|
export declare const makeCartReference: () => io.flow.v0.models.CartReference;
|
|
207
210
|
export declare const makeCatalog: () => io.flow.v0.models.Catalog;
|
|
208
211
|
export declare const makeCatalogDeleted: () => io.flow.v0.models.CatalogDeleted;
|
|
209
|
-
export declare const makeCatalogItemDeleted: () => io.flow.v0.models.CatalogItemDeleted;
|
|
210
|
-
export declare const makeCatalogItemDeletedV2: () => io.flow.v0.models.CatalogItemDeletedV2;
|
|
211
212
|
export declare const makeCatalogItemDocument: () => io.flow.v0.models.CatalogItemDocument;
|
|
212
213
|
export declare const makeCatalogItemDocumentImages: () => io.flow.v0.models.CatalogItemDocumentImages;
|
|
213
214
|
export declare const makeCatalogItemExportType: () => io.flow.v0.models.CatalogItemExportType;
|
|
214
215
|
export declare const makeCatalogItemReference: () => io.flow.v0.models.CatalogItemReference;
|
|
215
216
|
export declare const makeCatalogItemSummary: () => io.flow.v0.models.CatalogItemSummary;
|
|
216
|
-
export declare const makeCatalogItemUpserted: () => io.flow.v0.models.CatalogItemUpserted;
|
|
217
|
-
export declare const makeCatalogItemUpsertedV2: () => io.flow.v0.models.CatalogItemUpsertedV2;
|
|
218
217
|
export declare const makeCatalogPriceBookItemDocument: () => io.flow.v0.models.CatalogPriceBookItemDocument;
|
|
219
218
|
export declare const makeCatalogReference: () => io.flow.v0.models.CatalogReference;
|
|
220
219
|
export declare const makeCatalogStatistics: () => io.flow.v0.models.CatalogStatistics;
|
|
@@ -260,6 +259,12 @@ export declare const makeChannelPendingPayoutTransactionDeleted: () => io.flow.v
|
|
|
260
259
|
export declare const makeChannelPendingPayoutTransactionUpserted: () => io.flow.v0.models.ChannelPendingPayoutTransactionUpserted;
|
|
261
260
|
export declare const makeChannelRate: () => io.flow.v0.models.ChannelRate;
|
|
262
261
|
export declare const makeChannelReference: () => io.flow.v0.models.ChannelReference;
|
|
262
|
+
export declare const makeChannelShopifyOrderState: () => io.flow.v0.models.ChannelShopifyOrderState;
|
|
263
|
+
export declare const makeChannelShopifyOrderStateDeleted: () => io.flow.v0.models.ChannelShopifyOrderStateDeleted;
|
|
264
|
+
export declare const makeChannelShopifyOrderStateReason: () => io.flow.v0.models.ChannelShopifyOrderStateReason;
|
|
265
|
+
export declare const makeChannelShopifyOrderStateReasonCode: () => "placeholder_reason_code";
|
|
266
|
+
export declare const makeChannelShopifyOrderStateUpserted: () => io.flow.v0.models.ChannelShopifyOrderStateUpserted;
|
|
267
|
+
export declare const makeChannelShopifyOrderSummary: () => io.flow.v0.models.ChannelShopifyOrderSummary;
|
|
263
268
|
export declare const makeChannelStatement: () => io.flow.v0.models.ChannelStatement;
|
|
264
269
|
export declare const makeChannelStatementDeleted: () => io.flow.v0.models.ChannelStatementDeleted;
|
|
265
270
|
export declare const makeChannelStatementUpserted: () => io.flow.v0.models.ChannelStatementUpserted;
|
|
@@ -1247,10 +1252,19 @@ export declare const makePricingSettings: () => io.flow.v0.models.PricingSetting
|
|
|
1247
1252
|
export declare const makePricingUpserted: () => io.flow.v0.models.PricingUpserted;
|
|
1248
1253
|
export declare const makePricingVersion: () => io.flow.v0.models.PricingVersion;
|
|
1249
1254
|
export declare const makeProcessingEstimate: () => io.flow.v0.models.ProcessingEstimate;
|
|
1255
|
+
export declare const makeProduct: () => io.flow.v0.models.Product;
|
|
1256
|
+
export declare const makeProductDeleted: () => io.flow.v0.models.ProductDeleted;
|
|
1257
|
+
export declare const makeProductInserted: () => io.flow.v0.models.ProductInserted;
|
|
1250
1258
|
export declare const makeProductRestrictionResult: () => io.flow.v0.models.ProductRestrictionResult;
|
|
1251
1259
|
export declare const makeProductRestrictionResultDeleted: () => io.flow.v0.models.ProductRestrictionResultDeleted;
|
|
1252
1260
|
export declare const makeProductRestrictionResultUpserted: () => io.flow.v0.models.ProductRestrictionResultUpserted;
|
|
1253
1261
|
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
|
+
export declare const makeProductTaxonomyCategory: () => io.flow.v0.models.ProductTaxonomyCategory;
|
|
1266
|
+
export declare const makeProductTaxonomyData: () => io.flow.v0.models.ProductTaxonomyData;
|
|
1267
|
+
export declare const makeProductUpdated: () => io.flow.v0.models.ProductUpdated;
|
|
1254
1268
|
export declare const makePromotion: () => io.flow.v0.unions.Promotion;
|
|
1255
1269
|
export declare const makePromotionTrigger: () => io.flow.v0.models.PromotionTrigger;
|
|
1256
1270
|
export declare const makePromotionTriggerForm: () => io.flow.v0.models.PromotionTriggerForm;
|
|
@@ -1395,6 +1409,7 @@ export declare const makeRounding: () => io.flow.v0.models.Rounding;
|
|
|
1395
1409
|
export declare const makeRoundingMethod: () => io.flow.v0.enums.RoundingMethod;
|
|
1396
1410
|
export declare const makeRoundingType: () => io.flow.v0.enums.RoundingType;
|
|
1397
1411
|
export declare const makeRouteAudit: () => io.flow.v0.models.RouteAudit;
|
|
1412
|
+
export declare const makeRuleEffectType: () => io.flow.v0.enums.RuleEffectType;
|
|
1398
1413
|
export declare const makeSchedule: () => io.flow.v0.models.Schedule;
|
|
1399
1414
|
export declare const makeScheduleExceptionStatus: () => io.flow.v0.enums.ScheduleExceptionStatus;
|
|
1400
1415
|
export declare const makeScheduledExport: () => io.flow.v0.models.ScheduledExport;
|
|
@@ -1404,6 +1419,7 @@ export declare const makeSdkAdyenV3AuthenticationToken: () => io.flow.v0.unions.
|
|
|
1404
1419
|
export declare const makeSecurityRatecardFee: () => io.flow.v0.models.SecurityRatecardFee;
|
|
1405
1420
|
export declare const makeSecurityServiceFee: () => io.flow.v0.models.SecurityServiceFee;
|
|
1406
1421
|
export declare const makeSelectIssuerOptionActionDetails: () => io.flow.v0.models.SelectIssuerOptionActionDetails;
|
|
1422
|
+
export declare const makeSellablilityRegionResult: () => io.flow.v0.models.SellablilityRegionResult;
|
|
1407
1423
|
export declare const makeServiceDescription: () => io.flow.v0.unions.ServiceDescription;
|
|
1408
1424
|
export declare const makeServiceFee: () => io.flow.v0.unions.ServiceFee;
|
|
1409
1425
|
export declare const makeServiceReference: () => io.flow.v0.models.ServiceReference;
|
|
@@ -1545,6 +1561,7 @@ export declare const makeSubcatalogSettingsForm: () => io.flow.v0.models.Subcata
|
|
|
1545
1561
|
export declare const makeSubcatalogStatistics: () => io.flow.v0.models.SubcatalogStatistics;
|
|
1546
1562
|
export declare const makeSubcatalogUpserted: () => io.flow.v0.models.SubcatalogUpserted;
|
|
1547
1563
|
export declare const makeSubcatalogVersion: () => io.flow.v0.models.SubcatalogVersion;
|
|
1564
|
+
export declare const makeSubstatusCode: () => io.flow.v0.enums.SubstatusCode;
|
|
1548
1565
|
export declare const makeSuggestion: () => io.flow.v0.models.Suggestion;
|
|
1549
1566
|
export declare const makeSummaryShippingLabelForm: () => io.flow.v0.models.SummaryShippingLabelForm;
|
|
1550
1567
|
export declare const makeSummaryShippingNotificationForm: () => io.flow.v0.models.SummaryShippingNotificationForm;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-factories",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.101",
|
|
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": "b6c2f519293efcf70e56cc356ba0b60292295b25"
|
|
40
40
|
}
|