@flowio/api-internal-factories 0.0.124 → 0.0.125
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 +413 -77
- package/dist/esm/api-internal.js +345 -39
- package/dist/types/api-internal.d.ts +32 -3
- package/package.json +2 -2
- package/src/api-internal.ts +371 -45
|
@@ -113,6 +113,7 @@ export declare const makeAnyDangerousGoods: () => io.flow.internal.v0.enums.AnyD
|
|
|
113
113
|
export declare const makeApiCallReferenceId: () => io.flow.internal.v0.enums.ApiCallReferenceId;
|
|
114
114
|
export declare const makeApmContent: () => io.flow.internal.v0.models.ApmContent;
|
|
115
115
|
export declare const makeApplePayAuthorizationPayload: () => io.flow.internal.v0.models.ApplePayAuthorizationPayload;
|
|
116
|
+
export declare const makeApplicablePreferentialRate: () => io.flow.internal.v0.enums.ApplicablePreferentialRate;
|
|
116
117
|
export declare const makeApplyAtValueForm: () => io.flow.internal.v0.models.ApplyAtValueForm;
|
|
117
118
|
export declare const makeAttemptStatistics: () => io.flow.internal.v0.models.AttemptStatistics;
|
|
118
119
|
export declare const makeAttributeLabel: () => io.flow.internal.v0.models.AttributeLabel;
|
|
@@ -392,6 +393,7 @@ export declare const makeCommercialInvoiceInternal: () => io.flow.internal.v0.mo
|
|
|
392
393
|
export declare const makeCommercialInvoiceInternalDeleted: () => io.flow.internal.v0.models.CommercialInvoiceInternalDeleted;
|
|
393
394
|
export declare const makeCommercialInvoiceInternalUpserted: () => io.flow.internal.v0.models.CommercialInvoiceInternalUpserted;
|
|
394
395
|
export declare const makeCommercialInvoiceSummary: () => io.flow.internal.v0.models.CommercialInvoiceSummary;
|
|
396
|
+
export declare const makeCommercialInvoiceVersion: () => "v2_2_1";
|
|
395
397
|
export declare const makeCompany: () => io.flow.internal.v0.enums.Company;
|
|
396
398
|
export declare const makeCompanyReference: () => io.flow.internal.v0.models.CompanyReference;
|
|
397
399
|
export declare const makeCompliance: () => io.flow.internal.v0.models.Compliance;
|
|
@@ -553,7 +555,10 @@ export declare const makeEmailModificationForm: () => io.flow.internal.v0.models
|
|
|
553
555
|
export declare const makeEmptyAttribute: () => "irrelevant";
|
|
554
556
|
export declare const makeEmptyClassificationForm: () => io.flow.internal.v0.models.EmptyClassificationForm;
|
|
555
557
|
export declare const makeEncryption: () => io.flow.internal.v0.models.Encryption;
|
|
558
|
+
export declare const makeEnrichedLineItemForm: () => io.flow.internal.v0.models.EnrichedLineItemForm;
|
|
559
|
+
export declare const makeEnrichedShippingLabelPackage: () => io.flow.internal.v0.models.EnrichedShippingLabelPackage;
|
|
556
560
|
export declare const makeEntityReference: () => io.flow.internal.v0.models.EntityReference;
|
|
561
|
+
export declare const makeEntityReferenceNumber: () => io.flow.internal.v0.models.EntityReferenceNumber;
|
|
557
562
|
export declare const makeErpFileType: () => "vendor";
|
|
558
563
|
export declare const makeErpFlowFile: () => io.flow.internal.v0.models.ErpFlowFile;
|
|
559
564
|
export declare const makeErpFlowFileForm: () => io.flow.internal.v0.models.ErpFlowFileForm;
|
|
@@ -726,6 +731,7 @@ export declare const makeFxRevenueRecognitionOrder: () => io.flow.internal.v0.mo
|
|
|
726
731
|
export declare const makeFxRevenueRecognitionOrganization: () => io.flow.internal.v0.models.FxRevenueRecognitionOrganization;
|
|
727
732
|
export declare const makeFxRevenueRecognitionRate: () => io.flow.internal.v0.models.FxRevenueRecognitionRate;
|
|
728
733
|
export declare const makeFxRevenueRecognitionSource: () => io.flow.internal.v0.models.FxRevenueRecognitionSource;
|
|
734
|
+
export declare const makeGeIngestionFileStatus: () => io.flow.internal.v0.enums.GeIngestionFileStatus;
|
|
729
735
|
export declare const makeGeRevenueShareTransaction: () => io.flow.internal.v0.models.GeRevenueShareTransaction;
|
|
730
736
|
export declare const makeGenerateLoad: () => io.flow.internal.v0.unions.GenerateLoad;
|
|
731
737
|
export declare const makeGenerateLoadMultipleOrgs: () => io.flow.internal.v0.models.GenerateLoadMultipleOrgs;
|
|
@@ -781,6 +787,7 @@ export declare const makeInternalDebugTransaction: () => io.flow.internal.v0.mod
|
|
|
781
787
|
export declare const makeInternalExclusionRuleForm: () => io.flow.internal.v0.models.InternalExclusionRuleForm;
|
|
782
788
|
export declare const makeInternalFiservAuthorizationDetails: () => io.flow.internal.v0.models.InternalFiservAuthorizationDetails;
|
|
783
789
|
export declare const makeInternalHarmonizationStatistic: () => io.flow.internal.v0.unions.InternalHarmonizationStatistic;
|
|
790
|
+
export declare const makeInternalItem: () => io.flow.internal.v0.models.InternalItem;
|
|
784
791
|
export declare const makeInternalItemForm: () => io.flow.internal.v0.models.InternalItemForm;
|
|
785
792
|
export declare const makeInternalOrder: () => io.flow.internal.v0.models.InternalOrder;
|
|
786
793
|
export declare const makeInternalPaymentEntityType: () => io.flow.internal.v0.enums.InternalPaymentEntityType;
|
|
@@ -794,6 +801,8 @@ export declare const makeInternalTransactionDetailsCard: () => io.flow.internal.
|
|
|
794
801
|
export declare const makeInvariant: () => io.flow.internal.v0.models.Invariant;
|
|
795
802
|
export declare const makeInventoryItemWrapper: () => io.flow.internal.v0.models.InventoryItemWrapper;
|
|
796
803
|
export declare const makeInvoice: () => io.flow.internal.v0.models.Invoice;
|
|
804
|
+
export declare const makeInvoiceData: () => io.flow.internal.v0.models.InvoiceData;
|
|
805
|
+
export declare const makeInvoiceDataLineItem: () => io.flow.internal.v0.models.InvoiceDataLineItem;
|
|
797
806
|
export declare const makeInvoiceInfoForm: () => io.flow.internal.v0.models.InvoiceInfoForm;
|
|
798
807
|
export declare const makeInvoiceLine: () => io.flow.internal.v0.models.InvoiceLine;
|
|
799
808
|
export declare const makeInvoiceLineItem: () => io.flow.internal.v0.models.InvoiceLineItem;
|
|
@@ -973,11 +982,15 @@ export declare const makeMixedBagWeight: () => io.flow.internal.v0.enums.MixedBa
|
|
|
973
982
|
export declare const makeNatureOfSale: () => io.flow.internal.v0.enums.NatureOfSale;
|
|
974
983
|
export declare const makeNegativeDebitMetrics: () => io.flow.internal.v0.models.NegativeDebitMetrics;
|
|
975
984
|
export declare const makeNextBillingStatement: () => io.flow.internal.v0.models.NextBillingStatement;
|
|
985
|
+
export declare const makeNiallItem: () => io.flow.internal.v0.models.NiallItem;
|
|
986
|
+
export declare const makeNiallItemForm: () => io.flow.internal.v0.models.NiallItemForm;
|
|
987
|
+
export declare const makeNiallItemType: () => io.flow.internal.v0.enums.NiallItemType;
|
|
976
988
|
export declare const makeNoCalculatedTaxAmount: () => io.flow.internal.v0.models.NoCalculatedTaxAmount;
|
|
977
989
|
export declare const makeNoClassificationForm: () => io.flow.internal.v0.models.NoClassificationForm;
|
|
978
990
|
export declare const makeNoLiabilityReasonCode: () => io.flow.internal.v0.enums.NoLiabilityReasonCode;
|
|
979
991
|
export declare const makeNonChannelPaymentBankAccount: () => io.flow.internal.v0.models.NonChannelPaymentBankAccount;
|
|
980
992
|
export declare const makeNonL4LTaxDutyFxTransaction: () => io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction;
|
|
993
|
+
export declare const makeNonL4LTaxDutyFxTransactionType: () => io.flow.internal.v0.enums.NonL4LTaxDutyFxTransactionType;
|
|
981
994
|
export declare const makeNotification: () => io.flow.internal.v0.models.Notification;
|
|
982
995
|
export declare const makeOnboardingAuditMessage: () => io.flow.internal.v0.models.OnboardingAuditMessage;
|
|
983
996
|
export declare const makeOnboardingAuditMessageLevel: () => io.flow.internal.v0.enums.OnboardingAuditMessageLevel;
|
|
@@ -1214,6 +1227,9 @@ export declare const makePlatformFeeFlat: () => io.flow.internal.v0.models.Platf
|
|
|
1214
1227
|
export declare const makePlatformFeePause: () => io.flow.internal.v0.models.PlatformFeePause;
|
|
1215
1228
|
export declare const makePlatformFeePercentage: () => io.flow.internal.v0.models.PlatformFeePercentage;
|
|
1216
1229
|
export declare const makePlatformFeePercentageTier: () => io.flow.internal.v0.models.PlatformFeePercentageTier;
|
|
1230
|
+
export declare const makePrateekItem: () => io.flow.internal.v0.models.PrateekItem;
|
|
1231
|
+
export declare const makePrateekItemForm: () => io.flow.internal.v0.models.PrateekItemForm;
|
|
1232
|
+
export declare const makePrateekItemType: () => io.flow.internal.v0.enums.PrateekItemType;
|
|
1217
1233
|
export declare const makePrediction: () => io.flow.internal.v0.models.Prediction;
|
|
1218
1234
|
export declare const makePreferredBillingSchedule: () => io.flow.internal.v0.enums.PreferredBillingSchedule;
|
|
1219
1235
|
export declare const makePriceSelector: () => io.flow.internal.v0.enums.PriceSelector;
|
|
@@ -1250,7 +1266,12 @@ export declare const makeProductRestrictionResultValidationError: () => io.flow.
|
|
|
1250
1266
|
export declare const makeProductRestrictionRuleDecision: () => io.flow.internal.v0.models.ProductRestrictionRuleDecision;
|
|
1251
1267
|
export declare const makeProductRestrictionRuleDecisionDeleted: () => io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted;
|
|
1252
1268
|
export declare const makeProductRestrictionRuleDecisionUpserted: () => io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted;
|
|
1269
|
+
export declare const makeProductRestrictionState: () => io.flow.internal.v0.models.ProductRestrictionState;
|
|
1270
|
+
export declare const makeProductRestrictionStateDeleted: () => io.flow.internal.v0.models.ProductRestrictionStateDeleted;
|
|
1271
|
+
export declare const makeProductRestrictionStateInserted: () => io.flow.internal.v0.models.ProductRestrictionStateInserted;
|
|
1272
|
+
export declare const makeProductRestrictionStateUpdated: () => io.flow.internal.v0.models.ProductRestrictionStateUpdated;
|
|
1253
1273
|
export declare const makeProductReviewHistory: () => io.flow.internal.v0.models.ProductReviewHistory;
|
|
1274
|
+
export declare const makeProductSellabilityResult: () => io.flow.internal.v0.models.ProductSellabilityResult;
|
|
1254
1275
|
export declare const makeProductStatus: () => io.flow.internal.v0.enums.ProductStatus;
|
|
1255
1276
|
export declare const makeProductTransaction: () => io.flow.internal.v0.models.ProductTransaction;
|
|
1256
1277
|
export declare const makePromptAction: () => io.flow.internal.v0.enums.PromptAction;
|
|
@@ -1405,7 +1426,9 @@ export declare const makeRestrictionItemReviewSummary: () => io.flow.internal.v0
|
|
|
1405
1426
|
export declare const makeRestrictionKeywordMetadata: () => io.flow.internal.v0.models.RestrictionKeywordMetadata;
|
|
1406
1427
|
export declare const makeRestrictionKeywords: () => io.flow.internal.v0.models.RestrictionKeywords;
|
|
1407
1428
|
export declare const makeRestrictionOrganization: () => io.flow.internal.v0.models.RestrictionOrganization;
|
|
1429
|
+
export declare const makeRestrictionOrganizationChannel: () => io.flow.internal.v0.enums.RestrictionOrganizationChannel;
|
|
1408
1430
|
export declare const makeRestrictionOrganizationDecisionSummary: () => io.flow.internal.v0.models.RestrictionOrganizationDecisionSummary;
|
|
1431
|
+
export declare const makeRestrictionOrganizationSource: () => io.flow.internal.v0.enums.RestrictionOrganizationSource;
|
|
1409
1432
|
export declare const makeRestrictionOrganizationStatus: () => io.flow.internal.v0.models.RestrictionOrganizationStatus;
|
|
1410
1433
|
export declare const makeRestrictionOrganizationStatusDeleted: () => io.flow.internal.v0.models.RestrictionOrganizationStatusDeleted;
|
|
1411
1434
|
export declare const makeRestrictionOrganizationStatusUpserted: () => io.flow.internal.v0.models.RestrictionOrganizationStatusUpserted;
|
|
@@ -1422,11 +1445,13 @@ export declare const makeRestrictionRuleEffect: () => io.flow.internal.v0.models
|
|
|
1422
1445
|
export declare const makeRestrictionRuleEffectDeleted: () => io.flow.internal.v0.models.RestrictionRuleEffectDeleted;
|
|
1423
1446
|
export declare const makeRestrictionRuleEffectForm: () => io.flow.internal.v0.models.RestrictionRuleEffectForm;
|
|
1424
1447
|
export declare const makeRestrictionRuleEffectUpserted: () => io.flow.internal.v0.models.RestrictionRuleEffectUpserted;
|
|
1448
|
+
export declare const makeRestrictionRuleExceptionAction: () => io.flow.internal.v0.enums.RestrictionRuleExceptionAction;
|
|
1425
1449
|
export declare const makeRestrictionRuleForm: () => io.flow.internal.v0.models.RestrictionRuleForm;
|
|
1426
1450
|
export declare const makeRestrictionRuleMetadata: () => io.flow.internal.v0.models.RestrictionRuleMetadata;
|
|
1427
1451
|
export declare const makeRestrictionRuleOverride: () => io.flow.internal.v0.models.RestrictionRuleOverride;
|
|
1428
1452
|
export declare const makeRestrictionRuleSummary: () => io.flow.internal.v0.models.RestrictionRuleSummary;
|
|
1429
1453
|
export declare const makeRestrictionRuleUpserted: () => io.flow.internal.v0.models.RestrictionRuleUpserted;
|
|
1454
|
+
export declare const makeRestrictionStateReviewStatus: () => io.flow.internal.v0.enums.RestrictionStateReviewStatus;
|
|
1430
1455
|
export declare const makeRestrictionStatus: () => io.flow.internal.v0.enums.RestrictionStatus;
|
|
1431
1456
|
export declare const makeRestrictionStatusMetadata: () => io.flow.internal.v0.models.RestrictionStatusMetadata;
|
|
1432
1457
|
export declare const makeRestrictionsDailyops: () => io.flow.internal.v0.models.RestrictionsDailyops;
|
|
@@ -1480,8 +1505,10 @@ export declare const makeSessionRollout: () => io.flow.internal.v0.models.Sessio
|
|
|
1480
1505
|
export declare const makeSessionRolloutForm: () => io.flow.internal.v0.models.SessionRolloutForm;
|
|
1481
1506
|
export declare const makeSetupBlockPutForm: () => io.flow.internal.v0.models.SetupBlockPutForm;
|
|
1482
1507
|
export declare const makeSfExpress: () => io.flow.internal.v0.models.SfExpress;
|
|
1508
|
+
export declare const makeShipmentCostSummary: () => io.flow.internal.v0.models.ShipmentCostSummary;
|
|
1483
1509
|
export declare const makeShippingLane: () => io.flow.internal.v0.models.ShippingLane;
|
|
1484
1510
|
export declare const makeShippingMethodReference: () => io.flow.internal.v0.models.ShippingMethodReference;
|
|
1511
|
+
export declare const makeShippingPricing: () => io.flow.internal.v0.models.ShippingPricing;
|
|
1485
1512
|
export declare const makeShop: () => io.flow.internal.v0.models.Shop;
|
|
1486
1513
|
export declare const makeShopForm: () => io.flow.internal.v0.models.ShopForm;
|
|
1487
1514
|
export declare const makeShopVersion: () => io.flow.internal.v0.models.ShopVersion;
|
|
@@ -1579,6 +1606,9 @@ export declare const makeShopifyOrderFulfillmentsSnapshotUpserted: () => io.flow
|
|
|
1579
1606
|
export declare const makeShopifyOrderInventoryCheck: () => io.flow.internal.v0.models.ShopifyOrderInventoryCheck;
|
|
1580
1607
|
export declare const makeShopifyOrderLineAttribute: () => io.flow.internal.v0.models.ShopifyOrderLineAttribute;
|
|
1581
1608
|
export declare const makeShopifyOrderLineContent: () => io.flow.internal.v0.models.ShopifyOrderLineContent;
|
|
1609
|
+
export declare const makeShopifyOrderRiskAssessment: () => io.flow.internal.v0.models.ShopifyOrderRiskAssessment;
|
|
1610
|
+
export declare const makeShopifyOrderRiskAssessmentDeleted: () => io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted;
|
|
1611
|
+
export declare const makeShopifyOrderRiskAssessmentUpserted: () => io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted;
|
|
1582
1612
|
export declare const makeShopifyOrganizationSettings: () => io.flow.internal.v0.models.ShopifyOrganizationSettings;
|
|
1583
1613
|
export declare const makeShopifyOrganizationSettingsForm: () => io.flow.internal.v0.models.ShopifyOrganizationSettingsForm;
|
|
1584
1614
|
export declare const makeShopifyPartnerWebhook: () => io.flow.internal.v0.models.ShopifyPartnerWebhook;
|
|
@@ -1658,9 +1688,6 @@ export declare const makeSpotRateMetadataIdentity: () => io.flow.internal.v0.mod
|
|
|
1658
1688
|
export declare const makeSpotRateMetadataRate: () => io.flow.internal.v0.models.SpotRateMetadataRate;
|
|
1659
1689
|
export declare const makeSpotRateUpserted: () => io.flow.internal.v0.models.SpotRateUpserted;
|
|
1660
1690
|
export declare const makeSpotRateVersion: () => io.flow.internal.v0.models.SpotRateVersion;
|
|
1661
|
-
export declare const makeSppTrackerUpdateRequest: () => io.flow.internal.v0.models.SppTrackerUpdateRequest;
|
|
1662
|
-
export declare const makeSppTrackerUpdateRequestDeleted: () => io.flow.internal.v0.models.SppTrackerUpdateRequestDeleted;
|
|
1663
|
-
export declare const makeSppTrackerUpdateRequestUpserted: () => io.flow.internal.v0.models.SppTrackerUpdateRequestUpserted;
|
|
1664
1691
|
export declare const makeStandaloneAttachment: () => io.flow.internal.v0.models.StandaloneAttachment;
|
|
1665
1692
|
export declare const makeStandaloneAttachmentDeleted: () => io.flow.internal.v0.models.StandaloneAttachmentDeleted;
|
|
1666
1693
|
export declare const makeStandaloneAttachmentUpserted: () => io.flow.internal.v0.models.StandaloneAttachmentUpserted;
|
|
@@ -1836,6 +1863,8 @@ export declare const makeUserStatusRule: () => io.flow.internal.v0.models.UserSt
|
|
|
1836
1863
|
export declare const makeUserStatusRuleForm: () => io.flow.internal.v0.models.UserStatusRuleForm;
|
|
1837
1864
|
export declare const makeUserUpsertedV2: () => io.flow.internal.v0.models.UserUpsertedV2;
|
|
1838
1865
|
export declare const makeV1Checkout: () => io.flow.internal.v0.models.V1Checkout;
|
|
1866
|
+
export declare const makeValidatedAddress: () => io.flow.internal.v0.models.ValidatedAddress;
|
|
1867
|
+
export declare const makeValidatedShippingData: () => io.flow.internal.v0.models.ValidatedShippingData;
|
|
1839
1868
|
export declare const makeValidationCharacterLength: () => io.flow.internal.v0.models.ValidationCharacterLength;
|
|
1840
1869
|
export declare const makeValidationRule: () => io.flow.internal.v0.models.ValidationCharacterLength;
|
|
1841
1870
|
export declare const makeViesResult: () => io.flow.internal.v0.models.ViesResult;
|
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.125",
|
|
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": "6fade17e2dbfb3e45d3ec2e8c19f9aadd6993746"
|
|
41
41
|
}
|