@flowio/api-internal-factories 0.0.119 → 0.0.121
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 +312 -1002
- package/dist/esm/api-internal.js +266 -859
- package/dist/types/api-internal.d.ts +12 -107
- package/package.json +2 -2
- package/src/api-internal.ts +297 -1018
|
@@ -193,16 +193,6 @@ export declare const makeBooleanFeatureRuleForm: () => io.flow.internal.v0.model
|
|
|
193
193
|
export declare const makeBooleanFeatureValue: () => io.flow.internal.v0.models.BooleanFeatureValue;
|
|
194
194
|
export declare const makeBrickWebhookEvent: () => io.flow.internal.v0.models.BrickWebhookEvent;
|
|
195
195
|
export declare const makeBrickWebhookEventResponse: () => io.flow.internal.v0.models.BrickWebhookEventResponse;
|
|
196
|
-
export declare const makeBrowserBundle: () => io.flow.internal.v0.models.BrowserBundle;
|
|
197
|
-
export declare const makeBrowserBundleCountryPickerForm: () => io.flow.internal.v0.models.BrowserBundleCountryPickerForm;
|
|
198
|
-
export declare const makeBrowserBundleError: () => io.flow.internal.v0.models.BrowserBundleError;
|
|
199
|
-
export declare const makeBrowserBundleErrorCode: () => io.flow.internal.v0.enums.BrowserBundleErrorCode;
|
|
200
|
-
export declare const makeBrowserBundleFeatureForm: () => io.flow.internal.v0.models.BrowserBundleFeatureForm;
|
|
201
|
-
export declare const makeBrowserBundleForm: () => io.flow.internal.v0.models.BrowserBundleForm;
|
|
202
|
-
export declare const makeBrowserBundleOptinForm: () => io.flow.internal.v0.models.BrowserBundleOptinForm;
|
|
203
|
-
export declare const makeBrowserBundlePaymentMethod: () => io.flow.internal.v0.models.BrowserBundlePaymentMethod;
|
|
204
|
-
export declare const makeBrowserBundlePaymentMethodForm: () => io.flow.internal.v0.models.BrowserBundlePaymentMethodForm;
|
|
205
|
-
export declare const makeBrowserBundlePaymentMethods: () => io.flow.internal.v0.models.BrowserBundlePaymentMethods;
|
|
206
196
|
export declare const makeBulkClassificationAction: () => io.flow.internal.v0.models.BulkClassificationAction;
|
|
207
197
|
export declare const makeBulkDutyUpdateValidationError: () => io.flow.internal.v0.models.BulkDutyUpdateValidationError;
|
|
208
198
|
export declare const makeCalculatedTaxAmount: () => io.flow.internal.v0.models.CalculatedTaxAmount;
|
|
@@ -338,8 +328,6 @@ export declare const makeCheckoutBehaviorCustomerInfo: () => io.flow.internal.v0
|
|
|
338
328
|
export declare const makeCheckoutBehaviorCustomerInfoEmail: () => io.flow.internal.v0.models.CheckoutBehaviorCustomerInfoEmail;
|
|
339
329
|
export declare const makeCheckoutBehaviorShippingAddress: () => io.flow.internal.v0.models.CheckoutBehaviorShippingAddress;
|
|
340
330
|
export declare const makeCheckoutBehaviorShippingMethod: () => io.flow.internal.v0.models.CheckoutBehaviorShippingMethod;
|
|
341
|
-
export declare const makeCheckoutBundle: () => io.flow.internal.v0.models.CheckoutBundle;
|
|
342
|
-
export declare const makeCheckoutBundleMetadata: () => io.flow.internal.v0.models.CheckoutBundleMetadata;
|
|
343
331
|
export declare const makeCheckoutConfiguration: () => io.flow.internal.v0.models.CheckoutConfiguration;
|
|
344
332
|
export declare const makeCheckoutConfigurationDeleted: () => io.flow.internal.v0.models.CheckoutConfigurationDeleted;
|
|
345
333
|
export declare const makeCheckoutConfigurationForm: () => io.flow.internal.v0.models.CheckoutConfigurationForm;
|
|
@@ -350,27 +338,15 @@ export declare const makeCheckoutContentDetails: () => io.flow.internal.v0.model
|
|
|
350
338
|
export declare const makeCheckoutContentSummary: () => io.flow.internal.v0.models.CheckoutContentSummary;
|
|
351
339
|
export declare const makeCheckoutError: () => io.flow.internal.v0.models.CheckoutError;
|
|
352
340
|
export declare const makeCheckoutErrorCode: () => io.flow.internal.v0.enums.CheckoutErrorCode;
|
|
353
|
-
export declare const makeCheckoutFinalizeOrderForm: () => io.flow.internal.v0.models.CheckoutFinalizeOrderForm;
|
|
354
|
-
export declare const makeCheckoutForm: () => io.flow.internal.v0.unions.CheckoutForm;
|
|
355
341
|
export declare const makeCheckoutMarketingContent: () => io.flow.internal.v0.models.CheckoutMarketingContent;
|
|
356
|
-
export declare const makeCheckoutOrderForm: () => io.flow.internal.v0.models.CheckoutOrderForm;
|
|
357
|
-
export declare const makeCheckoutOrderNumberForm: () => io.flow.internal.v0.models.CheckoutOrderNumberForm;
|
|
358
342
|
export declare const makeCheckoutPayment: () => io.flow.internal.v0.models.CheckoutPayment;
|
|
359
343
|
export declare const makeCheckoutPaymentContent: () => io.flow.internal.v0.models.CheckoutPaymentContent;
|
|
360
344
|
export declare const makeCheckoutPlatformData: () => io.flow.internal.v0.models.CheckoutPlatformData;
|
|
361
345
|
export declare const makeCheckoutPromptBehavior: () => io.flow.internal.v0.enums.CheckoutPromptBehavior;
|
|
362
346
|
export declare const makeCheckoutRedirect: () => io.flow.internal.v0.models.CheckoutRedirect;
|
|
363
347
|
export declare const makeCheckoutRedirectMethod: () => io.flow.internal.v0.enums.CheckoutRedirectMethod;
|
|
364
|
-
export declare const makeCheckoutReferenceForm: () => io.flow.internal.v0.models.CheckoutReferenceForm;
|
|
365
348
|
export declare const makeCheckoutSettings: () => io.flow.internal.v0.models.CheckoutSettings;
|
|
366
349
|
export declare const makeCheckoutShippingMethodPromptBehavior: () => io.flow.internal.v0.enums.CheckoutShippingMethodPromptBehavior;
|
|
367
|
-
export declare const makeCheckoutSourceOrderForm: () => io.flow.internal.v0.models.CheckoutSourceOrderForm;
|
|
368
|
-
export declare const makeCheckoutSubmission: () => io.flow.internal.v0.models.CheckoutSubmission;
|
|
369
|
-
export declare const makeCheckoutSubmissionForm: () => io.flow.internal.v0.models.CheckoutSubmissionForm;
|
|
370
|
-
export declare const makeCheckoutSubmitOrderBundle: () => io.flow.internal.v0.models.CheckoutSubmitOrderBundle;
|
|
371
|
-
export declare const makeCheckoutSubmitOrderBundles: () => io.flow.internal.v0.models.CheckoutSubmitOrderBundle;
|
|
372
|
-
export declare const makeCheckoutSubmitOrderForm: () => io.flow.internal.v0.models.CheckoutSubmitOrderForm;
|
|
373
|
-
export declare const makeCheckoutSubmitOrderForms: () => io.flow.internal.v0.models.CheckoutSubmitOrderForm;
|
|
374
350
|
export declare const makeCheckoutUrl: () => io.flow.internal.v0.models.CheckoutUrl;
|
|
375
351
|
export declare const makeCheckoutUrlType: () => io.flow.internal.v0.enums.CheckoutUrlType;
|
|
376
352
|
export declare const makeCipher: () => io.flow.internal.v0.models.Cipher;
|
|
@@ -597,7 +573,6 @@ export declare const makeEventType: () => io.flow.internal.v0.enums.EventType;
|
|
|
597
573
|
export declare const makeExclusionRuleDeleted: () => io.flow.internal.v0.models.ExclusionRuleDeleted;
|
|
598
574
|
export declare const makeExclusionRuleExportRequest: () => io.flow.internal.v0.models.ExclusionRuleExportRequest;
|
|
599
575
|
export declare const makeExclusionRuleUpserted: () => io.flow.internal.v0.models.ExclusionRuleUpserted;
|
|
600
|
-
export declare const makeExpectedOrderSummary: () => io.flow.internal.v0.models.ExpectedOrderSummary;
|
|
601
576
|
export declare const makeExperienceExportRequest: () => io.flow.internal.v0.models.ExperienceExportRequest;
|
|
602
577
|
export declare const makeExperienceImportRequest: () => io.flow.internal.v0.models.ExperienceImportRequest;
|
|
603
578
|
export declare const makeExperienceImportType: () => "experience_with_settings";
|
|
@@ -648,14 +623,8 @@ export declare const makeFeatureValueResult: () => io.flow.internal.v0.models.Fe
|
|
|
648
623
|
export declare const makeFedex: () => io.flow.internal.v0.models.Fedex;
|
|
649
624
|
export declare const makeFedexCrossborder: () => io.flow.internal.v0.models.FedexCrossborder;
|
|
650
625
|
export declare const makeFee: () => io.flow.internal.v0.models.Fee;
|
|
651
|
-
export declare const makeFeedDeleted: () => io.flow.internal.v0.models.FeedDeleted;
|
|
652
|
-
export declare const makeFeedUpserted: () => io.flow.internal.v0.models.FeedUpserted;
|
|
653
|
-
export declare const makeFeedsExport: () => io.flow.internal.v0.models.FeedsExport;
|
|
654
626
|
export declare const makeFees: () => io.flow.internal.v0.models.Fees;
|
|
655
627
|
export declare const makeFeesSource: () => io.flow.internal.v0.enums.FeesSource;
|
|
656
|
-
export declare const makeFinalEstimate: () => io.flow.internal.v0.models.FinalEstimate;
|
|
657
|
-
export declare const makeFinalEstimateDeleted: () => io.flow.internal.v0.models.FinalEstimateDeleted;
|
|
658
|
-
export declare const makeFinalEstimateUpserted: () => io.flow.internal.v0.models.FinalEstimateUpserted;
|
|
659
628
|
export declare const makeFinanceBankAccount: () => io.flow.internal.v0.models.FinanceBankAccount;
|
|
660
629
|
export declare const makeFinanceBankAccountOwner: () => io.flow.internal.v0.models.FinanceBankAccountOwner;
|
|
661
630
|
export declare const makeFinanceBankPayment: () => io.flow.internal.v0.models.FinanceBankPayment;
|
|
@@ -737,7 +706,6 @@ export declare const makeFulfillmentDeleted: () => io.flow.internal.v0.models.Fu
|
|
|
737
706
|
export declare const makeFulfillmentFallbacks: () => io.flow.internal.v0.models.FulfillmentFallbacks;
|
|
738
707
|
export declare const makeFulfillmentFallbacksDeleted: () => io.flow.internal.v0.models.FulfillmentFallbacksDeleted;
|
|
739
708
|
export declare const makeFulfillmentFallbacksUpserted: () => io.flow.internal.v0.models.FulfillmentFallbacksUpserted;
|
|
740
|
-
export declare const makeFulfillmentInternalExperienceReference: () => io.flow.internal.v0.models.FulfillmentInternalExperienceReference;
|
|
741
709
|
export declare const makeFulfillmentOrigin: () => io.flow.internal.v0.models.FulfillmentOrigin;
|
|
742
710
|
export declare const makeFulfillmentProof: () => io.flow.internal.v0.unions.FulfillmentProof;
|
|
743
711
|
export declare const makeFulfillmentProofExternalFulfillmentProofReference: () => io.flow.internal.v0.models.FulfillmentProofExternalFulfillmentProofReference;
|
|
@@ -785,8 +753,6 @@ export declare const makeHarmonizationCodesImport: () => io.flow.internal.v0.mod
|
|
|
785
753
|
export declare const makeHarmonizationColumnSetting: () => io.flow.internal.v0.models.HarmonizationColumnSetting;
|
|
786
754
|
export declare const makeHarmonizationDecisionSource: () => io.flow.internal.v0.enums.HarmonizationDecisionSource;
|
|
787
755
|
export declare const makeHarmonizationItemClassification: () => io.flow.internal.v0.models.HarmonizationItemClassification;
|
|
788
|
-
export declare const makeHarmonizationItemClassificationDeleted: () => io.flow.internal.v0.models.HarmonizationItemClassificationDeleted;
|
|
789
|
-
export declare const makeHarmonizationItemClassificationUpserted: () => io.flow.internal.v0.models.HarmonizationItemClassificationUpserted;
|
|
790
756
|
export declare const makeHarmonizationItemSummary: () => io.flow.internal.v0.models.HarmonizationItemSummary;
|
|
791
757
|
export declare const makeHarmonizationMlModelSummary: () => io.flow.internal.v0.models.HarmonizationMlModelSummary;
|
|
792
758
|
export declare const makeHarmonizationPhraseSuggestionRequestImport: () => io.flow.internal.v0.models.HarmonizationPhraseSuggestionRequestImport;
|
|
@@ -827,7 +793,6 @@ export declare const makeInternalRefundForm: () => io.flow.internal.v0.models.Ad
|
|
|
827
793
|
export declare const makeInternalStripeAuthorizationDetails: () => io.flow.internal.v0.models.InternalStripeAuthorizationDetails;
|
|
828
794
|
export declare const makeInternalTransactionDetails: () => io.flow.internal.v0.models.InternalTransactionDetailsCard;
|
|
829
795
|
export declare const makeInternalTransactionDetailsCard: () => io.flow.internal.v0.models.InternalTransactionDetailsCard;
|
|
830
|
-
export declare const makeInvalidCheckoutData: () => io.flow.internal.v0.models.InvalidCheckoutData;
|
|
831
796
|
export declare const makeInvariant: () => io.flow.internal.v0.models.Invariant;
|
|
832
797
|
export declare const makeInventoryItemWrapper: () => io.flow.internal.v0.models.InventoryItemWrapper;
|
|
833
798
|
export declare const makeInvoice: () => io.flow.internal.v0.models.Invoice;
|
|
@@ -840,7 +805,6 @@ export declare const makeIssuerDeleted: () => io.flow.internal.v0.models.IssuerD
|
|
|
840
805
|
export declare const makeIssuerUpserted: () => io.flow.internal.v0.models.IssuerUpserted;
|
|
841
806
|
export declare const makeItemClassification: () => io.flow.internal.v0.models.ItemClassification;
|
|
842
807
|
export declare const makeItemClassificationAction: () => io.flow.internal.v0.enums.ItemClassificationAction;
|
|
843
|
-
export declare const makeItemClassificationCreated: () => io.flow.internal.v0.models.ItemClassificationCreated;
|
|
844
808
|
export declare const makeItemClassificationForm: () => io.flow.internal.v0.models.ItemClassificationForm;
|
|
845
809
|
export declare const makeItemClassificationStatus: () => io.flow.internal.v0.enums.ItemClassificationStatus;
|
|
846
810
|
export declare const makeItemClassificationSummary: () => io.flow.internal.v0.models.ItemClassificationSummary;
|
|
@@ -890,6 +854,7 @@ export declare const makeLabelCreationJobSummary: () => io.flow.internal.v0.mode
|
|
|
890
854
|
export declare const makeLabelCreationRequestForm: () => io.flow.internal.v0.models.LabelCreationRequestForm;
|
|
891
855
|
export declare const makeLabelCreationStatus: () => io.flow.internal.v0.enums.LabelCreationStatus;
|
|
892
856
|
export declare const makeLabelDestination: () => io.flow.internal.v0.models.LabelDestination;
|
|
857
|
+
export declare const makeLabelEventMedium: () => io.flow.internal.v0.enums.LabelEventMedium;
|
|
893
858
|
export declare const makeLabelEventSource: () => io.flow.internal.v0.enums.LabelEventSource;
|
|
894
859
|
export declare const makeLabelGenerationSettings: () => io.flow.internal.v0.models.LabelGenerationSettings;
|
|
895
860
|
export declare const makeLabelGenerationSettingsDeleted: () => io.flow.internal.v0.models.LabelGenerationSettingsDeleted;
|
|
@@ -944,16 +909,9 @@ export declare const makeLocalizedContent: () => io.flow.internal.v0.models.Loca
|
|
|
944
909
|
export declare const makeLocalizedContentElement: () => io.flow.internal.v0.models.LocalizedContentElement;
|
|
945
910
|
export declare const makeLocalizedContentForm: () => io.flow.internal.v0.models.LocalizedContentForm;
|
|
946
911
|
export declare const makeLocalizedContentUpserted: () => io.flow.internal.v0.models.LocalizedContentUpserted;
|
|
947
|
-
export declare const makeLocalizedItemDeleted: () => io.flow.internal.v0.models.LocalizedItemDeleted;
|
|
948
|
-
export declare const makeLocalizedItemDeletedV2: () => io.flow.internal.v0.models.LocalizedItemDeletedV2;
|
|
949
912
|
export declare const makeLocalizedItemPricesExportRequest: () => io.flow.internal.v0.models.LocalizedItemPricesExportRequest;
|
|
950
|
-
export declare const makeLocalizedItemSnapshot: () => io.flow.internal.v0.models.LocalizedItemSnapshot;
|
|
951
|
-
export declare const makeLocalizedItemUpsertedV2: () => io.flow.internal.v0.models.LocalizedItemUpsertedV2;
|
|
952
913
|
export declare const makeLocalizedItemsExportSettings: () => io.flow.internal.v0.models.LocalizedItemsExportSettings;
|
|
953
|
-
export declare const makeLocalizedPriceBookItem: () => io.flow.internal.v0.models.LocalizedPriceBookItem;
|
|
954
914
|
export declare const makeLocalizedPriceBookItemData: () => io.flow.internal.v0.models.LocalizedPriceBookItemData;
|
|
955
|
-
export declare const makeLocalizedPriceBookItemDeleted: () => io.flow.internal.v0.models.LocalizedPriceBookItemDeleted;
|
|
956
|
-
export declare const makeLocalizedPriceBookItemUpserted: () => io.flow.internal.v0.models.LocalizedPriceBookItemUpserted;
|
|
957
915
|
export declare const makeLocation: () => io.flow.internal.v0.models.Location;
|
|
958
916
|
export declare const makeLogisticsCapabilities: () => io.flow.internal.v0.models.LogisticsCapabilities;
|
|
959
917
|
export declare const makeLogisticsCapabilitiesDeleted: () => io.flow.internal.v0.models.LogisticsCapabilitiesDeleted;
|
|
@@ -985,58 +943,6 @@ export declare const makeManualTransactionCategory: () => io.flow.internal.v0.en
|
|
|
985
943
|
export declare const makeManualTransactionForm: () => io.flow.internal.v0.models.ManualTransactionForm;
|
|
986
944
|
export declare const makeManualTransactionFormOrder: () => io.flow.internal.v0.models.ManualTransactionFormOrder;
|
|
987
945
|
export declare const makeMarkedAsFinal: () => io.flow.internal.v0.models.MarkedAsFinal;
|
|
988
|
-
export declare const makeMarketingGatewayAccountConnectionStatus: () => io.flow.internal.v0.enums.MarketingGatewayAccountConnectionStatus;
|
|
989
|
-
export declare const makeMarketingGatewayChannel: () => io.flow.internal.v0.models.MarketingGatewayChannel;
|
|
990
|
-
export declare const makeMarketingGatewayChannelConnectionForm: () => io.flow.internal.v0.models.MarketingGatewayChannelConnectionForm;
|
|
991
|
-
export declare const makeMarketingGatewayChannelDetails: () => io.flow.internal.v0.unions.MarketingGatewayChannelDetails;
|
|
992
|
-
export declare const makeMarketingGatewayChannelForm: () => io.flow.internal.v0.models.MarketingGatewayChannelForm;
|
|
993
|
-
export declare const makeMarketingGatewayChannelIntegrationType: () => io.flow.internal.v0.enums.MarketingGatewayChannelIntegrationType;
|
|
994
|
-
export declare const makeMarketingGatewayChannelSourceSummary: () => io.flow.internal.v0.models.MarketingGatewayChannelSourceSummary;
|
|
995
|
-
export declare const makeMarketingGatewayChannelStatus: () => io.flow.internal.v0.enums.MarketingGatewayChannelStatus;
|
|
996
|
-
export declare const makeMarketingGatewayDistributionChannel: () => io.flow.internal.v0.unions.MarketingGatewayDistributionChannel;
|
|
997
|
-
export declare const makeMarketingGatewayDistributionChannelFacebook: () => io.flow.internal.v0.models.MarketingGatewayDistributionChannelFacebook;
|
|
998
|
-
export declare const makeMarketingGatewayDistributionChannelGoogle: () => io.flow.internal.v0.models.MarketingGatewayDistributionChannelGoogle;
|
|
999
|
-
export declare const makeMarketingGatewayError: () => io.flow.internal.v0.models.MarketingGatewayError;
|
|
1000
|
-
export declare const makeMarketingGatewayErrorCode: () => io.flow.internal.v0.enums.MarketingGatewayErrorCode;
|
|
1001
|
-
export declare const makeMarketingGatewayFacebookBusiness: () => io.flow.internal.v0.models.MarketingGatewayFacebookBusiness;
|
|
1002
|
-
export declare const makeMarketingGatewayFacebookBusinessSummary: () => io.flow.internal.v0.models.MarketingGatewayFacebookBusinessSummary;
|
|
1003
|
-
export declare const makeMarketingGatewayFacebookCatalogForm: () => io.flow.internal.v0.models.MarketingGatewayFacebookCatalogForm;
|
|
1004
|
-
export declare const makeMarketingGatewayFacebookCatalogSummary: () => io.flow.internal.v0.models.MarketingGatewayFacebookCatalogSummary;
|
|
1005
|
-
export declare const makeMarketingGatewayFacebookChannelDetails: () => io.flow.internal.v0.models.MarketingGatewayFacebookChannelDetails;
|
|
1006
|
-
export declare const makeMarketingGatewayFacebookConnection: () => io.flow.internal.v0.models.MarketingGatewayFacebookConnection;
|
|
1007
|
-
export declare const makeMarketingGatewayFacebookConnectionAccessTokenSummary: () => io.flow.internal.v0.models.MarketingGatewayFacebookConnectionAccessTokenSummary;
|
|
1008
|
-
export declare const makeMarketingGatewayFacebookConnectionDeauth: () => io.flow.internal.v0.models.MarketingGatewayFacebookConnectionDeauth;
|
|
1009
|
-
export declare const makeMarketingGatewayFacebookConnectionForm: () => io.flow.internal.v0.models.MarketingGatewayFacebookConnectionForm;
|
|
1010
|
-
export declare const makeMarketingGatewayFacebookSourceSummary: () => io.flow.internal.v0.models.MarketingGatewayFacebookSourceSummary;
|
|
1011
|
-
export declare const makeMarketingGatewayFacebookTokenStatus: () => io.flow.internal.v0.enums.MarketingGatewayFacebookTokenStatus;
|
|
1012
|
-
export declare const makeMarketingGatewayFeed: () => io.flow.internal.v0.models.MarketingGatewayFeed;
|
|
1013
|
-
export declare const makeMarketingGatewayFeedDownloadFormat: () => io.flow.internal.v0.enums.MarketingGatewayFeedDownloadFormat;
|
|
1014
|
-
export declare const makeMarketingGatewayFeedExportForm: () => io.flow.internal.v0.models.MarketingGatewayFeedExportForm;
|
|
1015
|
-
export declare const makeMarketingGatewayFeedForm: () => io.flow.internal.v0.models.MarketingGatewayFeedForm;
|
|
1016
|
-
export declare const makeMarketingGatewayFeedFormRequest: () => io.flow.internal.v0.models.MarketingGatewayFeedFormRequest;
|
|
1017
|
-
export declare const makeMarketingGatewayFeedSource: () => io.flow.internal.v0.unions.MarketingGatewayFeedSource;
|
|
1018
|
-
export declare const makeMarketingGatewayFeedSourceFacebook: () => io.flow.internal.v0.models.MarketingGatewayFeedSourceFacebook;
|
|
1019
|
-
export declare const makeMarketingGatewayFeedSourceGoogle: () => io.flow.internal.v0.models.MarketingGatewayFeedSourceGoogle;
|
|
1020
|
-
export declare const makeMarketingGatewayFeedState: () => io.flow.internal.v0.enums.MarketingGatewayFeedState;
|
|
1021
|
-
export declare const makeMarketingGatewayFilterSummary: () => io.flow.internal.v0.models.MarketingGatewayFilterSummary;
|
|
1022
|
-
export declare const makeMarketingGatewayFlowSourceSummary: () => io.flow.internal.v0.models.MarketingGatewayFlowSourceSummary;
|
|
1023
|
-
export declare const makeMarketingGatewayGoogleAccountForm: () => io.flow.internal.v0.models.MarketingGatewayGoogleAccountForm;
|
|
1024
|
-
export declare const makeMarketingGatewayGoogleAccountSummary: () => io.flow.internal.v0.models.MarketingGatewayGoogleAccountSummary;
|
|
1025
|
-
export declare const makeMarketingGatewayGoogleChannelDetails: () => io.flow.internal.v0.models.MarketingGatewayGoogleChannelDetails;
|
|
1026
|
-
export declare const makeMarketingGatewayGoogleConnection: () => io.flow.internal.v0.models.MarketingGatewayGoogleConnection;
|
|
1027
|
-
export declare const makeMarketingGatewayGoogleConnectionForm: () => io.flow.internal.v0.models.MarketingGatewayGoogleConnectionForm;
|
|
1028
|
-
export declare const makeMarketingGatewayGoogleItem: () => io.flow.internal.v0.models.MarketingGatewayGoogleItem;
|
|
1029
|
-
export declare const makeMarketingGatewayGoogleSourceSummary: () => io.flow.internal.v0.models.MarketingGatewayGoogleSourceSummary;
|
|
1030
|
-
export declare const makeMarketingGatewayItem: () => io.flow.internal.v0.models.MarketingGatewayGoogleItem;
|
|
1031
|
-
export declare const makeMarketingGatewayLocalizedItem: () => io.flow.internal.v0.models.MarketingGatewayLocalizedItem;
|
|
1032
|
-
export declare const makeMarketingGatewayNewChannelRequestForm: () => io.flow.internal.v0.models.MarketingGatewayNewChannelRequestForm;
|
|
1033
|
-
export declare const makeMarketingGatewayPlatform: () => io.flow.internal.v0.enums.MarketingGatewayPlatform;
|
|
1034
|
-
export declare const makeMarketingGatewayProductDatasourceSummary: () => io.flow.internal.v0.models.MarketingGatewayProductDatasourceSummary;
|
|
1035
|
-
export declare const makeMarketingGatewayProductStatus: () => io.flow.internal.v0.enums.MarketingGatewayProductStatus;
|
|
1036
|
-
export declare const makeMarketingGatewaySchemaCompatibility: () => io.flow.internal.v0.enums.MarketingGatewaySchemaCompatibility;
|
|
1037
|
-
export declare const makeMarketingGatewaySchemaSummary: () => io.flow.internal.v0.models.MarketingGatewaySchemaSummary;
|
|
1038
|
-
export declare const makeMarketingGatewaySourceSummary: () => io.flow.internal.v0.unions.MarketingGatewaySourceSummary;
|
|
1039
|
-
export declare const makeMarketingGatewaySupportedChannelDetails: () => io.flow.internal.v0.models.MarketingGatewaySupportedChannelDetails;
|
|
1040
946
|
export declare const makeMarketsOrder: () => io.flow.internal.v0.models.MarketsOrder;
|
|
1041
947
|
export declare const makeMarketsOrderSummary: () => io.flow.internal.v0.models.MarketsOrderSummary;
|
|
1042
948
|
export declare const makeMerchant: () => io.flow.internal.v0.models.Merchant;
|
|
@@ -1068,6 +974,7 @@ export declare const makeNoCalculatedTaxAmount: () => io.flow.internal.v0.models
|
|
|
1068
974
|
export declare const makeNoClassificationForm: () => io.flow.internal.v0.models.NoClassificationForm;
|
|
1069
975
|
export declare const makeNoLiabilityReasonCode: () => io.flow.internal.v0.enums.NoLiabilityReasonCode;
|
|
1070
976
|
export declare const makeNonChannelPaymentBankAccount: () => io.flow.internal.v0.models.NonChannelPaymentBankAccount;
|
|
977
|
+
export declare const makeNonL4LTaxDutyFxTransaction: () => io.flow.internal.v0.models.NonL4LTaxDutyFxTransaction;
|
|
1071
978
|
export declare const makeNotification: () => io.flow.internal.v0.models.Notification;
|
|
1072
979
|
export declare const makeOnboardingAuditMessage: () => io.flow.internal.v0.models.OnboardingAuditMessage;
|
|
1073
980
|
export declare const makeOnboardingAuditMessageLevel: () => io.flow.internal.v0.enums.OnboardingAuditMessageLevel;
|
|
@@ -1090,10 +997,8 @@ export declare const makeOptinPrompt: () => io.flow.internal.v0.models.OptinProm
|
|
|
1090
997
|
export declare const makeOptinPromptCheckoutDisplay: () => io.flow.internal.v0.models.OptinPromptCheckoutDisplay;
|
|
1091
998
|
export declare const makeOptinPromptCopy: () => io.flow.internal.v0.models.OptinPromptCopy;
|
|
1092
999
|
export declare const makeOptinPromptCopyForm: () => io.flow.internal.v0.models.OptinPromptCopyForm;
|
|
1093
|
-
export declare const makeOptinPromptDeleted: () => io.flow.internal.v0.models.OptinPromptDeleted;
|
|
1094
1000
|
export declare const makeOptinPromptDisplay: () => io.flow.internal.v0.models.OptinPromptCheckoutDisplay;
|
|
1095
1001
|
export declare const makeOptinPromptForm: () => io.flow.internal.v0.models.OptinPromptForm;
|
|
1096
|
-
export declare const makeOptinPromptUpserted: () => io.flow.internal.v0.models.OptinPromptUpserted;
|
|
1097
1002
|
export declare const makeOrderAction: () => io.flow.internal.v0.enums.OrderAction;
|
|
1098
1003
|
export declare const makeOrderActionForm: () => io.flow.internal.v0.unions.OrderActionForm;
|
|
1099
1004
|
export declare const makeOrderActionability: () => io.flow.internal.v0.models.OrderActionability;
|
|
@@ -1119,11 +1024,9 @@ export declare const makeOrderDetail: () => io.flow.internal.v0.models.OrderDeta
|
|
|
1119
1024
|
export declare const makeOrderEditSummary: () => io.flow.internal.v0.models.OrderEditSummary;
|
|
1120
1025
|
export declare const makeOrderFulfillmentDeleted: () => io.flow.internal.v0.models.OrderFulfillmentDeleted;
|
|
1121
1026
|
export declare const makeOrderFulfillmentUpserted: () => io.flow.internal.v0.models.OrderFulfillmentUpserted;
|
|
1122
|
-
export declare const makeOrderFxTransaction: () => io.flow.internal.v0.models.OrderFxTransaction;
|
|
1123
1027
|
export declare const makeOrderLifecycleEvent: () => io.flow.internal.v0.enums.OrderLifecycleEvent;
|
|
1124
1028
|
export declare const makeOrderNote: () => io.flow.internal.v0.models.OrderNote;
|
|
1125
1029
|
export declare const makeOrderNoteForm: () => io.flow.internal.v0.models.OrderNoteForm;
|
|
1126
|
-
export declare const makeOrderParameters: () => io.flow.internal.v0.models.OrderParameters;
|
|
1127
1030
|
export declare const makeOrderPaymentAuthorization: () => io.flow.internal.v0.models.OrderPaymentAuthorization;
|
|
1128
1031
|
export declare const makeOrderPlaced: () => io.flow.internal.v0.models.OrderPlaced;
|
|
1129
1032
|
export declare const makeOrderRatesDataV3: () => io.flow.internal.v0.models.OrderRatesDataV3;
|
|
@@ -1260,6 +1163,8 @@ export declare const makePaymentProcessorAccountUpserted: () => io.flow.internal
|
|
|
1260
1163
|
export declare const makePaymentProcessorMerchantDeleted: () => io.flow.internal.v0.models.PaymentProcessorMerchantDeleted;
|
|
1261
1164
|
export declare const makePaymentProcessorMerchantUpserted: () => io.flow.internal.v0.models.PaymentProcessorMerchantUpserted;
|
|
1262
1165
|
export declare const makePaymentRedirect: () => io.flow.internal.v0.unions.PaymentRedirect;
|
|
1166
|
+
export declare const makePaymentShortUrl: () => io.flow.internal.v0.models.PaymentShortUrl;
|
|
1167
|
+
export declare const makePaymentShortUrlDiscriminator: () => "adyen_3ds2";
|
|
1263
1168
|
export declare const makePaymentSummary: () => io.flow.internal.v0.models.PaymentSummary;
|
|
1264
1169
|
export declare const makePaymentSummaryDetails: () => io.flow.internal.v0.models.SearchAuthorization;
|
|
1265
1170
|
export declare const makePaymentSummaryStatus: () => io.flow.internal.v0.enums.PaymentSummaryStatus;
|
|
@@ -1306,8 +1211,6 @@ export declare const makePlatformFeePercentage: () => io.flow.internal.v0.models
|
|
|
1306
1211
|
export declare const makePlatformFeePercentageTier: () => io.flow.internal.v0.models.PlatformFeePercentageTier;
|
|
1307
1212
|
export declare const makePrediction: () => io.flow.internal.v0.models.Prediction;
|
|
1308
1213
|
export declare const makePreferredBillingSchedule: () => io.flow.internal.v0.enums.PreferredBillingSchedule;
|
|
1309
|
-
export declare const makePregeneratedQuote: () => io.flow.internal.v0.models.PregeneratedQuote;
|
|
1310
|
-
export declare const makePregeneratedRequestEvent: () => io.flow.internal.v0.models.PregeneratedRequestEvent;
|
|
1311
1214
|
export declare const makePriceSelector: () => io.flow.internal.v0.enums.PriceSelector;
|
|
1312
1215
|
export declare const makePrioritizedCenterReference: () => io.flow.internal.v0.models.PrioritizedCenterReference;
|
|
1313
1216
|
export declare const makeProcessingTransaction: () => io.flow.internal.v0.models.ProcessingTransaction;
|
|
@@ -1364,8 +1267,6 @@ export declare const makePublicHub: () => io.flow.internal.v0.models.PublicHub;
|
|
|
1364
1267
|
export declare const makePublicHubForm: () => io.flow.internal.v0.models.PublicHubForm;
|
|
1365
1268
|
export declare const makeQuote: () => io.flow.internal.v0.models.Quote;
|
|
1366
1269
|
export declare const makeQuoteDeleted: () => io.flow.internal.v0.models.QuoteDeleted;
|
|
1367
|
-
export declare const makeQuoteRequest: () => io.flow.internal.v0.models.QuoteRequest;
|
|
1368
|
-
export declare const makeQuoteRequestType: () => io.flow.internal.v0.enums.QuoteRequestType;
|
|
1369
1270
|
export declare const makeQuoteUpserted: () => io.flow.internal.v0.models.QuoteUpserted;
|
|
1370
1271
|
export declare const makeRateAndRuleItem: () => io.flow.internal.v0.models.RateAndRuleItem;
|
|
1371
1272
|
export declare const makeRateAndRuleItemForm: () => io.flow.internal.v0.models.RateAndRuleItemForm;
|
|
@@ -1400,9 +1301,6 @@ export declare const makeRatecardDimensionEstimateDeleted: () => io.flow.interna
|
|
|
1400
1301
|
export declare const makeRatecardDimensionEstimateUpserted: () => io.flow.internal.v0.models.RatecardDimensionEstimateUpserted;
|
|
1401
1302
|
export declare const makeRatecardInternalServiceFee: () => io.flow.internal.v0.models.RatecardInternalServiceFee;
|
|
1402
1303
|
export declare const makeRatecardInternalSummary: () => io.flow.internal.v0.models.RatecardInternalSummary;
|
|
1403
|
-
export declare const makeRatecardLaneAggregate: () => io.flow.internal.v0.models.RatecardLaneAggregate;
|
|
1404
|
-
export declare const makeRatecardLaneAggregateDeleted: () => io.flow.internal.v0.models.RatecardLaneAggregateDeleted;
|
|
1405
|
-
export declare const makeRatecardLaneAggregateUpserted: () => io.flow.internal.v0.models.RatecardLaneAggregateUpserted;
|
|
1406
1304
|
export declare const makeRatecardLanesImportRequest: () => io.flow.internal.v0.models.RatecardLanesImportRequest;
|
|
1407
1305
|
export declare const makeRatecardRateLevelDeleted: () => io.flow.internal.v0.models.RatecardRateLevelDeleted;
|
|
1408
1306
|
export declare const makeRatecardRateLevelOrganizationDeleted: () => io.flow.internal.v0.models.RatecardRateLevelOrganizationDeleted;
|
|
@@ -1572,8 +1470,9 @@ export declare const makeSessionRollout: () => io.flow.internal.v0.models.Sessio
|
|
|
1572
1470
|
export declare const makeSessionRolloutForm: () => io.flow.internal.v0.models.SessionRolloutForm;
|
|
1573
1471
|
export declare const makeSetupBlockPutForm: () => io.flow.internal.v0.models.SetupBlockPutForm;
|
|
1574
1472
|
export declare const makeSfExpress: () => io.flow.internal.v0.models.SfExpress;
|
|
1575
|
-
export declare const makeShawnRoundtableWorkshopRate: () => io.flow.internal.v0.models.ShawnRoundtableWorkshopRate;
|
|
1576
1473
|
export declare const makeShippedItemValue: () => io.flow.internal.v0.models.ShippedItemValue;
|
|
1474
|
+
export declare const makeShippingEstimateDeleted: () => io.flow.internal.v0.models.ShippingEstimateDeleted;
|
|
1475
|
+
export declare const makeShippingEstimateUpserted: () => io.flow.internal.v0.models.ShippingEstimateUpserted;
|
|
1577
1476
|
export declare const makeShippingLane: () => io.flow.internal.v0.models.ShippingLane;
|
|
1578
1477
|
export declare const makeShippingMethodReference: () => io.flow.internal.v0.models.ShippingMethodReference;
|
|
1579
1478
|
export declare const makeShop: () => io.flow.internal.v0.models.Shop;
|
|
@@ -1641,6 +1540,7 @@ export declare const makeShopifyMarketsTradeSector: () => io.flow.internal.v0.en
|
|
|
1641
1540
|
export declare const makeShopifyMarketsWebhookRegistration: () => io.flow.internal.v0.models.ShopifyMarketsWebhookRegistration;
|
|
1642
1541
|
export declare const makeShopifyMarketsWebhookRegistrationDeleted: () => io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationDeleted;
|
|
1643
1542
|
export declare const makeShopifyMarketsWebhookRegistrationUpserted: () => io.flow.internal.v0.models.ShopifyMarketsWebhookRegistrationUpserted;
|
|
1543
|
+
export declare const makeShopifyMerchantPlan: () => io.flow.internal.v0.models.ShopifyMerchantPlan;
|
|
1644
1544
|
export declare const makeShopifyMetadata: () => io.flow.internal.v0.models.ShopifyMetadata;
|
|
1645
1545
|
export declare const makeShopifyMonitoringCarrierService: () => io.flow.internal.v0.models.ShopifyMonitoringCarrierService;
|
|
1646
1546
|
export declare const makeShopifyMonitoringFulfillmentExternal: () => io.flow.internal.v0.models.ShopifyMonitoringFulfillmentExternal;
|
|
@@ -1672,6 +1572,7 @@ export declare const makeShopifyOrganizationSettingsForm: () => io.flow.internal
|
|
|
1672
1572
|
export declare const makeShopifyPartnerWebhook: () => io.flow.internal.v0.models.ShopifyPartnerWebhook;
|
|
1673
1573
|
export declare const makeShopifyPartnerWebhookRaw: () => io.flow.internal.v0.models.ShopifyPartnerWebhookRaw;
|
|
1674
1574
|
export declare const makeShopifyPaymentSummary: () => io.flow.internal.v0.models.ShopifyPaymentSummary;
|
|
1575
|
+
export declare const makeShopifyPlanType: () => io.flow.internal.v0.enums.ShopifyPlanType;
|
|
1675
1576
|
export declare const makeShopifyProductBundle: () => io.flow.internal.v0.models.ShopifyProductBundle;
|
|
1676
1577
|
export declare const makeShopifyProductBundleDeleted: () => io.flow.internal.v0.models.ShopifyProductBundleDeleted;
|
|
1677
1578
|
export declare const makeShopifyProductBundleUnderlying: () => io.flow.internal.v0.models.ShopifyProductBundleUnderlying;
|
|
@@ -1815,6 +1716,10 @@ export declare const makeTaxCalculationErrorCode: () => io.flow.internal.v0.enum
|
|
|
1815
1716
|
export declare const makeTaxCalculationForm: () => io.flow.internal.v0.models.TaxCalculationForm;
|
|
1816
1717
|
export declare const makeTaxCalculationLineItem: () => io.flow.internal.v0.models.TaxCalculationLineItem;
|
|
1817
1718
|
export declare const makeTaxCalculationLineItemForm: () => io.flow.internal.v0.models.TaxCalculationLineItemForm;
|
|
1719
|
+
export declare const makeTaxDutyDeltaMetadataActual: () => io.flow.internal.v0.models.TaxDutyDeltaMetadataActual;
|
|
1720
|
+
export declare const makeTaxDutyDeltaMetadataActualProcessing: () => io.flow.internal.v0.models.TaxDutyDeltaMetadataActualProcessing;
|
|
1721
|
+
export declare const makeTaxDutyDeltaMetadataExpected: () => io.flow.internal.v0.models.TaxDutyDeltaMetadataExpected;
|
|
1722
|
+
export declare const makeTaxDutyDeltaMetadataExpectedProcessing: () => io.flow.internal.v0.models.TaxDutyDeltaMetadataExpectedProcessing;
|
|
1818
1723
|
export declare const makeTaxDutyDeltaTransaction: () => io.flow.internal.v0.models.TaxDutyDeltaTransaction;
|
|
1819
1724
|
export declare const makeTaxParty: () => io.flow.internal.v0.enums.TaxParty;
|
|
1820
1725
|
export declare const makeTaxRemittanceTransaction: () => io.flow.internal.v0.models.TaxRemittanceTransaction;
|
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.121",
|
|
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": "804cd1afec6f2a750da3a0f134494fec43c1f1f7"
|
|
41
41
|
}
|