@flowio/api-internal-factories 0.0.129 → 0.0.131
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 +278 -1545
- package/dist/esm/api-internal.js +214 -1361
- package/dist/types/api-internal.d.ts +28 -146
- package/package.json +2 -2
- package/src/api-internal.ts +263 -1631
|
@@ -34,10 +34,6 @@ export declare const makeAccountUpsertedV2: () => io.flow.internal.v0.models.Acc
|
|
|
34
34
|
export declare const makeAccountingPendingOrderMetadata: () => io.flow.internal.v0.models.AccountingPendingOrderMetadata;
|
|
35
35
|
export declare const makeActionQuantity: () => io.flow.internal.v0.models.ActionQuantity;
|
|
36
36
|
export declare const makeAdditionalImportTax: () => io.flow.internal.v0.models.AdditionalImportTax;
|
|
37
|
-
export declare const makeAddressConfigurationProvinceSetting: () => io.flow.internal.v0.models.AddressConfigurationProvinceSetting;
|
|
38
|
-
export declare const makeAddressConfigurationSetting: () => io.flow.internal.v0.models.AddressConfigurationSetting;
|
|
39
|
-
export declare const makeAddressConfigurationSettingForm: () => io.flow.internal.v0.models.AddressConfigurationSettingForm;
|
|
40
|
-
export declare const makeAddressConfigurationSettingProvinceCode: () => io.flow.internal.v0.enums.AddressConfigurationSettingProvinceCode;
|
|
41
37
|
export declare const makeAdjustmentAmount: () => io.flow.internal.v0.unions.AdjustmentAmount;
|
|
42
38
|
export declare const makeAdjustmentAmountFixed: () => io.flow.internal.v0.models.AdjustmentAmountFixed;
|
|
43
39
|
export declare const makeAdjustmentAmountPercentage: () => io.flow.internal.v0.models.AdjustmentAmountPercentage;
|
|
@@ -111,7 +107,6 @@ export declare const makeAnshItemForm: () => io.flow.internal.v0.models.AnshItem
|
|
|
111
107
|
export declare const makeAnshItemType: () => io.flow.internal.v0.enums.AnshItemType;
|
|
112
108
|
export declare const makeAnyDangerousGoods: () => io.flow.internal.v0.enums.AnyDangerousGoods;
|
|
113
109
|
export declare const makeApiCallReferenceId: () => io.flow.internal.v0.enums.ApiCallReferenceId;
|
|
114
|
-
export declare const makeApmContent: () => io.flow.internal.v0.models.ApmContent;
|
|
115
110
|
export declare const makeApplePayAuthorizationPayload: () => io.flow.internal.v0.models.ApplePayAuthorizationPayload;
|
|
116
111
|
export declare const makeApplicablePreferentialRate: () => io.flow.internal.v0.enums.ApplicablePreferentialRate;
|
|
117
112
|
export declare const makeApplyAtValueForm: () => io.flow.internal.v0.models.ApplyAtValueForm;
|
|
@@ -136,6 +131,8 @@ export declare const makeBankAccountReference: () => io.flow.internal.v0.models.
|
|
|
136
131
|
export declare const makeBankAccountStatus: () => io.flow.internal.v0.enums.BankAccountStatus;
|
|
137
132
|
export declare const makeBankPayment: () => io.flow.internal.v0.models.BankPayment;
|
|
138
133
|
export declare const makeBankPaymentDeletedV2: () => io.flow.internal.v0.models.BankPaymentDeletedV2;
|
|
134
|
+
export declare const makeBankPaymentDetail: () => io.flow.internal.v0.models.BankPaymentDetail;
|
|
135
|
+
export declare const makeBankPaymentDetailAttachment: () => io.flow.internal.v0.models.BankPaymentDetailAttachment;
|
|
139
136
|
export declare const makeBankPaymentForm: () => io.flow.internal.v0.models.BankPaymentForm;
|
|
140
137
|
export declare const makeBankPaymentOrder: () => io.flow.internal.v0.models.BankPaymentOrder;
|
|
141
138
|
export declare const makeBankPaymentOrderDeleted: () => io.flow.internal.v0.models.BankPaymentOrderDeleted;
|
|
@@ -318,7 +315,6 @@ export declare const makeChargebackPaymentStatus: () => io.flow.internal.v0.enum
|
|
|
318
315
|
export declare const makeChargebackProcessStatus: () => io.flow.internal.v0.enums.ChargebackProcessStatus;
|
|
319
316
|
export declare const makeChargebackUpserted: () => io.flow.internal.v0.models.ChargebackUpserted;
|
|
320
317
|
export declare const makeChargebackVersion: () => io.flow.internal.v0.models.ChargebackVersion;
|
|
321
|
-
export declare const makeCheckbox: () => io.flow.internal.v0.models.Checkbox;
|
|
322
318
|
export declare const makeCheckoutAnalytics: () => io.flow.internal.v0.models.CheckoutAnalytics;
|
|
323
319
|
export declare const makeCheckoutAsset: () => io.flow.internal.v0.models.CheckoutAsset;
|
|
324
320
|
export declare const makeCheckoutAssetType: () => io.flow.internal.v0.enums.CheckoutAssetType;
|
|
@@ -328,22 +324,9 @@ export declare const makeCheckoutBehaviorCustomerInfoEmail: () => io.flow.intern
|
|
|
328
324
|
export declare const makeCheckoutBehaviorShippingAddress: () => io.flow.internal.v0.models.CheckoutBehaviorShippingAddress;
|
|
329
325
|
export declare const makeCheckoutBehaviorShippingMethod: () => io.flow.internal.v0.models.CheckoutBehaviorShippingMethod;
|
|
330
326
|
export declare const makeCheckoutConfiguration: () => io.flow.internal.v0.models.CheckoutConfiguration;
|
|
331
|
-
export declare const makeCheckoutConfigurationDeleted: () => io.flow.internal.v0.models.CheckoutConfigurationDeleted;
|
|
332
327
|
export declare const makeCheckoutConfigurationForm: () => io.flow.internal.v0.models.CheckoutConfigurationForm;
|
|
333
328
|
export declare const makeCheckoutConfigurationReference: () => io.flow.internal.v0.models.CheckoutConfigurationReference;
|
|
334
|
-
export declare const makeCheckoutConfigurationUpserted: () => io.flow.internal.v0.models.CheckoutConfigurationUpserted;
|
|
335
|
-
export declare const makeCheckoutContent: () => io.flow.internal.v0.models.CheckoutContent;
|
|
336
|
-
export declare const makeCheckoutContentDetails: () => io.flow.internal.v0.models.CheckoutContentDetails;
|
|
337
|
-
export declare const makeCheckoutContentSummary: () => io.flow.internal.v0.models.CheckoutContentSummary;
|
|
338
|
-
export declare const makeCheckoutError: () => io.flow.internal.v0.models.CheckoutError;
|
|
339
|
-
export declare const makeCheckoutErrorCode: () => io.flow.internal.v0.enums.CheckoutErrorCode;
|
|
340
|
-
export declare const makeCheckoutMarketingContent: () => io.flow.internal.v0.models.CheckoutMarketingContent;
|
|
341
|
-
export declare const makeCheckoutPayment: () => io.flow.internal.v0.models.CheckoutPayment;
|
|
342
|
-
export declare const makeCheckoutPaymentContent: () => io.flow.internal.v0.models.CheckoutPaymentContent;
|
|
343
|
-
export declare const makeCheckoutPlatformData: () => io.flow.internal.v0.models.CheckoutPlatformData;
|
|
344
329
|
export declare const makeCheckoutPromptBehavior: () => io.flow.internal.v0.enums.CheckoutPromptBehavior;
|
|
345
|
-
export declare const makeCheckoutRedirect: () => io.flow.internal.v0.models.CheckoutRedirect;
|
|
346
|
-
export declare const makeCheckoutRedirectMethod: () => io.flow.internal.v0.enums.CheckoutRedirectMethod;
|
|
347
330
|
export declare const makeCheckoutSettings: () => io.flow.internal.v0.models.CheckoutSettings;
|
|
348
331
|
export declare const makeCheckoutShippingMethodPromptBehavior: () => io.flow.internal.v0.enums.CheckoutShippingMethodPromptBehavior;
|
|
349
332
|
export declare const makeCheckoutUrl: () => io.flow.internal.v0.models.CheckoutUrl;
|
|
@@ -408,24 +391,6 @@ export declare const makeConnectReportTransferTransferType: () => io.flow.intern
|
|
|
408
391
|
export declare const makeConsoleLabelRequestForm: () => io.flow.internal.v0.models.ConsoleLabelRequestForm;
|
|
409
392
|
export declare const makeConsoleLabelValidationForm: () => io.flow.internal.v0.unions.ConsoleLabelValidationForm;
|
|
410
393
|
export declare const makeConsoleMarkUnresolvableForm: () => io.flow.internal.v0.models.ConsoleMarkUnresolvableForm;
|
|
411
|
-
export declare const makeConsumerOptinActivity: () => io.flow.internal.v0.models.ConsumerOptinActivity;
|
|
412
|
-
export declare const makeContentElementType: () => io.flow.internal.v0.enums.ContentElementType;
|
|
413
|
-
export declare const makeContentItem: () => io.flow.internal.v0.unions.ContentItem;
|
|
414
|
-
export declare const makeContentLabel: () => io.flow.internal.v0.models.ContentLabel;
|
|
415
|
-
export declare const makeContentSchema: () => io.flow.internal.v0.models.ContentSchema;
|
|
416
|
-
export declare const makeContentSchemaElement: () => io.flow.internal.v0.models.ContentSchemaElement;
|
|
417
|
-
export declare const makeContentSchemaForm: () => io.flow.internal.v0.models.ContentSchemaForm;
|
|
418
|
-
export declare const makeContentSchemaSummary: () => io.flow.internal.v0.models.ContentSchemaSummary;
|
|
419
|
-
export declare const makeContentStatus: () => io.flow.internal.v0.enums.ContentStatus;
|
|
420
|
-
export declare const makeContentType: () => io.flow.internal.v0.enums.ContentType;
|
|
421
|
-
export declare const makeContentTypeCast: () => io.flow.internal.v0.enums.ContentTypeCast;
|
|
422
|
-
export declare const makeCountryPickerCountry: () => io.flow.internal.v0.models.CountryPickerCountry;
|
|
423
|
-
export declare const makeCountryPickerCountryData: () => io.flow.internal.v0.models.CountryPickerCountryData;
|
|
424
|
-
export declare const makeCountryPickerCurrency: () => io.flow.internal.v0.models.CountryPickerCurrency;
|
|
425
|
-
export declare const makeCountryPickerData: () => io.flow.internal.v0.models.CountryPickerData;
|
|
426
|
-
export declare const makeCountryPickerDeliveryWindow: () => io.flow.internal.v0.models.CountryPickerDeliveryWindow;
|
|
427
|
-
export declare const makeCountryPickerExperienceData: () => io.flow.internal.v0.models.CountryPickerExperienceData;
|
|
428
|
-
export declare const makeCountryPickerPaymentMethod: () => io.flow.internal.v0.models.CountryPickerPaymentMethod;
|
|
429
394
|
export declare const makeCourthouseProductSummary: () => io.flow.internal.v0.models.CourthouseProductSummary;
|
|
430
395
|
export declare const makeCrossdockTrackingStatus: () => io.flow.internal.v0.enums.CrossdockTrackingStatus;
|
|
431
396
|
export declare const makeCryptoAccount: () => io.flow.internal.v0.models.CryptoAccount;
|
|
@@ -448,6 +413,7 @@ export declare const makeCustomsProductLabels: () => io.flow.internal.v0.models.
|
|
|
448
413
|
export declare const makeDailyValue: () => io.flow.internal.v0.models.DailyValue;
|
|
449
414
|
export declare const makeDailyValueDeleted: () => io.flow.internal.v0.models.DailyValueDeleted;
|
|
450
415
|
export declare const makeDailyValueUpserted: () => io.flow.internal.v0.models.DailyValueUpserted;
|
|
416
|
+
export declare const makeDatabase: () => io.flow.internal.v0.models.Database;
|
|
451
417
|
export declare const makeDebugAccountingTransaction: () => io.flow.internal.v0.models.DebugAccountingTransaction;
|
|
452
418
|
export declare const makeDebugAccountingTransactionType: () => "fulfillment";
|
|
453
419
|
export declare const makeDebugAdjustment: () => io.flow.internal.v0.models.DebugAdjustment;
|
|
@@ -487,7 +453,6 @@ export declare const makeDeminimisAdjustmentType: () => io.flow.internal.v0.enum
|
|
|
487
453
|
export declare const makeDestinationError: () => io.flow.internal.v0.models.DestinationError;
|
|
488
454
|
export declare const makeDhl: () => io.flow.internal.v0.models.Dhl;
|
|
489
455
|
export declare const makeDhlEcommerce: () => io.flow.internal.v0.models.DhlEcommerce;
|
|
490
|
-
export declare const makeDict: () => io.flow.internal.v0.models.Dict;
|
|
491
456
|
export declare const makeDimensionEstimateOpsInput: () => io.flow.internal.v0.models.DimensionEstimateOpsInput;
|
|
492
457
|
export declare const makeDiscount: () => io.flow.internal.v0.models.Discount;
|
|
493
458
|
export declare const makeDiscountCode: () => io.flow.internal.v0.models.DiscountCode;
|
|
@@ -635,9 +600,6 @@ export declare const makeFinanceBankAccount: () => io.flow.internal.v0.models.Fi
|
|
|
635
600
|
export declare const makeFinanceBankAccountOwner: () => io.flow.internal.v0.models.FinanceBankAccountOwner;
|
|
636
601
|
export declare const makeFinanceBankPayment: () => io.flow.internal.v0.models.FinanceBankPayment;
|
|
637
602
|
export declare const makeFinancialMerchantCategory: () => io.flow.internal.v0.models.FinancialMerchantCategory;
|
|
638
|
-
export declare const makeFinancialReportingResponsibleParty: () => io.flow.internal.v0.enums.FinancialReportingResponsibleParty;
|
|
639
|
-
export declare const makeFinancialReportingStatement: () => io.flow.internal.v0.models.FinancialReportingStatement;
|
|
640
|
-
export declare const makeFinancialReportingStatementForm: () => io.flow.internal.v0.models.FinancialReportingStatementForm;
|
|
641
603
|
export declare const makeFiservAccount: () => io.flow.internal.v0.models.FiservAccount;
|
|
642
604
|
export declare const makeFiservAccountModificationForm: () => io.flow.internal.v0.models.FiservAccountModificationForm;
|
|
643
605
|
export declare const makeFiservAccountPutForm: () => io.flow.internal.v0.models.FiservAccountPutForm;
|
|
@@ -649,7 +611,6 @@ export declare const makeFiservMerchantModificationForm: () => io.flow.internal.
|
|
|
649
611
|
export declare const makeFiservMerchantPutForm: () => io.flow.internal.v0.models.FiservMerchantPutForm;
|
|
650
612
|
export declare const makeFlexeWebhook: () => io.flow.internal.v0.models.FlexeWebhook;
|
|
651
613
|
export declare const makeFlowAccount: () => io.flow.internal.v0.models.FlowAccount;
|
|
652
|
-
export declare const makeFlowApp: () => "console";
|
|
653
614
|
export declare const makeFlowBillingStatement: () => io.flow.internal.v0.models.FlowBillingStatement;
|
|
654
615
|
export declare const makeFlowChannelOrganization: () => io.flow.internal.v0.models.FlowChannelOrganization;
|
|
655
616
|
export declare const makeFlowLabProject: () => io.flow.internal.v0.models.FlowLabProject;
|
|
@@ -658,7 +619,6 @@ export declare const makeFlowLabProjectPutForm: () => io.flow.internal.v0.models
|
|
|
658
619
|
export declare const makeFlowLabelSetting: () => io.flow.internal.v0.models.FlowLabelSetting;
|
|
659
620
|
export declare const makeFlowLabelSettingForm: () => io.flow.internal.v0.models.FlowLabelSettingForm;
|
|
660
621
|
export declare const makeFlowShopValidationError: () => io.flow.internal.v0.models.FlowShopValidationError;
|
|
661
|
-
export declare const makeFormat: () => io.flow.internal.v0.enums.Format;
|
|
662
622
|
export declare const makeFraudAuthorizationSummary: () => io.flow.internal.v0.models.FraudAuthorizationSummary;
|
|
663
623
|
export declare const makeFraudPendingReview: () => io.flow.internal.v0.models.FraudPendingReview;
|
|
664
624
|
export declare const makeFraudPendingReviewAuthorization: () => io.flow.internal.v0.models.FraudPendingReviewAuthorization;
|
|
@@ -694,12 +654,6 @@ export declare const makeFraudSummary: () => io.flow.internal.v0.models.FraudSum
|
|
|
694
654
|
export declare const makeFtpFileDeleted: () => io.flow.internal.v0.models.FtpFileDeleted;
|
|
695
655
|
export declare const makeFtpFileToProcessUploaded: () => io.flow.internal.v0.models.FtpFileToProcessUploaded;
|
|
696
656
|
export declare const makeFtpFileUpserted: () => io.flow.internal.v0.models.FtpFileUpserted;
|
|
697
|
-
export declare const makeFtpIntent: () => io.flow.internal.v0.enums.FtpIntent;
|
|
698
|
-
export declare const makeFtpProtocol: () => io.flow.internal.v0.enums.FtpProtocol;
|
|
699
|
-
export declare const makeFtpSetting: () => io.flow.internal.v0.models.FtpSetting;
|
|
700
|
-
export declare const makeFtpSettingForm: () => io.flow.internal.v0.models.FtpSettingForm;
|
|
701
|
-
export declare const makeFtpSettingVersion: () => io.flow.internal.v0.models.FtpSettingVersion;
|
|
702
|
-
export declare const makeFtpSettingsPaths: () => io.flow.internal.v0.models.FtpSettingsPaths;
|
|
703
657
|
export declare const makeFuelSurchargeServiceFeeAmountByWeightPutForm: () => io.flow.internal.v0.models.FuelSurchargeServiceFeeAmountByWeightPutForm;
|
|
704
658
|
export declare const makeFuelSurchargeServiceFeePercentPutForm: () => io.flow.internal.v0.models.FuelSurchargeServiceFeePercentPutForm;
|
|
705
659
|
export declare const makeFuelSurchargeServiceFeePutForm: () => io.flow.internal.v0.unions.FuelSurchargeServiceFeePutForm;
|
|
@@ -735,6 +689,7 @@ export declare const makeFxRevenueRecognitionRate: () => io.flow.internal.v0.mod
|
|
|
735
689
|
export declare const makeFxRevenueRecognitionSource: () => io.flow.internal.v0.models.FxRevenueRecognitionSource;
|
|
736
690
|
export declare const makeGeIngestionFileStatus: () => io.flow.internal.v0.enums.GeIngestionFileStatus;
|
|
737
691
|
export declare const makeGeRevenueShareTransaction: () => io.flow.internal.v0.models.GeRevenueShareTransaction;
|
|
692
|
+
export declare const makeGeRevenueShareTransactionType: () => io.flow.internal.v0.enums.GeRevenueShareTransactionType;
|
|
738
693
|
export declare const makeGenerateLoad: () => io.flow.internal.v0.unions.GenerateLoad;
|
|
739
694
|
export declare const makeGenerateLoadMultipleOrgs: () => io.flow.internal.v0.models.GenerateLoadMultipleOrgs;
|
|
740
695
|
export declare const makeGenerateLoadSingleOrg: () => io.flow.internal.v0.models.GenerateLoadSingleOrg;
|
|
@@ -766,7 +721,9 @@ export declare const makeHarmonizationThresholdForm: () => io.flow.internal.v0.m
|
|
|
766
721
|
export declare const makeHarmonizationUnclassifiedStatistics: () => io.flow.internal.v0.models.HarmonizationUnclassifiedStatistics;
|
|
767
722
|
export declare const makeHarmonizeFullyRequestV2: () => io.flow.internal.v0.models.HarmonizeFullyRequestV2;
|
|
768
723
|
export declare const makeHarmonizedItemsHs6Export: () => io.flow.internal.v0.models.HarmonizedItemsHs6Export;
|
|
769
|
-
export declare const
|
|
724
|
+
export declare const makeHoseinItem: () => io.flow.internal.v0.models.HoseinItem;
|
|
725
|
+
export declare const makeHoseinItemForm: () => io.flow.internal.v0.models.HoseinItemForm;
|
|
726
|
+
export declare const makeHoseinItemType: () => io.flow.internal.v0.enums.HoseinItemType;
|
|
770
727
|
export declare const makeHs6: () => io.flow.internal.v0.models.Hs6;
|
|
771
728
|
export declare const makeHs6Metadata: () => io.flow.internal.v0.models.Hs6Metadata;
|
|
772
729
|
export declare const makeHttpMethod: () => io.flow.internal.v0.enums.HttpMethod;
|
|
@@ -774,7 +731,6 @@ export declare const makeImportCompleted: () => io.flow.internal.v0.models.Impor
|
|
|
774
731
|
export declare const makeImportFailed: () => io.flow.internal.v0.models.ImportFailed;
|
|
775
732
|
export declare const makeIndexTaskType: () => io.flow.internal.v0.unions.IndexTaskType;
|
|
776
733
|
export declare const makeInlineAuthorizationParameters: () => io.flow.internal.v0.models.KlarnaAuthorizationParameters;
|
|
777
|
-
export declare const makeInstallForm: () => io.flow.internal.v0.models.InstallForm;
|
|
778
734
|
export declare const makeInternalAdyenAuthorizationDetails: () => io.flow.internal.v0.models.InternalAdyenAuthorizationDetails;
|
|
779
735
|
export declare const makeInternalAfterpayAuthorizationDetails: () => io.flow.internal.v0.models.InternalAfterpayAuthorizationDetails;
|
|
780
736
|
export declare const makeInternalAuthorization: () => io.flow.internal.v0.models.InternalAuthorization;
|
|
@@ -809,9 +765,6 @@ export declare const makeInvoiceInfoForm: () => io.flow.internal.v0.models.Invoi
|
|
|
809
765
|
export declare const makeInvoiceLine: () => io.flow.internal.v0.models.InvoiceLine;
|
|
810
766
|
export declare const makeInvoiceLineItem: () => io.flow.internal.v0.models.InvoiceLineItem;
|
|
811
767
|
export declare const makeInvoiceTransaction: () => io.flow.internal.v0.models.InvoiceTransaction;
|
|
812
|
-
export declare const makeIssuer: () => io.flow.internal.v0.models.Issuer;
|
|
813
|
-
export declare const makeIssuerDeleted: () => io.flow.internal.v0.models.IssuerDeleted;
|
|
814
|
-
export declare const makeIssuerUpserted: () => io.flow.internal.v0.models.IssuerUpserted;
|
|
815
768
|
export declare const makeItemClassification: () => io.flow.internal.v0.models.ItemClassification;
|
|
816
769
|
export declare const makeItemClassificationAction: () => io.flow.internal.v0.enums.ItemClassificationAction;
|
|
817
770
|
export declare const makeItemClassificationForm: () => io.flow.internal.v0.models.ItemClassificationForm;
|
|
@@ -844,6 +797,9 @@ export declare const makeItemSummary: () => io.flow.internal.v0.models.ItemSumma
|
|
|
844
797
|
export declare const makeItemType: () => io.flow.internal.v0.enums.ItemType;
|
|
845
798
|
export declare const makeItemValuesForm: () => io.flow.internal.v0.models.ItemValuesForm;
|
|
846
799
|
export declare const makeJeanDemoItem: () => io.flow.internal.v0.models.JeanDemoItem;
|
|
800
|
+
export declare const makeJournal: () => io.flow.internal.v0.models.Journal;
|
|
801
|
+
export declare const makeJournalFailure: () => io.flow.internal.v0.models.JournalFailure;
|
|
802
|
+
export declare const makeJournalOperation: () => io.flow.internal.v0.enums.JournalOperation;
|
|
847
803
|
export declare const makeKey: () => io.flow.internal.v0.models.Key;
|
|
848
804
|
export declare const makeKeyReference: () => io.flow.internal.v0.models.KeyReference;
|
|
849
805
|
export declare const makeKeywordType: () => io.flow.internal.v0.enums.KeywordType;
|
|
@@ -891,7 +847,6 @@ export declare const makeLabelTransaction: () => io.flow.internal.v0.models.Labe
|
|
|
891
847
|
export declare const makeLabelTransactionDeleted: () => io.flow.internal.v0.models.LabelTransactionDeleted;
|
|
892
848
|
export declare const makeLabelTransactionType: () => io.flow.internal.v0.enums.LabelTransactionType;
|
|
893
849
|
export declare const makeLabelTransactionUpserted: () => io.flow.internal.v0.models.LabelTransactionUpserted;
|
|
894
|
-
export declare const makeLabeledContent: () => io.flow.internal.v0.models.LabeledContent;
|
|
895
850
|
export declare const makeLabelsPrediction: () => io.flow.internal.v0.models.LabelsPrediction;
|
|
896
851
|
export declare const makeLandedCostItem: () => io.flow.internal.v0.models.LandedCostItem;
|
|
897
852
|
export declare const makeLandmark: () => io.flow.internal.v0.models.Landmark;
|
|
@@ -908,21 +863,9 @@ export declare const makeLiabilityRemittancePlanUpserted: () => io.flow.internal
|
|
|
908
863
|
export declare const makeLiabilityType: () => io.flow.internal.v0.enums.LiabilityType;
|
|
909
864
|
export declare const makeLineActionForm: () => io.flow.internal.v0.models.LineActionForm;
|
|
910
865
|
export declare const makeLineActionQuantities: () => io.flow.internal.v0.models.LineActionQuantities;
|
|
911
|
-
export declare const makeLoad: () => io.flow.internal.v0.models.Load;
|
|
912
|
-
export declare const makeLocalizableContent: () => io.flow.internal.v0.unions.LocalizableContent;
|
|
913
|
-
export declare const makeLocalizableContentReference: () => io.flow.internal.v0.models.LocalizableContentReference;
|
|
914
|
-
export declare const makeLocalization: () => io.flow.internal.v0.models.Localization;
|
|
915
|
-
export declare const makeLocalizationForm: () => io.flow.internal.v0.models.LocalizationForm;
|
|
916
|
-
export declare const makeLocalizationRef: () => io.flow.internal.v0.models.LocalizationRef;
|
|
917
|
-
export declare const makeLocalizationUpserted: () => io.flow.internal.v0.models.LocalizationUpserted;
|
|
918
|
-
export declare const makeLocalizedContent: () => io.flow.internal.v0.models.LocalizedContent;
|
|
919
|
-
export declare const makeLocalizedContentElement: () => io.flow.internal.v0.models.LocalizedContentElement;
|
|
920
|
-
export declare const makeLocalizedContentForm: () => io.flow.internal.v0.models.LocalizedContentForm;
|
|
921
|
-
export declare const makeLocalizedContentUpserted: () => io.flow.internal.v0.models.LocalizedContentUpserted;
|
|
922
866
|
export declare const makeLocalizedItemPricesExportRequest: () => io.flow.internal.v0.models.LocalizedItemPricesExportRequest;
|
|
923
867
|
export declare const makeLocalizedItemsExportSettings: () => io.flow.internal.v0.models.LocalizedItemsExportSettings;
|
|
924
868
|
export declare const makeLocalizedPriceBookItemData: () => io.flow.internal.v0.models.LocalizedPriceBookItemData;
|
|
925
|
-
export declare const makeLocation: () => io.flow.internal.v0.models.Location;
|
|
926
869
|
export declare const makeLogisticsCapabilities: () => io.flow.internal.v0.models.LogisticsCapabilities;
|
|
927
870
|
export declare const makeLogisticsCapabilitiesDeleted: () => io.flow.internal.v0.models.LogisticsCapabilitiesDeleted;
|
|
928
871
|
export declare const makeLogisticsCapabilitiesForm: () => io.flow.internal.v0.models.LogisticsCapabilitiesForm;
|
|
@@ -931,13 +874,11 @@ export declare const makeLogisticsCapability: () => "logistics_address_correctio
|
|
|
931
874
|
export declare const makeLogisticsPayoutRequest: () => io.flow.internal.v0.models.LogisticsPayoutRequest;
|
|
932
875
|
export declare const makeLogisticsPayoutRequestForm: () => io.flow.internal.v0.models.LogisticsPayoutRequestForm;
|
|
933
876
|
export declare const makeLogisticsPayoutResolutionMethod: () => io.flow.internal.v0.enums.LogisticsPayoutResolutionMethod;
|
|
934
|
-
export declare const makeLogo: () => io.flow.internal.v0.models.Logo;
|
|
935
877
|
export declare const makeLostChargeback: () => io.flow.internal.v0.models.LostChargeback;
|
|
936
878
|
export declare const makeLoyaltyProgram: () => io.flow.internal.v0.models.LoyaltyProgram;
|
|
937
879
|
export declare const makeLoyaltyProgramMessage: () => io.flow.internal.v0.models.LoyaltyProgramMessage;
|
|
938
880
|
export declare const makeLoyaltyProgramReward: () => io.flow.internal.v0.models.LoyaltyProgramReward;
|
|
939
881
|
export declare const makeLoyaltyProgramRewards: () => io.flow.internal.v0.models.LoyaltyProgramRewards;
|
|
940
|
-
export declare const makeMagentoInstallForm: () => io.flow.internal.v0.models.MagentoInstallForm;
|
|
941
882
|
export declare const makeMainTransaction: () => io.flow.internal.v0.models.MainTransaction;
|
|
942
883
|
export declare const makeMainTransactionDeleted: () => io.flow.internal.v0.models.MainTransactionDeleted;
|
|
943
884
|
export declare const makeMainTransactionDeletedV2: () => io.flow.internal.v0.models.MainTransactionDeletedV2;
|
|
@@ -1009,14 +950,6 @@ export declare const makeOnboardingStateForm: () => io.flow.internal.v0.models.O
|
|
|
1009
950
|
export declare const makeOnboardingStateSource: () => io.flow.internal.v0.enums.OnboardingStateSource;
|
|
1010
951
|
export declare const makeOneTimeTokenRedemptionForm: () => io.flow.internal.v0.models.OneTimeTokenRedemptionForm;
|
|
1011
952
|
export declare const makeOnlineAuthorizationCompleted: () => io.flow.internal.v0.models.OnlineAuthorizationCompleted;
|
|
1012
|
-
export declare const makeOptinAttribute: () => io.flow.internal.v0.models.OptinAttribute;
|
|
1013
|
-
export declare const makeOptinAttributeForm: () => io.flow.internal.v0.models.OptinAttributeForm;
|
|
1014
|
-
export declare const makeOptinPrompt: () => io.flow.internal.v0.models.OptinPrompt;
|
|
1015
|
-
export declare const makeOptinPromptCheckoutDisplay: () => io.flow.internal.v0.models.OptinPromptCheckoutDisplay;
|
|
1016
|
-
export declare const makeOptinPromptCopy: () => io.flow.internal.v0.models.OptinPromptCopy;
|
|
1017
|
-
export declare const makeOptinPromptCopyForm: () => io.flow.internal.v0.models.OptinPromptCopyForm;
|
|
1018
|
-
export declare const makeOptinPromptDisplay: () => io.flow.internal.v0.models.OptinPromptCheckoutDisplay;
|
|
1019
|
-
export declare const makeOptinPromptForm: () => io.flow.internal.v0.models.OptinPromptForm;
|
|
1020
953
|
export declare const makeOrderAction: () => io.flow.internal.v0.enums.OrderAction;
|
|
1021
954
|
export declare const makeOrderActionForm: () => io.flow.internal.v0.unions.OrderActionForm;
|
|
1022
955
|
export declare const makeOrderActionability: () => io.flow.internal.v0.models.OrderActionability;
|
|
@@ -1055,7 +988,6 @@ export declare const makeOrderRevenueRegionDataPoint: () => io.flow.internal.v0.
|
|
|
1055
988
|
export declare const makeOrderRevenueTimelineChart: () => io.flow.internal.v0.models.OrderRevenueTimelineChart;
|
|
1056
989
|
export declare const makeOrderRevenueTimelineDataPoint: () => io.flow.internal.v0.models.OrderRevenueTimelineDataPoint;
|
|
1057
990
|
export declare const makeOrderServiceChangeCsvForm: () => io.flow.internal.v0.models.OrderServiceChangeCsvForm;
|
|
1058
|
-
export declare const makeOrderSubmissionForm: () => io.flow.internal.v0.models.OrderSubmissionForm;
|
|
1059
991
|
export declare const makeOrderSummary: () => io.flow.internal.v0.models.OrderSummary;
|
|
1060
992
|
export declare const makeOrderTaxAndDutyInclusivitySetting: () => io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySetting;
|
|
1061
993
|
export declare const makeOrderTaxAndDutyInclusivitySettingDeleted: () => io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted;
|
|
@@ -1175,6 +1107,7 @@ export declare const makePartnerTrackingSubscriptionUpserted: () => io.flow.inte
|
|
|
1175
1107
|
export declare const makePassphrase: () => io.flow.internal.v0.models.Passphrase;
|
|
1176
1108
|
export declare const makePassphraseForm: () => io.flow.internal.v0.models.PassphraseForm;
|
|
1177
1109
|
export declare const makePassphraseSummary: () => io.flow.internal.v0.models.PassphraseSummary;
|
|
1110
|
+
export declare const makePaymentIs: () => io.flow.internal.v0.models.PaymentIs;
|
|
1178
1111
|
export declare const makePaymentMethodDetail: () => io.flow.internal.v0.models.PaymentMethodDetail;
|
|
1179
1112
|
export declare const makePaymentMethodOption: () => io.flow.internal.v0.models.PaymentMethodOption;
|
|
1180
1113
|
export declare const makePaymentOrganizationSettings: () => io.flow.internal.v0.models.PaymentOrganizationSettings;
|
|
@@ -1218,6 +1151,7 @@ export declare const makePaypalRefundUpserted: () => io.flow.internal.v0.models.
|
|
|
1218
1151
|
export declare const makePendingBankPayment: () => io.flow.internal.v0.models.PendingBankPayment;
|
|
1219
1152
|
export declare const makePendingBankPaymentDetail: () => io.flow.internal.v0.models.PendingBankPaymentDetail;
|
|
1220
1153
|
export declare const makePendingOrder: () => io.flow.internal.v0.models.PendingOrder;
|
|
1154
|
+
export declare const makePendingRecordType: () => io.flow.internal.v0.enums.PendingRecordType;
|
|
1221
1155
|
export declare const makePhraseClassified: () => io.flow.internal.v0.models.PhraseClassified;
|
|
1222
1156
|
export declare const makePhrasePropagated: () => io.flow.internal.v0.models.PhrasePropagated;
|
|
1223
1157
|
export declare const makePlatformFee: () => io.flow.internal.v0.unions.PlatformFee;
|
|
@@ -1275,13 +1209,11 @@ export declare const makeProductRestrictionStateInserted: () => io.flow.internal
|
|
|
1275
1209
|
export declare const makeProductRestrictionStateUpdated: () => io.flow.internal.v0.models.ProductRestrictionStateUpdated;
|
|
1276
1210
|
export declare const makeProductReviewHistory: () => io.flow.internal.v0.models.ProductReviewHistory;
|
|
1277
1211
|
export declare const makeProductSellabilityInternal: () => io.flow.internal.v0.models.ProductSellabilityInternal;
|
|
1212
|
+
export declare const makeProductSellabilityInternalForm: () => io.flow.internal.v0.models.ProductSellabilityInternalForm;
|
|
1213
|
+
export declare const makeProductSellabilityInternalResult: () => io.flow.internal.v0.models.ProductSellabilityInternalResult;
|
|
1278
1214
|
export declare const makeProductSellabilityResult: () => io.flow.internal.v0.models.ProductSellabilityResult;
|
|
1279
1215
|
export declare const makeProductStatus: () => io.flow.internal.v0.enums.ProductStatus;
|
|
1280
1216
|
export declare const makeProductTransaction: () => io.flow.internal.v0.models.ProductTransaction;
|
|
1281
|
-
export declare const makePromptAction: () => io.flow.internal.v0.enums.PromptAction;
|
|
1282
|
-
export declare const makePromptCheckoutDisplayPosition: () => io.flow.internal.v0.enums.PromptCheckoutDisplayPosition;
|
|
1283
|
-
export declare const makePromptOptions: () => io.flow.internal.v0.enums.PromptOptions;
|
|
1284
|
-
export declare const makePromptTarget: () => io.flow.internal.v0.enums.PromptTarget;
|
|
1285
1217
|
export declare const makeProofOfPosting: () => io.flow.internal.v0.unions.ProofOfPosting;
|
|
1286
1218
|
export declare const makeProofOfPostingExternallyFulfilled: () => io.flow.internal.v0.models.ProofOfPostingExternallyFulfilled;
|
|
1287
1219
|
export declare const makeProofOfPostingFulfilled: () => io.flow.internal.v0.models.ProofOfPostingFulfilled;
|
|
@@ -1349,9 +1281,6 @@ export declare const makeRatecardStandardConfigurationUpserted: () => io.flow.in
|
|
|
1349
1281
|
export declare const makeRatecardStandardSettings: () => io.flow.internal.v0.models.RatecardStandardSettings;
|
|
1350
1282
|
export declare const makeRatesChanged: () => io.flow.internal.v0.models.RatesChanged;
|
|
1351
1283
|
export declare const makeRatesNamesSummary: () => io.flow.internal.v0.models.RatesNamesSummary;
|
|
1352
|
-
export declare const makeReboundConfiguration: () => io.flow.internal.v0.models.ReboundConfiguration;
|
|
1353
|
-
export declare const makeReboundConfigurationForm: () => io.flow.internal.v0.models.ReboundConfigurationForm;
|
|
1354
|
-
export declare const makeReboundConfigurationStatus: () => io.flow.internal.v0.enums.ReboundConfigurationStatus;
|
|
1355
1284
|
export declare const makeRecordReference: () => io.flow.internal.v0.models.RecordReference;
|
|
1356
1285
|
export declare const makeRedirect: () => io.flow.internal.v0.models.Redirect;
|
|
1357
1286
|
export declare const makeRedirectActionCompleted: () => io.flow.internal.v0.models.RedirectActionCompleted;
|
|
@@ -1418,6 +1347,7 @@ export declare const makeRequeueRequestForm: () => io.flow.internal.v0.models.Re
|
|
|
1418
1347
|
export declare const makeRescreenRestrictionsProducts: () => io.flow.internal.v0.models.RescreenRestrictionsProducts;
|
|
1419
1348
|
export declare const makeResponsibleParty: () => io.flow.internal.v0.enums.ResponsibleParty;
|
|
1420
1349
|
export declare const makeRestrictionAction: () => io.flow.internal.v0.enums.RestrictionAction;
|
|
1350
|
+
export declare const makeRestrictionBlanketOrganizationExemption: () => io.flow.internal.v0.models.RestrictionBlanketOrganizationExemption;
|
|
1421
1351
|
export declare const makeRestrictionCategory: () => io.flow.internal.v0.models.RestrictionCategory;
|
|
1422
1352
|
export declare const makeRestrictionDecision: () => io.flow.internal.v0.enums.RestrictionDecision;
|
|
1423
1353
|
export declare const makeRestrictionFilter: () => io.flow.internal.v0.models.RestrictionFilter;
|
|
@@ -1441,6 +1371,7 @@ export declare const makeRestrictionProductDecisionForm: () => io.flow.internal.
|
|
|
1441
1371
|
export declare const makeRestrictionProductRequestForm: () => io.flow.internal.v0.models.RestrictionProductRequestForm;
|
|
1442
1372
|
export declare const makeRestrictionProductSummary: () => io.flow.internal.v0.models.RestrictionProductSummary;
|
|
1443
1373
|
export declare const makeRestrictionRule: () => io.flow.internal.v0.models.RestrictionRule;
|
|
1374
|
+
export declare const makeRestrictionRuleCommunityExemption: () => io.flow.internal.v0.enums.RestrictionRuleCommunityExemption;
|
|
1444
1375
|
export declare const makeRestrictionRuleDecisionForm: () => io.flow.internal.v0.models.RestrictionRuleDecisionForm;
|
|
1445
1376
|
export declare const makeRestrictionRuleDeleted: () => io.flow.internal.v0.models.RestrictionRuleDeleted;
|
|
1446
1377
|
export declare const makeRestrictionRuleEffect: () => io.flow.internal.v0.models.RestrictionRuleEffect;
|
|
@@ -1485,8 +1416,12 @@ export declare const makeRoutingAccount: () => io.flow.internal.v0.models.Routin
|
|
|
1485
1416
|
export declare const makeRoutingEntity: () => io.flow.internal.v0.unions.RoutingEntity;
|
|
1486
1417
|
export declare const makeRoutingMerchant: () => io.flow.internal.v0.models.RoutingMerchant;
|
|
1487
1418
|
export declare const makeRoutingProcessor: () => io.flow.internal.v0.models.RoutingProcessor;
|
|
1419
|
+
export declare const makeSalesPaymentRecord: () => io.flow.internal.v0.models.SalesPaymentRecord;
|
|
1488
1420
|
export declare const makeSandboxSetup: () => io.flow.internal.v0.models.SandboxSetup;
|
|
1489
1421
|
export declare const makeSandboxSetupForm: () => io.flow.internal.v0.models.SandboxSetupForm;
|
|
1422
|
+
export declare const makeSarveshItem: () => io.flow.internal.v0.models.SarveshItem;
|
|
1423
|
+
export declare const makeSarveshItemForm: () => io.flow.internal.v0.models.SarveshItemForm;
|
|
1424
|
+
export declare const makeSarveshItemType: () => io.flow.internal.v0.enums.SarveshItemType;
|
|
1490
1425
|
export declare const makeScheduledPayment: () => io.flow.internal.v0.models.ScheduledPayment;
|
|
1491
1426
|
export declare const makeScreen: () => io.flow.internal.v0.models.Screen;
|
|
1492
1427
|
export declare const makeScreenForm: () => io.flow.internal.v0.models.ScreenForm;
|
|
@@ -1507,30 +1442,16 @@ export declare const makeShipmentCostSummary: () => io.flow.internal.v0.models.S
|
|
|
1507
1442
|
export declare const makeShippingLane: () => io.flow.internal.v0.models.ShippingLane;
|
|
1508
1443
|
export declare const makeShippingMethodReference: () => io.flow.internal.v0.models.ShippingMethodReference;
|
|
1509
1444
|
export declare const makeShippingPricing: () => io.flow.internal.v0.models.ShippingPricing;
|
|
1510
|
-
export declare const makeShop: () => io.flow.internal.v0.models.Shop;
|
|
1511
|
-
export declare const makeShopForm: () => io.flow.internal.v0.models.ShopForm;
|
|
1512
|
-
export declare const makeShopVersion: () => io.flow.internal.v0.models.ShopVersion;
|
|
1513
1445
|
export declare const makeShopifyCatalogPublication: () => io.flow.internal.v0.models.ShopifyCatalogPublication;
|
|
1514
1446
|
export declare const makeShopifyChannelOrganizationToken: () => io.flow.internal.v0.models.ShopifyChannelOrganizationToken;
|
|
1515
1447
|
export declare const makeShopifyChannelOrganizationTokens: () => io.flow.internal.v0.models.ShopifyChannelOrganizationTokens;
|
|
1516
|
-
export declare const makeShopifyCheckInventoryError: () => io.flow.internal.v0.models.ShopifyCheckInventoryError;
|
|
1517
|
-
export declare const makeShopifyCheckInventoryErrorCode: () => "inventory_out_of_stock";
|
|
1518
|
-
export declare const makeShopifyCodeForm: () => io.flow.internal.v0.models.ShopifyCodeForm;
|
|
1519
1448
|
export declare const makeShopifyDispute: () => io.flow.internal.v0.models.ShopifyDispute;
|
|
1520
1449
|
export declare const makeShopifyDisputeDeleted: () => io.flow.internal.v0.models.ShopifyDisputeDeleted;
|
|
1521
1450
|
export declare const makeShopifyDisputeUpserted: () => io.flow.internal.v0.models.ShopifyDisputeUpserted;
|
|
1522
|
-
export declare const
|
|
1523
|
-
export declare const
|
|
1524
|
-
export declare const
|
|
1525
|
-
export declare const
|
|
1526
|
-
export declare const makeShopifyGiftCardBalanceForm: () => io.flow.internal.v0.models.ShopifyGiftCardBalanceForm;
|
|
1527
|
-
export declare const makeShopifyGiftCardPaymentForm: () => io.flow.internal.v0.models.ShopifyGiftCardPaymentForm;
|
|
1528
|
-
export declare const makeShopifyGiftCardRedemption: () => io.flow.internal.v0.models.ShopifyGiftCardRedemption;
|
|
1529
|
-
export declare const makeShopifyGiftCardRedemptionForm: () => io.flow.internal.v0.models.ShopifyGiftCardRedemptionForm;
|
|
1530
|
-
export declare const makeShopifyGiftCardReversal: () => io.flow.internal.v0.models.ShopifyGiftCardReversal;
|
|
1531
|
-
export declare const makeShopifyGiftCardReversalForm: () => io.flow.internal.v0.models.ShopifyGiftCardReversalForm;
|
|
1532
|
-
export declare const makeShopifyGrantStatus: () => io.flow.internal.v0.enums.ShopifyGrantStatus;
|
|
1533
|
-
export declare const makeShopifyGrantsCheck: () => io.flow.internal.v0.models.ShopifyGrantsCheck;
|
|
1451
|
+
export declare const makeShopifyHs10Code: () => io.flow.internal.v0.models.ShopifyHs10Code;
|
|
1452
|
+
export declare const makeShopifyHs10Codes: () => io.flow.internal.v0.models.ShopifyHs10Codes;
|
|
1453
|
+
export declare const makeShopifyHs10CodesDeleted: () => io.flow.internal.v0.models.ShopifyHs10CodesDeleted;
|
|
1454
|
+
export declare const makeShopifyHs10CodesUpserted: () => io.flow.internal.v0.models.ShopifyHs10CodesUpserted;
|
|
1534
1455
|
export declare const makeShopifyIncotermConfiguration: () => io.flow.internal.v0.enums.ShopifyIncotermConfiguration;
|
|
1535
1456
|
export declare const makeShopifyIncotermIncludes: () => io.flow.internal.v0.models.ShopifyIncotermIncludes;
|
|
1536
1457
|
export declare const makeShopifyIncotermSummaryErrorData: () => io.flow.internal.v0.models.ShopifyIncotermSummaryErrorData;
|
|
@@ -1592,30 +1513,20 @@ export declare const makeShopifyMonitoringOrderMonitorType: () => io.flow.intern
|
|
|
1592
1513
|
export declare const makeShopifyMonitoringTrackingField: () => io.flow.internal.v0.enums.ShopifyMonitoringTrackingField;
|
|
1593
1514
|
export declare const makeShopifyMonitoringTrackingNumber: () => io.flow.internal.v0.models.ShopifyMonitoringTrackingNumber;
|
|
1594
1515
|
export declare const makeShopifyMonitoringTrackingUrl: () => io.flow.internal.v0.models.ShopifyMonitoringTrackingUrl;
|
|
1595
|
-
export declare const makeShopifyOrderAuthorization: () => io.flow.internal.v0.models.ShopifyOrderAuthorization;
|
|
1596
1516
|
export declare const makeShopifyOrderCancelForm: () => io.flow.internal.v0.models.ShopifyOrderCancelForm;
|
|
1597
1517
|
export declare const makeShopifyOrderCancelResponse: () => io.flow.internal.v0.models.ShopifyOrderCancelResponse;
|
|
1598
|
-
export declare const makeShopifyOrderContent: () => io.flow.internal.v0.models.ShopifyOrderContent;
|
|
1599
1518
|
export declare const makeShopifyOrderDestinationForm: () => io.flow.internal.v0.models.ShopifyOrderDestinationForm;
|
|
1600
|
-
export declare const makeShopifyOrderDetail: () => io.flow.internal.v0.models.ShopifyOrderDetail;
|
|
1601
|
-
export declare const makeShopifyOrderDiscountContent: () => io.flow.internal.v0.models.ShopifyOrderDiscountContent;
|
|
1602
1519
|
export declare const makeShopifyOrderFulfillmentsSnapshot: () => io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshot;
|
|
1603
1520
|
export declare const makeShopifyOrderFulfillmentsSnapshotDeleted: () => io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted;
|
|
1604
1521
|
export declare const makeShopifyOrderFulfillmentsSnapshotUpserted: () => io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted;
|
|
1605
|
-
export declare const makeShopifyOrderInventoryCheck: () => io.flow.internal.v0.models.ShopifyOrderInventoryCheck;
|
|
1606
|
-
export declare const makeShopifyOrderLineAttribute: () => io.flow.internal.v0.models.ShopifyOrderLineAttribute;
|
|
1607
|
-
export declare const makeShopifyOrderLineContent: () => io.flow.internal.v0.models.ShopifyOrderLineContent;
|
|
1608
1522
|
export declare const makeShopifyOrderRiskAssessment: () => io.flow.internal.v0.models.ShopifyOrderRiskAssessment;
|
|
1609
1523
|
export declare const makeShopifyOrderRiskAssessmentDeleted: () => io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted;
|
|
1610
1524
|
export declare const makeShopifyOrderRiskAssessmentUpserted: () => io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted;
|
|
1611
1525
|
export declare const makeShopifyOrderTransaction: () => io.flow.internal.v0.models.ShopifyOrderTransaction;
|
|
1612
1526
|
export declare const makeShopifyOrderTransactionDeleted: () => io.flow.internal.v0.models.ShopifyOrderTransactionDeleted;
|
|
1613
1527
|
export declare const makeShopifyOrderTransactionUpserted: () => io.flow.internal.v0.models.ShopifyOrderTransactionUpserted;
|
|
1614
|
-
export declare const makeShopifyOrganizationSettings: () => io.flow.internal.v0.models.ShopifyOrganizationSettings;
|
|
1615
|
-
export declare const makeShopifyOrganizationSettingsForm: () => io.flow.internal.v0.models.ShopifyOrganizationSettingsForm;
|
|
1616
1528
|
export declare const makeShopifyPartnerWebhook: () => io.flow.internal.v0.models.ShopifyPartnerWebhook;
|
|
1617
1529
|
export declare const makeShopifyPartnerWebhookRaw: () => io.flow.internal.v0.models.ShopifyPartnerWebhookRaw;
|
|
1618
|
-
export declare const makeShopifyPaymentSummary: () => io.flow.internal.v0.models.ShopifyPaymentSummary;
|
|
1619
1530
|
export declare const makeShopifyPlanType: () => io.flow.internal.v0.enums.ShopifyPlanType;
|
|
1620
1531
|
export declare const makeShopifyProductBundle: () => io.flow.internal.v0.models.ShopifyProductBundle;
|
|
1621
1532
|
export declare const makeShopifyProductBundleDeleted: () => io.flow.internal.v0.models.ShopifyProductBundleDeleted;
|
|
@@ -1631,37 +1542,13 @@ export declare const makeShopifyProductUpdateDeleted: () => io.flow.internal.v0.
|
|
|
1631
1542
|
export declare const makeShopifyProductUpdateUpserted: () => io.flow.internal.v0.models.ShopifyProductUpdateUpserted;
|
|
1632
1543
|
export declare const makeShopifyProductUpdateWebhookEvent: () => io.flow.internal.v0.models.ShopifyProductUpdateWebhookEvent;
|
|
1633
1544
|
export declare const makeShopifyProductWrapper: () => io.flow.internal.v0.models.ShopifyProductWrapper;
|
|
1634
|
-
export declare const
|
|
1635
|
-
export declare const
|
|
1636
|
-
export declare const makeShopifyPromotionAttributeValue: () => io.flow.internal.v0.models.ShopifyPromotionAttributeValue;
|
|
1637
|
-
export declare const makeShopifyPromotionBehavior: () => "disable_discount_codes";
|
|
1638
|
-
export declare const makeShopifyPromotionFixedAmount: () => io.flow.internal.v0.models.ShopifyPromotionFixedAmount;
|
|
1639
|
-
export declare const makeShopifyPromotionForm: () => io.flow.internal.v0.models.ShopifyPromotionForm;
|
|
1640
|
-
export declare const makeShopifyPromotionItemEntitlement: () => io.flow.internal.v0.models.ShopifyPromotionItemEntitlement;
|
|
1641
|
-
export declare const makeShopifyPromotionItemPrerequisite: () => io.flow.internal.v0.models.ShopifyPromotionItemPrerequisite;
|
|
1642
|
-
export declare const makeShopifyPromotionMaxAmount: () => io.flow.internal.v0.models.ShopifyPromotionMaxAmount;
|
|
1643
|
-
export declare const makeShopifyPromotionMaxLimit: () => io.flow.internal.v0.models.ShopifyPromotionMaxLimit;
|
|
1644
|
-
export declare const makeShopifyPromotionOffer: () => io.flow.internal.v0.models.ShopifyPromotionOffer;
|
|
1645
|
-
export declare const makeShopifyPromotionOfferAllocationMethod: () => io.flow.internal.v0.enums.ShopifyPromotionOfferAllocationMethod;
|
|
1646
|
-
export declare const makeShopifyPromotionOfferDiscount: () => io.flow.internal.v0.unions.ShopifyPromotionOfferDiscount;
|
|
1647
|
-
export declare const makeShopifyPromotionOfferEntitlement: () => io.flow.internal.v0.unions.ShopifyPromotionOfferEntitlement;
|
|
1648
|
-
export declare const makeShopifyPromotionOfferMax: () => io.flow.internal.v0.unions.ShopifyPromotionOfferMax;
|
|
1649
|
-
export declare const makeShopifyPromotionOrderEntitlement: () => io.flow.internal.v0.models.ShopifyPromotionOrderEntitlement;
|
|
1650
|
-
export declare const makeShopifyPromotionOrderEntitlementComponent: () => io.flow.internal.v0.enums.ShopifyPromotionOrderEntitlementComponent;
|
|
1651
|
-
export declare const makeShopifyPromotionOrderPrerequisite: () => io.flow.internal.v0.models.ShopifyPromotionOrderPrerequisite;
|
|
1652
|
-
export declare const makeShopifyPromotionPercent: () => io.flow.internal.v0.models.ShopifyPromotionPercent;
|
|
1653
|
-
export declare const makeShopifyPromotionPrerequisite: () => io.flow.internal.v0.unions.ShopifyPromotionPrerequisite;
|
|
1654
|
-
export declare const makeShopifyPromotionRule: () => io.flow.internal.v0.models.ShopifyPromotionRule;
|
|
1655
|
-
export declare const makeShopifyPromotionStatus: () => io.flow.internal.v0.enums.ShopifyPromotionStatus;
|
|
1545
|
+
export declare const makeShopifyReportFileDeleted: () => io.flow.internal.v0.models.ShopifyReportFileDeleted;
|
|
1546
|
+
export declare const makeShopifyReportFileUpserted: () => io.flow.internal.v0.models.ShopifyReportFileUpserted;
|
|
1656
1547
|
export declare const makeShopifyService: () => io.flow.internal.v0.enums.ShopifyService;
|
|
1657
|
-
export declare const makeShopifyShopDeleted: () => io.flow.internal.v0.models.ShopifyShopDeleted;
|
|
1658
1548
|
export declare const makeShopifyShopStatistics: () => io.flow.internal.v0.models.ShopifyShopStatistics;
|
|
1659
|
-
export declare const makeShopifyShopUpserted: () => io.flow.internal.v0.models.ShopifyShopUpserted;
|
|
1660
1549
|
export declare const makeShopifyStoreDetail: () => io.flow.internal.v0.models.ShopifyStoreDetail;
|
|
1661
1550
|
export declare const makeShopifyStripeEvent: () => io.flow.internal.v0.models.ShopifyStripeEvent;
|
|
1662
|
-
export declare const
|
|
1663
|
-
export declare const makeShopifyWebhookEvent: () => io.flow.internal.v0.models.ShopifyWebhookEvent;
|
|
1664
|
-
export declare const makeShopifyWebhookForm: () => io.flow.internal.v0.models.ShopifyWebhookForm;
|
|
1551
|
+
export declare const makeShopperBreakdown: () => io.flow.internal.v0.models.ShopperBreakdown;
|
|
1665
1552
|
export declare const makeShopperFees: () => io.flow.internal.v0.models.ShopperFees;
|
|
1666
1553
|
export declare const makeShopperFreight: () => io.flow.internal.v0.models.ShopperFreight;
|
|
1667
1554
|
export declare const makeShopperLine: () => io.flow.internal.v0.models.ShopperLine;
|
|
@@ -1694,11 +1581,8 @@ export declare const makeStandaloneAttachment: () => io.flow.internal.v0.models.
|
|
|
1694
1581
|
export declare const makeStandaloneAttachmentDeleted: () => io.flow.internal.v0.models.StandaloneAttachmentDeleted;
|
|
1695
1582
|
export declare const makeStandaloneAttachmentUpserted: () => io.flow.internal.v0.models.StandaloneAttachmentUpserted;
|
|
1696
1583
|
export declare const makeStatementCreationMetadata: () => io.flow.internal.v0.models.StatementCreationMetadata;
|
|
1697
|
-
export declare const makeStatementStatus: () => io.flow.internal.v0.enums.StatementStatus;
|
|
1698
1584
|
export declare const makeStatementTransferTransactionLocation: () => io.flow.internal.v0.enums.StatementTransferTransactionLocation;
|
|
1699
1585
|
export declare const makeStatisticType: () => io.flow.internal.v0.enums.StatisticType;
|
|
1700
|
-
export declare const makeStoreConnection: () => io.flow.internal.v0.models.StoreConnection;
|
|
1701
|
-
export declare const makeStoreConnectionForm: () => io.flow.internal.v0.models.StoreConnectionForm;
|
|
1702
1586
|
export declare const makeStringFeatureDefaultValue: () => io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
1703
1587
|
export declare const makeStringFeatureRule: () => io.flow.internal.v0.models.StringFeatureRule;
|
|
1704
1588
|
export declare const makeStringFeatureRuleForm: () => io.flow.internal.v0.models.StringFeatureRuleForm;
|
|
@@ -1773,6 +1657,7 @@ export declare const makeTaxTransactionDeleted: () => io.flow.internal.v0.models
|
|
|
1773
1657
|
export declare const makeTaxTransactionType: () => io.flow.internal.v0.enums.TaxTransactionType;
|
|
1774
1658
|
export declare const makeTaxTransactionUpserted: () => io.flow.internal.v0.models.TaxTransactionUpserted;
|
|
1775
1659
|
export declare const makeTaxonomyCategory: () => io.flow.internal.v0.models.TaxonomyCategory;
|
|
1660
|
+
export declare const makeTaxonomyCategoryClassificationAlignment: () => io.flow.internal.v0.enums.TaxonomyCategoryClassificationAlignment;
|
|
1776
1661
|
export declare const makeTaxonomyCategoryHs6Ref: () => io.flow.internal.v0.models.TaxonomyCategoryHs6Ref;
|
|
1777
1662
|
export declare const makeTaxonomyCategoryHs6RefDeleted: () => io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted;
|
|
1778
1663
|
export declare const makeTaxonomyCategoryHs6RefUpserted: () => io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted;
|
|
@@ -1867,11 +1752,8 @@ export declare const makeUserStatusForm: () => io.flow.internal.v0.models.UserSt
|
|
|
1867
1752
|
export declare const makeUserStatusRule: () => io.flow.internal.v0.models.UserStatusRule;
|
|
1868
1753
|
export declare const makeUserStatusRuleForm: () => io.flow.internal.v0.models.UserStatusRuleForm;
|
|
1869
1754
|
export declare const makeUserUpsertedV2: () => io.flow.internal.v0.models.UserUpsertedV2;
|
|
1870
|
-
export declare const makeV1Checkout: () => io.flow.internal.v0.models.V1Checkout;
|
|
1871
1755
|
export declare const makeValidatedAddress: () => io.flow.internal.v0.models.ValidatedAddress;
|
|
1872
1756
|
export declare const makeValidatedShippingData: () => io.flow.internal.v0.models.ValidatedShippingData;
|
|
1873
|
-
export declare const makeValidationCharacterLength: () => io.flow.internal.v0.models.ValidationCharacterLength;
|
|
1874
|
-
export declare const makeValidationRule: () => io.flow.internal.v0.models.ValidationCharacterLength;
|
|
1875
1757
|
export declare const makeViesResult: () => io.flow.internal.v0.models.ViesResult;
|
|
1876
1758
|
export declare const makeVirtualCardTransaction: () => io.flow.internal.v0.models.VirtualCardTransaction;
|
|
1877
1759
|
export declare const makeWasteElectricalAndElectronicEquipmentComplianceData: () => io.flow.internal.v0.models.WasteElectricalAndElectronicEquipmentComplianceData;
|
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.131",
|
|
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": "dc15917b90729596ccdb10b88461680f7f910f89"
|
|
41
41
|
}
|