@flowio/api-factories 0.0.100 → 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 +599 -209
- package/dist/esm/api.js +543 -154
- package/dist/types/api.d.ts +22 -21
- package/package.json +2 -2
- package/src/api.ts +614 -172
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;
|
|
@@ -204,19 +209,16 @@ export declare const makeCardVersion: () => io.flow.v0.models.CardVersion;
|
|
|
204
209
|
export declare const makeCarrier: () => io.flow.v0.models.Carrier;
|
|
205
210
|
export declare const makeCarrierChargeReason: () => io.flow.v0.enums.CarrierChargeReason;
|
|
206
211
|
export declare const makeCarrierReference: () => io.flow.v0.models.CarrierReference;
|
|
212
|
+
export declare const makeCarrierRestrictions: () => io.flow.v0.models.CarrierRestrictions;
|
|
207
213
|
export declare const makeCarrierService: () => io.flow.v0.models.CarrierService;
|
|
208
214
|
export declare const makeCartReference: () => io.flow.v0.models.CartReference;
|
|
209
215
|
export declare const makeCatalog: () => io.flow.v0.models.Catalog;
|
|
210
216
|
export declare const makeCatalogDeleted: () => io.flow.v0.models.CatalogDeleted;
|
|
211
|
-
export declare const makeCatalogItemDeleted: () => io.flow.v0.models.CatalogItemDeleted;
|
|
212
|
-
export declare const makeCatalogItemDeletedV2: () => io.flow.v0.models.CatalogItemDeletedV2;
|
|
213
217
|
export declare const makeCatalogItemDocument: () => io.flow.v0.models.CatalogItemDocument;
|
|
214
218
|
export declare const makeCatalogItemDocumentImages: () => io.flow.v0.models.CatalogItemDocumentImages;
|
|
215
219
|
export declare const makeCatalogItemExportType: () => io.flow.v0.models.CatalogItemExportType;
|
|
216
220
|
export declare const makeCatalogItemReference: () => io.flow.v0.models.CatalogItemReference;
|
|
217
221
|
export declare const makeCatalogItemSummary: () => io.flow.v0.models.CatalogItemSummary;
|
|
218
|
-
export declare const makeCatalogItemUpserted: () => io.flow.v0.models.CatalogItemUpserted;
|
|
219
|
-
export declare const makeCatalogItemUpsertedV2: () => io.flow.v0.models.CatalogItemUpsertedV2;
|
|
220
222
|
export declare const makeCatalogPriceBookItemDocument: () => io.flow.v0.models.CatalogPriceBookItemDocument;
|
|
221
223
|
export declare const makeCatalogReference: () => io.flow.v0.models.CatalogReference;
|
|
222
224
|
export declare const makeCatalogStatistics: () => io.flow.v0.models.CatalogStatistics;
|
|
@@ -262,6 +264,12 @@ export declare const makeChannelPendingPayoutTransactionDeleted: () => io.flow.v
|
|
|
262
264
|
export declare const makeChannelPendingPayoutTransactionUpserted: () => io.flow.v0.models.ChannelPendingPayoutTransactionUpserted;
|
|
263
265
|
export declare const makeChannelRate: () => io.flow.v0.models.ChannelRate;
|
|
264
266
|
export declare const makeChannelReference: () => io.flow.v0.models.ChannelReference;
|
|
267
|
+
export declare const makeChannelShopifyOrderState: () => io.flow.v0.models.ChannelShopifyOrderState;
|
|
268
|
+
export declare const makeChannelShopifyOrderStateDeleted: () => io.flow.v0.models.ChannelShopifyOrderStateDeleted;
|
|
269
|
+
export declare const makeChannelShopifyOrderStateReason: () => io.flow.v0.models.ChannelShopifyOrderStateReason;
|
|
270
|
+
export declare const makeChannelShopifyOrderStateReasonCode: () => "placeholder_reason_code";
|
|
271
|
+
export declare const makeChannelShopifyOrderStateUpserted: () => io.flow.v0.models.ChannelShopifyOrderStateUpserted;
|
|
272
|
+
export declare const makeChannelShopifyOrderSummary: () => io.flow.v0.models.ChannelShopifyOrderSummary;
|
|
265
273
|
export declare const makeChannelStatement: () => io.flow.v0.models.ChannelStatement;
|
|
266
274
|
export declare const makeChannelStatementDeleted: () => io.flow.v0.models.ChannelStatementDeleted;
|
|
267
275
|
export declare const makeChannelStatementUpserted: () => io.flow.v0.models.ChannelStatementUpserted;
|
|
@@ -624,6 +632,11 @@ export declare const makeFulfillmentRouting: () => io.flow.v0.enums.FulfillmentR
|
|
|
624
632
|
export declare const makeFullyHarmonizedItemUpserted: () => io.flow.v0.models.FullyHarmonizedItemUpserted;
|
|
625
633
|
export declare const makeGatewayAuthenticationData: () => io.flow.v0.models.StripeAuthenticationData;
|
|
626
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;
|
|
627
640
|
export declare const makeGenerateLoad: () => io.flow.v0.models.GenerateLoad;
|
|
628
641
|
export declare const makeGenericError: () => io.flow.v0.models.GenericError;
|
|
629
642
|
export declare const makeGenericErrorCode: () => io.flow.v0.enums.GenericErrorCode;
|
|
@@ -785,9 +798,7 @@ export declare const makeLink: () => io.flow.v0.models.Link;
|
|
|
785
798
|
export declare const makeLocal: () => io.flow.v0.models.Local;
|
|
786
799
|
export declare const makeLocalItem: () => io.flow.v0.models.LocalItem;
|
|
787
800
|
export declare const makeLocalItemAttributePricing: () => io.flow.v0.models.LocalItemAttributePricing;
|
|
788
|
-
export declare const makeLocalItemDeleted: () => io.flow.v0.models.LocalItemDeleted;
|
|
789
801
|
export declare const makeLocalItemPricing: () => io.flow.v0.models.LocalItemPricing;
|
|
790
|
-
export declare const makeLocalItemUpserted: () => io.flow.v0.models.LocalItemUpserted;
|
|
791
802
|
export declare const makeLocalPriceDetails: () => io.flow.v0.models.LocalPriceDetails;
|
|
792
803
|
export declare const makeLocalSession: () => io.flow.v0.models.LocalSession;
|
|
793
804
|
export declare const makeLocale: () => io.flow.v0.models.Locale;
|
|
@@ -931,6 +942,7 @@ export declare const makeOrderNumberGeneratorUuid: () => io.flow.v0.models.Order
|
|
|
931
942
|
export declare const makeOrderNumberReference: () => io.flow.v0.models.OrderNumberReference;
|
|
932
943
|
export declare const makeOrderOptions: () => io.flow.v0.models.OrderOptions;
|
|
933
944
|
export declare const makeOrderPayment: () => io.flow.v0.models.OrderPayment;
|
|
945
|
+
export declare const makeOrderPaymentSourceType: () => io.flow.v0.enums.OrderPaymentSourceType;
|
|
934
946
|
export declare const makeOrderPaymentType: () => io.flow.v0.enums.OrderPaymentType;
|
|
935
947
|
export declare const makeOrderPlaced: () => io.flow.v0.models.OrderPlaced;
|
|
936
948
|
export declare const makeOrderPlacedDetails: () => io.flow.v0.models.OrderPlacedDetails;
|
|
@@ -1217,7 +1229,6 @@ export declare const makePriceBookDeleted: () => io.flow.v0.models.PriceBookDele
|
|
|
1217
1229
|
export declare const makePriceBookForm: () => io.flow.v0.models.PriceBookForm;
|
|
1218
1230
|
export declare const makePriceBookItem: () => io.flow.v0.models.PriceBookItem;
|
|
1219
1231
|
export declare const makePriceBookItemDeleted: () => io.flow.v0.models.PriceBookItemDeleted;
|
|
1220
|
-
export declare const makePriceBookItemExportOptions: () => io.flow.v0.models.PriceBookItemExportOptions;
|
|
1221
1232
|
export declare const makePriceBookItemExportType: () => io.flow.v0.models.PriceBookItemExportType;
|
|
1222
1233
|
export declare const makePriceBookItemForm: () => io.flow.v0.models.PriceBookItemForm;
|
|
1223
1234
|
export declare const makePriceBookItemQueryForm: () => io.flow.v0.models.PriceBookItemQueryForm;
|
|
@@ -1250,12 +1261,15 @@ export declare const makePricingUpserted: () => io.flow.v0.models.PricingUpserte
|
|
|
1250
1261
|
export declare const makePricingVersion: () => io.flow.v0.models.PricingVersion;
|
|
1251
1262
|
export declare const makeProcessingEstimate: () => io.flow.v0.models.ProcessingEstimate;
|
|
1252
1263
|
export declare const makeProduct: () => io.flow.v0.models.Product;
|
|
1264
|
+
export declare const makeProductDeleted: () => io.flow.v0.models.ProductDeleted;
|
|
1265
|
+
export declare const makeProductInserted: () => io.flow.v0.models.ProductInserted;
|
|
1253
1266
|
export declare const makeProductRestrictionResult: () => io.flow.v0.models.ProductRestrictionResult;
|
|
1254
1267
|
export declare const makeProductRestrictionResultDeleted: () => io.flow.v0.models.ProductRestrictionResultDeleted;
|
|
1255
1268
|
export declare const makeProductRestrictionResultUpserted: () => io.flow.v0.models.ProductRestrictionResultUpserted;
|
|
1256
1269
|
export declare const makeProductRestrictionRule: () => io.flow.v0.enums.ProductRestrictionRule;
|
|
1257
1270
|
export declare const makeProductTaxonomyCategory: () => io.flow.v0.models.ProductTaxonomyCategory;
|
|
1258
1271
|
export declare const makeProductTaxonomyData: () => io.flow.v0.models.ProductTaxonomyData;
|
|
1272
|
+
export declare const makeProductUpdated: () => io.flow.v0.models.ProductUpdated;
|
|
1259
1273
|
export declare const makePromotion: () => io.flow.v0.unions.Promotion;
|
|
1260
1274
|
export declare const makePromotionTrigger: () => io.flow.v0.models.PromotionTrigger;
|
|
1261
1275
|
export declare const makePromotionTriggerForm: () => io.flow.v0.models.PromotionTriggerForm;
|
|
@@ -1550,6 +1564,7 @@ export declare const makeSubcatalogSettingsForm: () => io.flow.v0.models.Subcata
|
|
|
1550
1564
|
export declare const makeSubcatalogStatistics: () => io.flow.v0.models.SubcatalogStatistics;
|
|
1551
1565
|
export declare const makeSubcatalogUpserted: () => io.flow.v0.models.SubcatalogUpserted;
|
|
1552
1566
|
export declare const makeSubcatalogVersion: () => io.flow.v0.models.SubcatalogVersion;
|
|
1567
|
+
export declare const makeSubstatusCode: () => io.flow.v0.enums.SubstatusCode;
|
|
1553
1568
|
export declare const makeSuggestion: () => io.flow.v0.models.Suggestion;
|
|
1554
1569
|
export declare const makeSummaryShippingLabelForm: () => io.flow.v0.models.SummaryShippingLabelForm;
|
|
1555
1570
|
export declare const makeSummaryShippingNotificationForm: () => io.flow.v0.models.SummaryShippingNotificationForm;
|
|
@@ -1557,20 +1572,6 @@ export declare const makeSurchargeResponsibleParty: () => io.flow.v0.enums.Surch
|
|
|
1557
1572
|
export declare const makeSurchargeResponsiblePartyDisplay: () => io.flow.v0.models.SurchargeResponsiblePartyDisplay;
|
|
1558
1573
|
export declare const makeSurchargeSetting: () => io.flow.v0.models.SurchargeSetting;
|
|
1559
1574
|
export declare const makeSurchargeSettingDisplay: () => io.flow.v0.models.SurchargeSettingDisplay;
|
|
1560
|
-
export declare const makeSyncDuration: () => io.flow.v0.models.SyncDuration;
|
|
1561
|
-
export declare const makeSyncPendingRecord: () => io.flow.v0.models.SyncPendingRecord;
|
|
1562
|
-
export declare const makeSyncRecord: () => io.flow.v0.models.SyncRecord;
|
|
1563
|
-
export declare const makeSyncRecordFailure: () => io.flow.v0.models.SyncRecordFailure;
|
|
1564
|
-
export declare const makeSyncRecordFailureForm: () => io.flow.v0.models.SyncRecordFailureForm;
|
|
1565
|
-
export declare const makeSyncRecordFailureReason: () => io.flow.v0.enums.SyncRecordFailureReason;
|
|
1566
|
-
export declare const makeSyncRecordForm: () => io.flow.v0.models.SyncRecordForm;
|
|
1567
|
-
export declare const makeSyncStream: () => io.flow.v0.models.SyncStream;
|
|
1568
|
-
export declare const makeSyncStreamForm: () => io.flow.v0.models.SyncStreamForm;
|
|
1569
|
-
export declare const makeSyncStreamReference: () => io.flow.v0.models.SyncStreamReference;
|
|
1570
|
-
export declare const makeSyncStreamSettings: () => io.flow.v0.models.SyncStreamSettings;
|
|
1571
|
-
export declare const makeSyncStreamSettingsForm: () => io.flow.v0.models.SyncStreamSettingsForm;
|
|
1572
|
-
export declare const makeSyncStreamType: () => io.flow.v0.enums.SyncStreamType;
|
|
1573
|
-
export declare const makeSyncUnitOfTime: () => io.flow.v0.enums.SyncUnitOfTime;
|
|
1574
1575
|
export declare const makeTax: () => io.flow.v0.models.Tax;
|
|
1575
1576
|
export declare const makeTaxApplicability: () => io.flow.v0.enums.TaxApplicability;
|
|
1576
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
|
}
|