@flowio/api-internal-factories 0.0.118 → 0.0.120
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 +643 -606
- package/dist/esm/api-internal.js +567 -502
- package/dist/types/api-internal.d.ts +39 -67
- package/package.json +2 -2
- package/src/api-internal.ts +635 -595
|
@@ -98,10 +98,8 @@ export declare const makeAfterpayRefundDeleted: () => io.flow.internal.v0.models
|
|
|
98
98
|
export declare const makeAfterpayRefundUpserted: () => io.flow.internal.v0.models.AfterpayRefundUpserted;
|
|
99
99
|
export declare const makeAftershipWebhook: () => io.flow.internal.v0.models.AftershipWebhook;
|
|
100
100
|
export declare const makeAldoItem: () => io.flow.internal.v0.models.AldoItem;
|
|
101
|
-
export declare const makeAldoItemDeleted: () => io.flow.internal.v0.models.AldoItemDeleted;
|
|
102
101
|
export declare const makeAldoItemForm: () => io.flow.internal.v0.models.AldoItemForm;
|
|
103
102
|
export declare const makeAldoItemType: () => io.flow.internal.v0.enums.AldoItemType;
|
|
104
|
-
export declare const makeAldoItemUpserted: () => io.flow.internal.v0.models.AldoItemUpserted;
|
|
105
103
|
export declare const makeAlertErrorSummary: () => io.flow.internal.v0.models.AlertErrorSummary;
|
|
106
104
|
export declare const makeAlertFailureSummary: () => io.flow.internal.v0.models.AlertFailureSummary;
|
|
107
105
|
export declare const makeAlertFailureSummaryDetail: () => io.flow.internal.v0.models.AlertFailureSummaryDetail;
|
|
@@ -111,6 +109,9 @@ export declare const makeAllItemsExport: () => io.flow.internal.v0.models.AllIte
|
|
|
111
109
|
export declare const makeAllOrganizationsMembership: () => io.flow.internal.v0.models.AllOrganizationsMembership;
|
|
112
110
|
export declare const makeAllocationItemReference: () => io.flow.internal.v0.models.AllocationItemReference;
|
|
113
111
|
export declare const makeAllowedLabels: () => io.flow.internal.v0.models.AllowedLabels;
|
|
112
|
+
export declare const makeAnshItem: () => io.flow.internal.v0.models.AnshItem;
|
|
113
|
+
export declare const makeAnshItemForm: () => io.flow.internal.v0.models.AnshItemForm;
|
|
114
|
+
export declare const makeAnshItemType: () => io.flow.internal.v0.enums.AnshItemType;
|
|
114
115
|
export declare const makeAnyDangerousGoods: () => io.flow.internal.v0.enums.AnyDangerousGoods;
|
|
115
116
|
export declare const makeApiCallReferenceId: () => io.flow.internal.v0.enums.ApiCallReferenceId;
|
|
116
117
|
export declare const makeApmContent: () => io.flow.internal.v0.models.ApmContent;
|
|
@@ -647,9 +648,6 @@ export declare const makeFeatureValueResult: () => io.flow.internal.v0.models.Fe
|
|
|
647
648
|
export declare const makeFedex: () => io.flow.internal.v0.models.Fedex;
|
|
648
649
|
export declare const makeFedexCrossborder: () => io.flow.internal.v0.models.FedexCrossborder;
|
|
649
650
|
export declare const makeFee: () => io.flow.internal.v0.models.Fee;
|
|
650
|
-
export declare const makeFeedDeleted: () => io.flow.internal.v0.models.FeedDeleted;
|
|
651
|
-
export declare const makeFeedUpserted: () => io.flow.internal.v0.models.FeedUpserted;
|
|
652
|
-
export declare const makeFeedsExport: () => io.flow.internal.v0.models.FeedsExport;
|
|
653
651
|
export declare const makeFees: () => io.flow.internal.v0.models.Fees;
|
|
654
652
|
export declare const makeFeesSource: () => io.flow.internal.v0.enums.FeesSource;
|
|
655
653
|
export declare const makeFinalEstimate: () => io.flow.internal.v0.models.FinalEstimate;
|
|
@@ -760,6 +758,7 @@ export declare const makeFxRevenueRecognitionOrder: () => io.flow.internal.v0.mo
|
|
|
760
758
|
export declare const makeFxRevenueRecognitionOrganization: () => io.flow.internal.v0.models.FxRevenueRecognitionOrganization;
|
|
761
759
|
export declare const makeFxRevenueRecognitionRate: () => io.flow.internal.v0.models.FxRevenueRecognitionRate;
|
|
762
760
|
export declare const makeFxRevenueRecognitionSource: () => io.flow.internal.v0.models.FxRevenueRecognitionSource;
|
|
761
|
+
export declare const makeGeRevenueShareTransaction: () => io.flow.internal.v0.models.GeRevenueShareTransaction;
|
|
763
762
|
export declare const makeGenerateLoad: () => io.flow.internal.v0.unions.GenerateLoad;
|
|
764
763
|
export declare const makeGenerateLoadMultipleOrgs: () => io.flow.internal.v0.models.GenerateLoadMultipleOrgs;
|
|
765
764
|
export declare const makeGenerateLoadSingleOrg: () => io.flow.internal.v0.models.GenerateLoadSingleOrg;
|
|
@@ -783,8 +782,6 @@ export declare const makeHarmonizationCodesImport: () => io.flow.internal.v0.mod
|
|
|
783
782
|
export declare const makeHarmonizationColumnSetting: () => io.flow.internal.v0.models.HarmonizationColumnSetting;
|
|
784
783
|
export declare const makeHarmonizationDecisionSource: () => io.flow.internal.v0.enums.HarmonizationDecisionSource;
|
|
785
784
|
export declare const makeHarmonizationItemClassification: () => io.flow.internal.v0.models.HarmonizationItemClassification;
|
|
786
|
-
export declare const makeHarmonizationItemClassificationDeleted: () => io.flow.internal.v0.models.HarmonizationItemClassificationDeleted;
|
|
787
|
-
export declare const makeHarmonizationItemClassificationUpserted: () => io.flow.internal.v0.models.HarmonizationItemClassificationUpserted;
|
|
788
785
|
export declare const makeHarmonizationItemSummary: () => io.flow.internal.v0.models.HarmonizationItemSummary;
|
|
789
786
|
export declare const makeHarmonizationMlModelSummary: () => io.flow.internal.v0.models.HarmonizationMlModelSummary;
|
|
790
787
|
export declare const makeHarmonizationPhraseSuggestionRequestImport: () => io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport;
|
|
@@ -888,6 +885,8 @@ export declare const makeLabelCreationJobSummary: () => io.flow.internal.v0.mode
|
|
|
888
885
|
export declare const makeLabelCreationRequestForm: () => io.flow.internal.v0.models.LabelCreationRequestForm;
|
|
889
886
|
export declare const makeLabelCreationStatus: () => io.flow.internal.v0.enums.LabelCreationStatus;
|
|
890
887
|
export declare const makeLabelDestination: () => io.flow.internal.v0.models.LabelDestination;
|
|
888
|
+
export declare const makeLabelEventMedium: () => io.flow.internal.v0.enums.LabelEventMedium;
|
|
889
|
+
export declare const makeLabelEventSource: () => io.flow.internal.v0.enums.LabelEventSource;
|
|
891
890
|
export declare const makeLabelGenerationSettings: () => io.flow.internal.v0.models.LabelGenerationSettings;
|
|
892
891
|
export declare const makeLabelGenerationSettingsDeleted: () => io.flow.internal.v0.models.LabelGenerationSettingsDeleted;
|
|
893
892
|
export declare const makeLabelGenerationSettingsForm: () => io.flow.internal.v0.models.LabelGenerationSettingsForm;
|
|
@@ -941,16 +940,9 @@ export declare const makeLocalizedContent: () => io.flow.internal.v0.models.Loca
|
|
|
941
940
|
export declare const makeLocalizedContentElement: () => io.flow.internal.v0.models.LocalizedContentElement;
|
|
942
941
|
export declare const makeLocalizedContentForm: () => io.flow.internal.v0.models.LocalizedContentForm;
|
|
943
942
|
export declare const makeLocalizedContentUpserted: () => io.flow.internal.v0.models.LocalizedContentUpserted;
|
|
944
|
-
export declare const makeLocalizedItemDeleted: () => io.flow.internal.v0.models.LocalizedItemDeleted;
|
|
945
|
-
export declare const makeLocalizedItemDeletedV2: () => io.flow.internal.v0.models.LocalizedItemDeletedV2;
|
|
946
943
|
export declare const makeLocalizedItemPricesExportRequest: () => io.flow.internal.v0.models.LocalizedItemPricesExportRequest;
|
|
947
|
-
export declare const makeLocalizedItemSnapshot: () => io.flow.internal.v0.models.LocalizedItemSnapshot;
|
|
948
|
-
export declare const makeLocalizedItemUpsertedV2: () => io.flow.internal.v0.models.LocalizedItemUpsertedV2;
|
|
949
944
|
export declare const makeLocalizedItemsExportSettings: () => io.flow.internal.v0.models.LocalizedItemsExportSettings;
|
|
950
|
-
export declare const makeLocalizedPriceBookItem: () => io.flow.internal.v0.models.LocalizedPriceBookItem;
|
|
951
945
|
export declare const makeLocalizedPriceBookItemData: () => io.flow.internal.v0.models.LocalizedPriceBookItemData;
|
|
952
|
-
export declare const makeLocalizedPriceBookItemDeleted: () => io.flow.internal.v0.models.LocalizedPriceBookItemDeleted;
|
|
953
|
-
export declare const makeLocalizedPriceBookItemUpserted: () => io.flow.internal.v0.models.LocalizedPriceBookItemUpserted;
|
|
954
946
|
export declare const makeLocation: () => io.flow.internal.v0.models.Location;
|
|
955
947
|
export declare const makeLogisticsCapabilities: () => io.flow.internal.v0.models.LogisticsCapabilities;
|
|
956
948
|
export declare const makeLogisticsCapabilitiesDeleted: () => io.flow.internal.v0.models.LogisticsCapabilitiesDeleted;
|
|
@@ -982,58 +974,6 @@ export declare const makeManualTransactionCategory: () => io.flow.internal.v0.en
|
|
|
982
974
|
export declare const makeManualTransactionForm: () => io.flow.internal.v0.models.ManualTransactionForm;
|
|
983
975
|
export declare const makeManualTransactionFormOrder: () => io.flow.internal.v0.models.ManualTransactionFormOrder;
|
|
984
976
|
export declare const makeMarkedAsFinal: () => io.flow.internal.v0.models.MarkedAsFinal;
|
|
985
|
-
export declare const makeMarketingGatewayAccountConnectionStatus: () => io.flow.internal.v0.enums.MarketingGatewayAccountConnectionStatus;
|
|
986
|
-
export declare const makeMarketingGatewayChannel: () => io.flow.internal.v0.models.MarketingGatewayChannel;
|
|
987
|
-
export declare const makeMarketingGatewayChannelConnectionForm: () => io.flow.internal.v0.models.MarketingGatewayChannelConnectionForm;
|
|
988
|
-
export declare const makeMarketingGatewayChannelDetails: () => io.flow.internal.v0.unions.MarketingGatewayChannelDetails;
|
|
989
|
-
export declare const makeMarketingGatewayChannelForm: () => io.flow.internal.v0.models.MarketingGatewayChannelForm;
|
|
990
|
-
export declare const makeMarketingGatewayChannelIntegrationType: () => io.flow.internal.v0.enums.MarketingGatewayChannelIntegrationType;
|
|
991
|
-
export declare const makeMarketingGatewayChannelSourceSummary: () => io.flow.internal.v0.models.MarketingGatewayChannelSourceSummary;
|
|
992
|
-
export declare const makeMarketingGatewayChannelStatus: () => io.flow.internal.v0.enums.MarketingGatewayChannelStatus;
|
|
993
|
-
export declare const makeMarketingGatewayDistributionChannel: () => io.flow.internal.v0.unions.MarketingGatewayDistributionChannel;
|
|
994
|
-
export declare const makeMarketingGatewayDistributionChannelFacebook: () => io.flow.internal.v0.models.MarketingGatewayDistributionChannelFacebook;
|
|
995
|
-
export declare const makeMarketingGatewayDistributionChannelGoogle: () => io.flow.internal.v0.models.MarketingGatewayDistributionChannelGoogle;
|
|
996
|
-
export declare const makeMarketingGatewayError: () => io.flow.internal.v0.models.MarketingGatewayError;
|
|
997
|
-
export declare const makeMarketingGatewayErrorCode: () => io.flow.internal.v0.enums.MarketingGatewayErrorCode;
|
|
998
|
-
export declare const makeMarketingGatewayFacebookBusiness: () => io.flow.internal.v0.models.MarketingGatewayFacebookBusiness;
|
|
999
|
-
export declare const makeMarketingGatewayFacebookBusinessSummary: () => io.flow.internal.v0.models.MarketingGatewayFacebookBusinessSummary;
|
|
1000
|
-
export declare const makeMarketingGatewayFacebookCatalogForm: () => io.flow.internal.v0.models.MarketingGatewayFacebookCatalogForm;
|
|
1001
|
-
export declare const makeMarketingGatewayFacebookCatalogSummary: () => io.flow.internal.v0.models.MarketingGatewayFacebookCatalogSummary;
|
|
1002
|
-
export declare const makeMarketingGatewayFacebookChannelDetails: () => io.flow.internal.v0.models.MarketingGatewayFacebookChannelDetails;
|
|
1003
|
-
export declare const makeMarketingGatewayFacebookConnection: () => io.flow.internal.v0.models.MarketingGatewayFacebookConnection;
|
|
1004
|
-
export declare const makeMarketingGatewayFacebookConnectionAccessTokenSummary: () => io.flow.internal.v0.models.MarketingGatewayFacebookConnectionAccessTokenSummary;
|
|
1005
|
-
export declare const makeMarketingGatewayFacebookConnectionDeauth: () => io.flow.internal.v0.models.MarketingGatewayFacebookConnectionDeauth;
|
|
1006
|
-
export declare const makeMarketingGatewayFacebookConnectionForm: () => io.flow.internal.v0.models.MarketingGatewayFacebookConnectionForm;
|
|
1007
|
-
export declare const makeMarketingGatewayFacebookSourceSummary: () => io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary;
|
|
1008
|
-
export declare const makeMarketingGatewayFacebookTokenStatus: () => io.flow.internal.v0.enums.MarketingGatewayFacebookTokenStatus;
|
|
1009
|
-
export declare const makeMarketingGatewayFeed: () => io.flow.internal.v0.models.MarketingGatewayFeed;
|
|
1010
|
-
export declare const makeMarketingGatewayFeedDownloadFormat: () => io.flow.internal.v0.enums.MarketingGatewayFeedDownloadFormat;
|
|
1011
|
-
export declare const makeMarketingGatewayFeedExportForm: () => io.flow.internal.v0.models.MarketingGatewayFeedExportForm;
|
|
1012
|
-
export declare const makeMarketingGatewayFeedForm: () => io.flow.internal.v0.models.MarketingGatewayFeedForm;
|
|
1013
|
-
export declare const makeMarketingGatewayFeedFormRequest: () => io.flow.internal.v0.models.MarketingGatewayFeedFormRequest;
|
|
1014
|
-
export declare const makeMarketingGatewayFeedSource: () => io.flow.internal.v0.unions.MarketingGatewayFeedSource;
|
|
1015
|
-
export declare const makeMarketingGatewayFeedSourceFacebook: () => io.flow.internal.v0.models.MarketingGatewayFeedSourceFacebook;
|
|
1016
|
-
export declare const makeMarketingGatewayFeedSourceGoogle: () => io.flow.internal.v0.models.MarketingGatewayFeedSourceGoogle;
|
|
1017
|
-
export declare const makeMarketingGatewayFeedState: () => io.flow.internal.v0.enums.MarketingGatewayFeedState;
|
|
1018
|
-
export declare const makeMarketingGatewayFilterSummary: () => io.flow.internal.v0.models.MarketingGatewayFilterSummary;
|
|
1019
|
-
export declare const makeMarketingGatewayFlowSourceSummary: () => io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary;
|
|
1020
|
-
export declare const makeMarketingGatewayGoogleAccountForm: () => io.flow.internal.v0.models.MarketingGatewayGoogleAccountForm;
|
|
1021
|
-
export declare const makeMarketingGatewayGoogleAccountSummary: () => io.flow.internal.v0.models.MarketingGatewayGoogleAccountSummary;
|
|
1022
|
-
export declare const makeMarketingGatewayGoogleChannelDetails: () => io.flow.internal.v0.models.MarketingGatewayGoogleChannelDetails;
|
|
1023
|
-
export declare const makeMarketingGatewayGoogleConnection: () => io.flow.internal.v0.models.MarketingGatewayGoogleConnection;
|
|
1024
|
-
export declare const makeMarketingGatewayGoogleConnectionForm: () => io.flow.internal.v0.models.MarketingGatewayGoogleConnectionForm;
|
|
1025
|
-
export declare const makeMarketingGatewayGoogleItem: () => io.flow.internal.v0.models.MarketingGatewayGoogleItem;
|
|
1026
|
-
export declare const makeMarketingGatewayGoogleSourceSummary: () => io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary;
|
|
1027
|
-
export declare const makeMarketingGatewayItem: () => io.flow.internal.v0.models.MarketingGatewayGoogleItem;
|
|
1028
|
-
export declare const makeMarketingGatewayLocalizedItem: () => io.flow.internal.v0.models.MarketingGatewayLocalizedItem;
|
|
1029
|
-
export declare const makeMarketingGatewayNewChannelRequestForm: () => io.flow.internal.v0.models.MarketingGatewayNewChannelRequestForm;
|
|
1030
|
-
export declare const makeMarketingGatewayPlatform: () => io.flow.internal.v0.enums.MarketingGatewayPlatform;
|
|
1031
|
-
export declare const makeMarketingGatewayProductDatasourceSummary: () => io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary;
|
|
1032
|
-
export declare const makeMarketingGatewayProductStatus: () => io.flow.internal.v0.enums.MarketingGatewayProductStatus;
|
|
1033
|
-
export declare const makeMarketingGatewaySchemaCompatibility: () => io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility;
|
|
1034
|
-
export declare const makeMarketingGatewaySchemaSummary: () => io.flow.internal.v0.models.MarketingGatewaySchemaSummary;
|
|
1035
|
-
export declare const makeMarketingGatewaySourceSummary: () => io.flow.internal.v0.unions.MarketingGatewaySourceSummary;
|
|
1036
|
-
export declare const makeMarketingGatewaySupportedChannelDetails: () => io.flow.internal.v0.models.MarketingGatewaySupportedChannelDetails;
|
|
1037
977
|
export declare const makeMarketsOrder: () => io.flow.internal.v0.models.MarketsOrder;
|
|
1038
978
|
export declare const makeMarketsOrderSummary: () => io.flow.internal.v0.models.MarketsOrderSummary;
|
|
1039
979
|
export declare const makeMerchant: () => io.flow.internal.v0.models.Merchant;
|
|
@@ -1065,6 +1005,7 @@ export declare const makeNoCalculatedTaxAmount: () => io.flow.internal.v0.models
|
|
|
1065
1005
|
export declare const makeNoClassificationForm: () => io.flow.internal.v0.models.NoClassificationForm;
|
|
1066
1006
|
export declare const makeNoLiabilityReasonCode: () => io.flow.internal.v0.enums.NoLiabilityReasonCode;
|
|
1067
1007
|
export declare const makeNonChannelPaymentBankAccount: () => io.flow.internal.v0.models.NonChannelPaymentBankAccount;
|
|
1008
|
+
export declare const makeNonL4LTaxDutyFxTransaction: () => io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction;
|
|
1068
1009
|
export declare const makeNotification: () => io.flow.internal.v0.models.Notification;
|
|
1069
1010
|
export declare const makeOnboardingAuditMessage: () => io.flow.internal.v0.models.OnboardingAuditMessage;
|
|
1070
1011
|
export declare const makeOnboardingAuditMessageLevel: () => io.flow.internal.v0.enums.OnboardingAuditMessageLevel;
|
|
@@ -1256,6 +1197,8 @@ export declare const makePaymentProcessorAccountUpserted: () => io.flow.internal
|
|
|
1256
1197
|
export declare const makePaymentProcessorMerchantDeleted: () => io.flow.internal.v0.models.PaymentProcessorMerchantDeleted;
|
|
1257
1198
|
export declare const makePaymentProcessorMerchantUpserted: () => io.flow.internal.v0.models.PaymentProcessorMerchantUpserted;
|
|
1258
1199
|
export declare const makePaymentRedirect: () => io.flow.internal.v0.unions.PaymentRedirect;
|
|
1200
|
+
export declare const makePaymentShortUrl: () => io.flow.internal.v0.models.PaymentShortUrl;
|
|
1201
|
+
export declare const makePaymentShortUrlDiscriminator: () => "adyen_3ds2";
|
|
1259
1202
|
export declare const makePaymentSummary: () => io.flow.internal.v0.models.PaymentSummary;
|
|
1260
1203
|
export declare const makePaymentSummaryDetails: () => io.flow.internal.v0.models.SearchAuthorization;
|
|
1261
1204
|
export declare const makePaymentSummaryStatus: () => io.flow.internal.v0.enums.PaymentSummaryStatus;
|
|
@@ -1505,10 +1448,16 @@ export declare const makeRestrictionProductRequestForm: () => io.flow.internal.v
|
|
|
1505
1448
|
export declare const makeRestrictionProductSummary: () => io.flow.internal.v0.models.RestrictionProductSummary;
|
|
1506
1449
|
export declare const makeRestrictionRule: () => io.flow.internal.v0.models.RestrictionRule;
|
|
1507
1450
|
export declare const makeRestrictionRuleDecisionForm: () => io.flow.internal.v0.models.RestrictionRuleDecisionForm;
|
|
1451
|
+
export declare const makeRestrictionRuleDeleted: () => io.flow.internal.v0.models.RestrictionRuleDeleted;
|
|
1452
|
+
export declare const makeRestrictionRuleEffect: () => io.flow.internal.v0.models.RestrictionRuleEffect;
|
|
1453
|
+
export declare const makeRestrictionRuleEffectDeleted: () => io.flow.internal.v0.models.RestrictionRuleEffectDeleted;
|
|
1454
|
+
export declare const makeRestrictionRuleEffectForm: () => io.flow.internal.v0.models.RestrictionRuleEffectForm;
|
|
1455
|
+
export declare const makeRestrictionRuleEffectUpserted: () => io.flow.internal.v0.models.RestrictionRuleEffectUpserted;
|
|
1508
1456
|
export declare const makeRestrictionRuleForm: () => io.flow.internal.v0.models.RestrictionRuleForm;
|
|
1509
1457
|
export declare const makeRestrictionRuleMetadata: () => io.flow.internal.v0.models.RestrictionRuleMetadata;
|
|
1510
1458
|
export declare const makeRestrictionRuleOverride: () => io.flow.internal.v0.models.RestrictionRuleOverride;
|
|
1511
1459
|
export declare const makeRestrictionRuleSummary: () => io.flow.internal.v0.models.RestrictionRuleSummary;
|
|
1460
|
+
export declare const makeRestrictionRuleUpserted: () => io.flow.internal.v0.models.RestrictionRuleUpserted;
|
|
1512
1461
|
export declare const makeRestrictionStatus: () => io.flow.internal.v0.enums.RestrictionStatus;
|
|
1513
1462
|
export declare const makeRestrictionStatusMetadata: () => io.flow.internal.v0.models.RestrictionStatusMetadata;
|
|
1514
1463
|
export declare const makeRestrictionsDailyops: () => io.flow.internal.v0.models.RestrictionsDailyops;
|
|
@@ -1589,6 +1538,15 @@ export declare const makeShopifyIncotermConfiguration: () => io.flow.internal.v0
|
|
|
1589
1538
|
export declare const makeShopifyIncotermIncludes: () => io.flow.internal.v0.models.ShopifyIncotermIncludes;
|
|
1590
1539
|
export declare const makeShopifyIncotermSummaryErrorData: () => io.flow.internal.v0.models.ShopifyIncotermSummaryErrorData;
|
|
1591
1540
|
export declare const makeShopifyIncotermSummaryErrorPublished: () => io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished;
|
|
1541
|
+
export declare const makeShopifyInventoryItemCreateDeleted: () => io.flow.internal.v0.models.ShopifyInventoryItemCreateDeleted;
|
|
1542
|
+
export declare const makeShopifyInventoryItemCreateUpserted: () => io.flow.internal.v0.models.ShopifyInventoryItemCreateUpserted;
|
|
1543
|
+
export declare const makeShopifyInventoryItemCreateWebhookEvent: () => io.flow.internal.v0.models.ShopifyInventoryItemCreateWebhookEvent;
|
|
1544
|
+
export declare const makeShopifyInventoryItemDeleteDeleted: () => io.flow.internal.v0.models.ShopifyInventoryItemDeleteDeleted;
|
|
1545
|
+
export declare const makeShopifyInventoryItemDeleteUpserted: () => io.flow.internal.v0.models.ShopifyInventoryItemDeleteUpserted;
|
|
1546
|
+
export declare const makeShopifyInventoryItemDeleteWebhookEvent: () => io.flow.internal.v0.models.ShopifyInventoryItemDeleteWebhookEvent;
|
|
1547
|
+
export declare const makeShopifyInventoryItemUpdateDeleted: () => io.flow.internal.v0.models.ShopifyInventoryItemUpdateDeleted;
|
|
1548
|
+
export declare const makeShopifyInventoryItemUpdateUpserted: () => io.flow.internal.v0.models.ShopifyInventoryItemUpdateUpserted;
|
|
1549
|
+
export declare const makeShopifyInventoryItemUpdateWebhookEvent: () => io.flow.internal.v0.models.ShopifyInventoryItemUpdateWebhookEvent;
|
|
1592
1550
|
export declare const makeShopifyMarketsBestSellingProduct: () => io.flow.internal.v0.models.ShopifyMarketsBestSellingProduct;
|
|
1593
1551
|
export declare const makeShopifyMarketsBestSellingProductDeleted: () => io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted;
|
|
1594
1552
|
export declare const makeShopifyMarketsBestSellingProductUpserted: () => io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted;
|
|
@@ -1656,6 +1614,15 @@ export declare const makeShopifyProductBundle: () => io.flow.internal.v0.models.
|
|
|
1656
1614
|
export declare const makeShopifyProductBundleDeleted: () => io.flow.internal.v0.models.ShopifyProductBundleDeleted;
|
|
1657
1615
|
export declare const makeShopifyProductBundleUnderlying: () => io.flow.internal.v0.models.ShopifyProductBundleUnderlying;
|
|
1658
1616
|
export declare const makeShopifyProductBundleUpserted: () => io.flow.internal.v0.models.ShopifyProductBundleUpserted;
|
|
1617
|
+
export declare const makeShopifyProductCreateDeleted: () => io.flow.internal.v0.models.ShopifyProductCreateDeleted;
|
|
1618
|
+
export declare const makeShopifyProductCreateUpserted: () => io.flow.internal.v0.models.ShopifyProductCreateUpserted;
|
|
1619
|
+
export declare const makeShopifyProductCreateWebhookEvent: () => io.flow.internal.v0.models.ShopifyProductCreateWebhookEvent;
|
|
1620
|
+
export declare const makeShopifyProductDeleteDeleted: () => io.flow.internal.v0.models.ShopifyProductDeleteDeleted;
|
|
1621
|
+
export declare const makeShopifyProductDeleteUpserted: () => io.flow.internal.v0.models.ShopifyProductDeleteUpserted;
|
|
1622
|
+
export declare const makeShopifyProductDeleteWebhookEvent: () => io.flow.internal.v0.models.ShopifyProductDeleteWebhookEvent;
|
|
1623
|
+
export declare const makeShopifyProductUpdateDeleted: () => io.flow.internal.v0.models.ShopifyProductUpdateDeleted;
|
|
1624
|
+
export declare const makeShopifyProductUpdateUpserted: () => io.flow.internal.v0.models.ShopifyProductUpdateUpserted;
|
|
1625
|
+
export declare const makeShopifyProductUpdateWebhookEvent: () => io.flow.internal.v0.models.ShopifyProductUpdateWebhookEvent;
|
|
1659
1626
|
export declare const makeShopifyProductWrapper: () => io.flow.internal.v0.models.ShopifyProductWrapper;
|
|
1660
1627
|
export declare const makeShopifyPromoForm: () => io.flow.internal.v0.models.ShopifyPromoForm;
|
|
1661
1628
|
export declare const makeShopifyPromotion: () => io.flow.internal.v0.models.ShopifyPromotion;
|
|
@@ -1684,6 +1651,7 @@ export declare const makeShopifyShopDeleted: () => io.flow.internal.v0.models.Sh
|
|
|
1684
1651
|
export declare const makeShopifyShopStatistics: () => io.flow.internal.v0.models.ShopifyShopStatistics;
|
|
1685
1652
|
export declare const makeShopifyShopUpserted: () => io.flow.internal.v0.models.ShopifyShopUpserted;
|
|
1686
1653
|
export declare const makeShopifyStoreDetail: () => io.flow.internal.v0.models.ShopifyStoreDetail;
|
|
1654
|
+
export declare const makeShopifyStripeEvent: () => io.flow.internal.v0.models.ShopifyStripeEvent;
|
|
1687
1655
|
export declare const makeShopifyWebhook: () => io.flow.internal.v0.models.ShopifyWebhook;
|
|
1688
1656
|
export declare const makeShopifyWebhookEvent: () => io.flow.internal.v0.models.ShopifyWebhookEvent;
|
|
1689
1657
|
export declare const makeShopifyWebhookForm: () => io.flow.internal.v0.models.ShopifyWebhookForm;
|
|
@@ -1764,7 +1732,6 @@ export declare const makeSubscriptionTransaction: () => io.flow.internal.v0.mode
|
|
|
1764
1732
|
export declare const makeSuggestionAction: () => io.flow.internal.v0.enums.SuggestionAction;
|
|
1765
1733
|
export declare const makeSupportedLabels: () => io.flow.internal.v0.models.SupportedLabels;
|
|
1766
1734
|
export declare const makeTariffCodeDuty: () => io.flow.internal.v0.models.TariffCodeDuty;
|
|
1767
|
-
export declare const makeTariffCodesExport: () => io.flow.internal.v0.models.TariffCodesExport;
|
|
1768
1735
|
export declare const makeTariffEligibility: () => io.flow.internal.v0.models.TariffEligibility;
|
|
1769
1736
|
export declare const makeTariffEligibilityData: () => io.flow.internal.v0.models.RegisteredExporterTariffEligibilityData;
|
|
1770
1737
|
export declare const makeTariffEligibilityForm: () => io.flow.internal.v0.models.RegisteredExporterTariffEligibilityForm;
|
|
@@ -1786,6 +1753,11 @@ export declare const makeTaxCalculationErrorCode: () => io.flow.internal.v0.enum
|
|
|
1786
1753
|
export declare const makeTaxCalculationForm: () => io.flow.internal.v0.models.TaxCalculationForm;
|
|
1787
1754
|
export declare const makeTaxCalculationLineItem: () => io.flow.internal.v0.models.TaxCalculationLineItem;
|
|
1788
1755
|
export declare const makeTaxCalculationLineItemForm: () => io.flow.internal.v0.models.TaxCalculationLineItemForm;
|
|
1756
|
+
export declare const makeTaxDutyDeltaMetadataActual: () => io.flow.internal.v0.models.TaxDutyDeltaMetadataActual;
|
|
1757
|
+
export declare const makeTaxDutyDeltaMetadataActualProcessing: () => io.flow.internal.v0.models.TaxDutyDeltaMetadataActualProcessing;
|
|
1758
|
+
export declare const makeTaxDutyDeltaMetadataExpected: () => io.flow.internal.v0.models.TaxDutyDeltaMetadataExpected;
|
|
1759
|
+
export declare const makeTaxDutyDeltaMetadataExpectedProcessing: () => io.flow.internal.v0.models.TaxDutyDeltaMetadataExpectedProcessing;
|
|
1760
|
+
export declare const makeTaxDutyDeltaTransaction: () => io.flow.internal.v0.models.TaxDutyDeltaTransaction;
|
|
1789
1761
|
export declare const makeTaxParty: () => io.flow.internal.v0.enums.TaxParty;
|
|
1790
1762
|
export declare const makeTaxRemittanceTransaction: () => io.flow.internal.v0.models.TaxRemittanceTransaction;
|
|
1791
1763
|
export declare const makeTaxRemittanceTransactionDeleted: () => io.flow.internal.v0.models.TaxRemittanceTransactionDeleted;
|
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.120",
|
|
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": "9d141ab307f8ab0c4af0c9121439b34df013becd"
|
|
41
41
|
}
|