@flowio/api-internal-factories 0.0.127 → 0.0.129
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-internal.js +300 -58
- package/dist/esm/api-internal.js +251 -21
- package/dist/types/api-internal.d.ts +15 -3
- package/package.json +2 -2
- package/src/api-internal.ts +284 -24
|
@@ -241,6 +241,7 @@ export declare const makeCatalogItemIndexTask: () => io.flow.internal.v0.models.
|
|
|
241
241
|
export declare const makeCatalogItemRegionAvailabilities: () => io.flow.internal.v0.models.CatalogItemRegionAvailabilities;
|
|
242
242
|
export declare const makeCatalogItemRegionAvailabilitiesData: () => io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesData;
|
|
243
243
|
export declare const makeCatalogItemRegionAvailabilitiesPublished: () => io.flow.internal.v0.models.CatalogItemRegionAvailabilitiesPublished;
|
|
244
|
+
export declare const makeCatalogPublicationOwner: () => io.flow.internal.v0.enums.CatalogPublicationOwner;
|
|
244
245
|
export declare const makeCatalogPublicationSyncValidationError: () => io.flow.internal.v0.models.CatalogPublicationSyncValidationError;
|
|
245
246
|
export declare const makeCatalogSettings: () => io.flow.internal.v0.models.CatalogSettings;
|
|
246
247
|
export declare const makeCatalogSettingsDeleted: () => io.flow.internal.v0.models.CatalogSettingsDeleted;
|
|
@@ -378,6 +379,7 @@ export declare const makeClassificationProductSummary: () => io.flow.internal.v0
|
|
|
378
379
|
export declare const makeClassificationProductSummaryPage: () => io.flow.internal.v0.models.ClassificationProductSummaryPage;
|
|
379
380
|
export declare const makeClassificationRequeueRequest: () => io.flow.internal.v0.models.ClassificationRequeueRequest;
|
|
380
381
|
export declare const makeClassificationResponse: () => io.flow.internal.v0.unions.ClassificationResponse;
|
|
382
|
+
export declare const makeClassificationScope: () => io.flow.internal.v0.enums.ClassificationScope;
|
|
381
383
|
export declare const makeClassificationStatistics: () => io.flow.internal.v0.models.ClassificationStatistics;
|
|
382
384
|
export declare const makeClassificationSummaryReportPayload: () => io.flow.internal.v0.models.ClassificationSummaryReportPayload;
|
|
383
385
|
export declare const makeClassificationTaxonomy: () => io.flow.internal.v0.unions.ClassificationTaxonomy;
|
|
@@ -570,6 +572,7 @@ export declare const makeErpVendorStatus: () => io.flow.internal.v0.models.ErpVe
|
|
|
570
572
|
export declare const makeErpVendorStatusEntity: () => io.flow.internal.v0.models.ErpVendorStatusEntity;
|
|
571
573
|
export declare const makeErpVendorStatusFlowFile: () => io.flow.internal.v0.models.ErpVendorStatusFlowFile;
|
|
572
574
|
export declare const makeErpVendorStatusPriorityFile: () => io.flow.internal.v0.models.ErpVendorStatusPriorityFile;
|
|
575
|
+
export declare const makeEvaluationResults: () => io.flow.internal.v0.models.EvaluationResults;
|
|
573
576
|
export declare const makeEvent: () => io.flow.internal.v0.unions.Event;
|
|
574
577
|
export declare const makeEventType: () => io.flow.internal.v0.enums.EventType;
|
|
575
578
|
export declare const makeExclusionRuleDeleted: () => io.flow.internal.v0.models.ExclusionRuleDeleted;
|
|
@@ -623,6 +626,7 @@ export declare const makeFeatureValue: () => io.flow.internal.v0.unions.FeatureV
|
|
|
623
626
|
export declare const makeFeatureValueForm: () => io.flow.internal.v0.models.FeatureValueForm;
|
|
624
627
|
export declare const makeFeatureValueResult: () => io.flow.internal.v0.models.FeatureValueResult;
|
|
625
628
|
export declare const makeFedex: () => io.flow.internal.v0.models.Fedex;
|
|
629
|
+
export declare const makeFedexApi: () => io.flow.internal.v0.models.FedexApi;
|
|
626
630
|
export declare const makeFedexCrossborder: () => io.flow.internal.v0.models.FedexCrossborder;
|
|
627
631
|
export declare const makeFee: () => io.flow.internal.v0.models.Fee;
|
|
628
632
|
export declare const makeFees: () => io.flow.internal.v0.models.Fees;
|
|
@@ -1042,6 +1046,7 @@ export declare const makeOrderLifecycleEvent: () => io.flow.internal.v0.enums.Or
|
|
|
1042
1046
|
export declare const makeOrderNote: () => io.flow.internal.v0.models.OrderNote;
|
|
1043
1047
|
export declare const makeOrderNoteForm: () => io.flow.internal.v0.models.OrderNoteForm;
|
|
1044
1048
|
export declare const makeOrderPaymentAuthorization: () => io.flow.internal.v0.models.OrderPaymentAuthorization;
|
|
1049
|
+
export declare const makeOrderPaymentSourceType: () => io.flow.internal.v0.enums.OrderPaymentSourceType;
|
|
1045
1050
|
export declare const makeOrderRatesDataV3: () => io.flow.internal.v0.models.OrderRatesDataV3;
|
|
1046
1051
|
export declare const makeOrderRatesPublishedV3: () => io.flow.internal.v0.models.OrderRatesPublishedV3;
|
|
1047
1052
|
export declare const makeOrderReference: () => io.flow.internal.v0.models.OrderReference;
|
|
@@ -1269,6 +1274,7 @@ export declare const makeProductRestrictionStateDeleted: () => io.flow.internal.
|
|
|
1269
1274
|
export declare const makeProductRestrictionStateInserted: () => io.flow.internal.v0.models.ProductRestrictionStateInserted;
|
|
1270
1275
|
export declare const makeProductRestrictionStateUpdated: () => io.flow.internal.v0.models.ProductRestrictionStateUpdated;
|
|
1271
1276
|
export declare const makeProductReviewHistory: () => io.flow.internal.v0.models.ProductReviewHistory;
|
|
1277
|
+
export declare const makeProductSellabilityInternal: () => io.flow.internal.v0.models.ProductSellabilityInternal;
|
|
1272
1278
|
export declare const makeProductSellabilityResult: () => io.flow.internal.v0.models.ProductSellabilityResult;
|
|
1273
1279
|
export declare const makeProductStatus: () => io.flow.internal.v0.enums.ProductStatus;
|
|
1274
1280
|
export declare const makeProductTransaction: () => io.flow.internal.v0.models.ProductTransaction;
|
|
@@ -1444,6 +1450,7 @@ export declare const makeRestrictionRuleEffectUpserted: () => io.flow.internal.v
|
|
|
1444
1450
|
export declare const makeRestrictionRuleExceptionAction: () => io.flow.internal.v0.enums.RestrictionRuleExceptionAction;
|
|
1445
1451
|
export declare const makeRestrictionRuleForm: () => io.flow.internal.v0.models.RestrictionRuleForm;
|
|
1446
1452
|
export declare const makeRestrictionRuleLaneExemption: () => io.flow.internal.v0.models.RestrictionRuleLaneExemption;
|
|
1453
|
+
export declare const makeRestrictionRuleOrganizationExemption: () => io.flow.internal.v0.models.RestrictionRuleOrganizationExemption;
|
|
1447
1454
|
export declare const makeRestrictionRuleOverride: () => io.flow.internal.v0.models.RestrictionRuleOverride;
|
|
1448
1455
|
export declare const makeRestrictionRuleSummary: () => io.flow.internal.v0.models.RestrictionRuleSummary;
|
|
1449
1456
|
export declare const makeRestrictionRuleUpserted: () => io.flow.internal.v0.models.RestrictionRuleUpserted;
|
|
@@ -1457,8 +1464,6 @@ export declare const makeResyncByDestinations: () => io.flow.internal.v0.models.
|
|
|
1457
1464
|
export declare const makeResyncByHs6Destinations: () => io.flow.internal.v0.models.ResyncByHs6Destinations;
|
|
1458
1465
|
export declare const makeResyncByHs6Origin: () => io.flow.internal.v0.models.ResyncByHs6Origin;
|
|
1459
1466
|
export declare const makeResyncFallbackRates: () => io.flow.internal.v0.models.ResyncFallbackRates;
|
|
1460
|
-
export declare const makeRetracking: () => io.flow.internal.v0.models.Retracking;
|
|
1461
|
-
export declare const makeRetrackingForm: () => io.flow.internal.v0.models.RetrackingForm;
|
|
1462
1467
|
export declare const makeReturn: () => io.flow.internal.v0.models.Return;
|
|
1463
1468
|
export declare const makeReturnPolicyDeleted: () => io.flow.internal.v0.models.ReturnPolicyDeleted;
|
|
1464
1469
|
export declare const makeReturnPolicyItemResultDeleted: () => io.flow.internal.v0.models.ReturnPolicyItemResultDeleted;
|
|
@@ -1505,6 +1510,7 @@ export declare const makeShippingPricing: () => io.flow.internal.v0.models.Shipp
|
|
|
1505
1510
|
export declare const makeShop: () => io.flow.internal.v0.models.Shop;
|
|
1506
1511
|
export declare const makeShopForm: () => io.flow.internal.v0.models.ShopForm;
|
|
1507
1512
|
export declare const makeShopVersion: () => io.flow.internal.v0.models.ShopVersion;
|
|
1513
|
+
export declare const makeShopifyCatalogPublication: () => io.flow.internal.v0.models.ShopifyCatalogPublication;
|
|
1508
1514
|
export declare const makeShopifyChannelOrganizationToken: () => io.flow.internal.v0.models.ShopifyChannelOrganizationToken;
|
|
1509
1515
|
export declare const makeShopifyChannelOrganizationTokens: () => io.flow.internal.v0.models.ShopifyChannelOrganizationTokens;
|
|
1510
1516
|
export declare const makeShopifyCheckInventoryError: () => io.flow.internal.v0.models.ShopifyCheckInventoryError;
|
|
@@ -1602,6 +1608,9 @@ export declare const makeShopifyOrderLineContent: () => io.flow.internal.v0.mode
|
|
|
1602
1608
|
export declare const makeShopifyOrderRiskAssessment: () => io.flow.internal.v0.models.ShopifyOrderRiskAssessment;
|
|
1603
1609
|
export declare const makeShopifyOrderRiskAssessmentDeleted: () => io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted;
|
|
1604
1610
|
export declare const makeShopifyOrderRiskAssessmentUpserted: () => io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted;
|
|
1611
|
+
export declare const makeShopifyOrderTransaction: () => io.flow.internal.v0.models.ShopifyOrderTransaction;
|
|
1612
|
+
export declare const makeShopifyOrderTransactionDeleted: () => io.flow.internal.v0.models.ShopifyOrderTransactionDeleted;
|
|
1613
|
+
export declare const makeShopifyOrderTransactionUpserted: () => io.flow.internal.v0.models.ShopifyOrderTransactionUpserted;
|
|
1605
1614
|
export declare const makeShopifyOrganizationSettings: () => io.flow.internal.v0.models.ShopifyOrganizationSettings;
|
|
1606
1615
|
export declare const makeShopifyOrganizationSettingsForm: () => io.flow.internal.v0.models.ShopifyOrganizationSettingsForm;
|
|
1607
1616
|
export declare const makeShopifyPartnerWebhook: () => io.flow.internal.v0.models.ShopifyPartnerWebhook;
|
|
@@ -1754,6 +1763,7 @@ export declare const makeTaxCalculationErrorCode: () => io.flow.internal.v0.enum
|
|
|
1754
1763
|
export declare const makeTaxCalculationForm: () => io.flow.internal.v0.models.TaxCalculationForm;
|
|
1755
1764
|
export declare const makeTaxCalculationLineItem: () => io.flow.internal.v0.models.TaxCalculationLineItem;
|
|
1756
1765
|
export declare const makeTaxCalculationLineItemForm: () => io.flow.internal.v0.models.TaxCalculationLineItemForm;
|
|
1766
|
+
export declare const makeTaxDutyReasonCodeMetadata: () => io.flow.internal.v0.models.TaxDutyReasonCodeMetadata;
|
|
1757
1767
|
export declare const makeTaxParty: () => io.flow.internal.v0.enums.TaxParty;
|
|
1758
1768
|
export declare const makeTaxRemittanceTransaction: () => io.flow.internal.v0.models.TaxRemittanceTransaction;
|
|
1759
1769
|
export declare const makeTaxRemittanceTransactionDeleted: () => io.flow.internal.v0.models.TaxRemittanceTransactionDeleted;
|
|
@@ -1763,6 +1773,9 @@ export declare const makeTaxTransactionDeleted: () => io.flow.internal.v0.models
|
|
|
1763
1773
|
export declare const makeTaxTransactionType: () => io.flow.internal.v0.enums.TaxTransactionType;
|
|
1764
1774
|
export declare const makeTaxTransactionUpserted: () => io.flow.internal.v0.models.TaxTransactionUpserted;
|
|
1765
1775
|
export declare const makeTaxonomyCategory: () => io.flow.internal.v0.models.TaxonomyCategory;
|
|
1776
|
+
export declare const makeTaxonomyCategoryHs6Ref: () => io.flow.internal.v0.models.TaxonomyCategoryHs6Ref;
|
|
1777
|
+
export declare const makeTaxonomyCategoryHs6RefDeleted: () => io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted;
|
|
1778
|
+
export declare const makeTaxonomyCategoryHs6RefUpserted: () => io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted;
|
|
1766
1779
|
export declare const makeTaxonomyNode: () => io.flow.internal.v0.models.TaxonomyNode;
|
|
1767
1780
|
export declare const makeTechOnboardingDescription: () => io.flow.internal.v0.models.TechOnboardingDescription;
|
|
1768
1781
|
export declare const makeTest: () => io.flow.internal.v0.models.Test;
|
|
@@ -1809,7 +1822,6 @@ export declare const makeTrackingProcessingErrorUpserted: () => io.flow.internal
|
|
|
1809
1822
|
export declare const makeTrackingProcessingFailureClassification: () => io.flow.internal.v0.enums.TrackingProcessingFailureClassification;
|
|
1810
1823
|
export declare const makeTrackingRequest: () => io.flow.internal.v0.models.TrackingRequest;
|
|
1811
1824
|
export declare const makeTrackingResponse: () => io.flow.internal.v0.models.TrackingResponse;
|
|
1812
|
-
export declare const makeTrackingResync: () => io.flow.internal.v0.models.TrackingResync;
|
|
1813
1825
|
export declare const makeTrackingSubscription: () => io.flow.internal.v0.models.TrackingSubscription;
|
|
1814
1826
|
export declare const makeTrackingSubscriptionDeleted: () => io.flow.internal.v0.models.TrackingSubscriptionDeleted;
|
|
1815
1827
|
export declare const makeTrackingSubscriptionUpserted: () => io.flow.internal.v0.models.TrackingSubscriptionUpserted;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-internal-factories",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.129",
|
|
4
4
|
"description": "Flow API internal mock data factories",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flow",
|
|
@@ -37,5 +37,5 @@
|
|
|
37
37
|
"@faker-js/faker": "^6.2.0",
|
|
38
38
|
"@flowio/api-types": "*"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "02aac7bc00282660cbd728450e9d4a633df23dce"
|
|
41
41
|
}
|