@flowio/api-internal-factories 0.0.130 → 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 +260 -1544
- package/dist/esm/api-internal.js +200 -1360
- package/dist/types/api-internal.d.ts +24 -146
- package/package.json +2 -2
- package/src/api-internal.ts +235 -1618
|
@@ -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;
|
|
@@ -769,7 +724,6 @@ export declare const makeHarmonizedItemsHs6Export: () => io.flow.internal.v0.mod
|
|
|
769
724
|
export declare const makeHoseinItem: () => io.flow.internal.v0.models.HoseinItem;
|
|
770
725
|
export declare const makeHoseinItemForm: () => io.flow.internal.v0.models.HoseinItemForm;
|
|
771
726
|
export declare const makeHoseinItemType: () => io.flow.internal.v0.enums.HoseinItemType;
|
|
772
|
-
export declare const makeHref: () => io.flow.internal.v0.models.Href;
|
|
773
727
|
export declare const makeHs6: () => io.flow.internal.v0.models.Hs6;
|
|
774
728
|
export declare const makeHs6Metadata: () => io.flow.internal.v0.models.Hs6Metadata;
|
|
775
729
|
export declare const makeHttpMethod: () => io.flow.internal.v0.enums.HttpMethod;
|
|
@@ -777,7 +731,6 @@ export declare const makeImportCompleted: () => io.flow.internal.v0.models.Impor
|
|
|
777
731
|
export declare const makeImportFailed: () => io.flow.internal.v0.models.ImportFailed;
|
|
778
732
|
export declare const makeIndexTaskType: () => io.flow.internal.v0.unions.IndexTaskType;
|
|
779
733
|
export declare const makeInlineAuthorizationParameters: () => io.flow.internal.v0.models.KlarnaAuthorizationParameters;
|
|
780
|
-
export declare const makeInstallForm: () => io.flow.internal.v0.models.InstallForm;
|
|
781
734
|
export declare const makeInternalAdyenAuthorizationDetails: () => io.flow.internal.v0.models.InternalAdyenAuthorizationDetails;
|
|
782
735
|
export declare const makeInternalAfterpayAuthorizationDetails: () => io.flow.internal.v0.models.InternalAfterpayAuthorizationDetails;
|
|
783
736
|
export declare const makeInternalAuthorization: () => io.flow.internal.v0.models.InternalAuthorization;
|
|
@@ -812,9 +765,6 @@ export declare const makeInvoiceInfoForm: () => io.flow.internal.v0.models.Invoi
|
|
|
812
765
|
export declare const makeInvoiceLine: () => io.flow.internal.v0.models.InvoiceLine;
|
|
813
766
|
export declare const makeInvoiceLineItem: () => io.flow.internal.v0.models.InvoiceLineItem;
|
|
814
767
|
export declare const makeInvoiceTransaction: () => io.flow.internal.v0.models.InvoiceTransaction;
|
|
815
|
-
export declare const makeIssuer: () => io.flow.internal.v0.models.Issuer;
|
|
816
|
-
export declare const makeIssuerDeleted: () => io.flow.internal.v0.models.IssuerDeleted;
|
|
817
|
-
export declare const makeIssuerUpserted: () => io.flow.internal.v0.models.IssuerUpserted;
|
|
818
768
|
export declare const makeItemClassification: () => io.flow.internal.v0.models.ItemClassification;
|
|
819
769
|
export declare const makeItemClassificationAction: () => io.flow.internal.v0.enums.ItemClassificationAction;
|
|
820
770
|
export declare const makeItemClassificationForm: () => io.flow.internal.v0.models.ItemClassificationForm;
|
|
@@ -847,6 +797,9 @@ export declare const makeItemSummary: () => io.flow.internal.v0.models.ItemSumma
|
|
|
847
797
|
export declare const makeItemType: () => io.flow.internal.v0.enums.ItemType;
|
|
848
798
|
export declare const makeItemValuesForm: () => io.flow.internal.v0.models.ItemValuesForm;
|
|
849
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;
|
|
850
803
|
export declare const makeKey: () => io.flow.internal.v0.models.Key;
|
|
851
804
|
export declare const makeKeyReference: () => io.flow.internal.v0.models.KeyReference;
|
|
852
805
|
export declare const makeKeywordType: () => io.flow.internal.v0.enums.KeywordType;
|
|
@@ -894,7 +847,6 @@ export declare const makeLabelTransaction: () => io.flow.internal.v0.models.Labe
|
|
|
894
847
|
export declare const makeLabelTransactionDeleted: () => io.flow.internal.v0.models.LabelTransactionDeleted;
|
|
895
848
|
export declare const makeLabelTransactionType: () => io.flow.internal.v0.enums.LabelTransactionType;
|
|
896
849
|
export declare const makeLabelTransactionUpserted: () => io.flow.internal.v0.models.LabelTransactionUpserted;
|
|
897
|
-
export declare const makeLabeledContent: () => io.flow.internal.v0.models.LabeledContent;
|
|
898
850
|
export declare const makeLabelsPrediction: () => io.flow.internal.v0.models.LabelsPrediction;
|
|
899
851
|
export declare const makeLandedCostItem: () => io.flow.internal.v0.models.LandedCostItem;
|
|
900
852
|
export declare const makeLandmark: () => io.flow.internal.v0.models.Landmark;
|
|
@@ -911,21 +863,9 @@ export declare const makeLiabilityRemittancePlanUpserted: () => io.flow.internal
|
|
|
911
863
|
export declare const makeLiabilityType: () => io.flow.internal.v0.enums.LiabilityType;
|
|
912
864
|
export declare const makeLineActionForm: () => io.flow.internal.v0.models.LineActionForm;
|
|
913
865
|
export declare const makeLineActionQuantities: () => io.flow.internal.v0.models.LineActionQuantities;
|
|
914
|
-
export declare const makeLoad: () => io.flow.internal.v0.models.Load;
|
|
915
|
-
export declare const makeLocalizableContent: () => io.flow.internal.v0.unions.LocalizableContent;
|
|
916
|
-
export declare const makeLocalizableContentReference: () => io.flow.internal.v0.models.LocalizableContentReference;
|
|
917
|
-
export declare const makeLocalization: () => io.flow.internal.v0.models.Localization;
|
|
918
|
-
export declare const makeLocalizationForm: () => io.flow.internal.v0.models.LocalizationForm;
|
|
919
|
-
export declare const makeLocalizationRef: () => io.flow.internal.v0.models.LocalizationRef;
|
|
920
|
-
export declare const makeLocalizationUpserted: () => io.flow.internal.v0.models.LocalizationUpserted;
|
|
921
|
-
export declare const makeLocalizedContent: () => io.flow.internal.v0.models.LocalizedContent;
|
|
922
|
-
export declare const makeLocalizedContentElement: () => io.flow.internal.v0.models.LocalizedContentElement;
|
|
923
|
-
export declare const makeLocalizedContentForm: () => io.flow.internal.v0.models.LocalizedContentForm;
|
|
924
|
-
export declare const makeLocalizedContentUpserted: () => io.flow.internal.v0.models.LocalizedContentUpserted;
|
|
925
866
|
export declare const makeLocalizedItemPricesExportRequest: () => io.flow.internal.v0.models.LocalizedItemPricesExportRequest;
|
|
926
867
|
export declare const makeLocalizedItemsExportSettings: () => io.flow.internal.v0.models.LocalizedItemsExportSettings;
|
|
927
868
|
export declare const makeLocalizedPriceBookItemData: () => io.flow.internal.v0.models.LocalizedPriceBookItemData;
|
|
928
|
-
export declare const makeLocation: () => io.flow.internal.v0.models.Location;
|
|
929
869
|
export declare const makeLogisticsCapabilities: () => io.flow.internal.v0.models.LogisticsCapabilities;
|
|
930
870
|
export declare const makeLogisticsCapabilitiesDeleted: () => io.flow.internal.v0.models.LogisticsCapabilitiesDeleted;
|
|
931
871
|
export declare const makeLogisticsCapabilitiesForm: () => io.flow.internal.v0.models.LogisticsCapabilitiesForm;
|
|
@@ -934,13 +874,11 @@ export declare const makeLogisticsCapability: () => "logistics_address_correctio
|
|
|
934
874
|
export declare const makeLogisticsPayoutRequest: () => io.flow.internal.v0.models.LogisticsPayoutRequest;
|
|
935
875
|
export declare const makeLogisticsPayoutRequestForm: () => io.flow.internal.v0.models.LogisticsPayoutRequestForm;
|
|
936
876
|
export declare const makeLogisticsPayoutResolutionMethod: () => io.flow.internal.v0.enums.LogisticsPayoutResolutionMethod;
|
|
937
|
-
export declare const makeLogo: () => io.flow.internal.v0.models.Logo;
|
|
938
877
|
export declare const makeLostChargeback: () => io.flow.internal.v0.models.LostChargeback;
|
|
939
878
|
export declare const makeLoyaltyProgram: () => io.flow.internal.v0.models.LoyaltyProgram;
|
|
940
879
|
export declare const makeLoyaltyProgramMessage: () => io.flow.internal.v0.models.LoyaltyProgramMessage;
|
|
941
880
|
export declare const makeLoyaltyProgramReward: () => io.flow.internal.v0.models.LoyaltyProgramReward;
|
|
942
881
|
export declare const makeLoyaltyProgramRewards: () => io.flow.internal.v0.models.LoyaltyProgramRewards;
|
|
943
|
-
export declare const makeMagentoInstallForm: () => io.flow.internal.v0.models.MagentoInstallForm;
|
|
944
882
|
export declare const makeMainTransaction: () => io.flow.internal.v0.models.MainTransaction;
|
|
945
883
|
export declare const makeMainTransactionDeleted: () => io.flow.internal.v0.models.MainTransactionDeleted;
|
|
946
884
|
export declare const makeMainTransactionDeletedV2: () => io.flow.internal.v0.models.MainTransactionDeletedV2;
|
|
@@ -1012,14 +950,6 @@ export declare const makeOnboardingStateForm: () => io.flow.internal.v0.models.O
|
|
|
1012
950
|
export declare const makeOnboardingStateSource: () => io.flow.internal.v0.enums.OnboardingStateSource;
|
|
1013
951
|
export declare const makeOneTimeTokenRedemptionForm: () => io.flow.internal.v0.models.OneTimeTokenRedemptionForm;
|
|
1014
952
|
export declare const makeOnlineAuthorizationCompleted: () => io.flow.internal.v0.models.OnlineAuthorizationCompleted;
|
|
1015
|
-
export declare const makeOptinAttribute: () => io.flow.internal.v0.models.OptinAttribute;
|
|
1016
|
-
export declare const makeOptinAttributeForm: () => io.flow.internal.v0.models.OptinAttributeForm;
|
|
1017
|
-
export declare const makeOptinPrompt: () => io.flow.internal.v0.models.OptinPrompt;
|
|
1018
|
-
export declare const makeOptinPromptCheckoutDisplay: () => io.flow.internal.v0.models.OptinPromptCheckoutDisplay;
|
|
1019
|
-
export declare const makeOptinPromptCopy: () => io.flow.internal.v0.models.OptinPromptCopy;
|
|
1020
|
-
export declare const makeOptinPromptCopyForm: () => io.flow.internal.v0.models.OptinPromptCopyForm;
|
|
1021
|
-
export declare const makeOptinPromptDisplay: () => io.flow.internal.v0.models.OptinPromptCheckoutDisplay;
|
|
1022
|
-
export declare const makeOptinPromptForm: () => io.flow.internal.v0.models.OptinPromptForm;
|
|
1023
953
|
export declare const makeOrderAction: () => io.flow.internal.v0.enums.OrderAction;
|
|
1024
954
|
export declare const makeOrderActionForm: () => io.flow.internal.v0.unions.OrderActionForm;
|
|
1025
955
|
export declare const makeOrderActionability: () => io.flow.internal.v0.models.OrderActionability;
|
|
@@ -1058,7 +988,6 @@ export declare const makeOrderRevenueRegionDataPoint: () => io.flow.internal.v0.
|
|
|
1058
988
|
export declare const makeOrderRevenueTimelineChart: () => io.flow.internal.v0.models.OrderRevenueTimelineChart;
|
|
1059
989
|
export declare const makeOrderRevenueTimelineDataPoint: () => io.flow.internal.v0.models.OrderRevenueTimelineDataPoint;
|
|
1060
990
|
export declare const makeOrderServiceChangeCsvForm: () => io.flow.internal.v0.models.OrderServiceChangeCsvForm;
|
|
1061
|
-
export declare const makeOrderSubmissionForm: () => io.flow.internal.v0.models.OrderSubmissionForm;
|
|
1062
991
|
export declare const makeOrderSummary: () => io.flow.internal.v0.models.OrderSummary;
|
|
1063
992
|
export declare const makeOrderTaxAndDutyInclusivitySetting: () => io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySetting;
|
|
1064
993
|
export declare const makeOrderTaxAndDutyInclusivitySettingDeleted: () => io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted;
|
|
@@ -1178,6 +1107,7 @@ export declare const makePartnerTrackingSubscriptionUpserted: () => io.flow.inte
|
|
|
1178
1107
|
export declare const makePassphrase: () => io.flow.internal.v0.models.Passphrase;
|
|
1179
1108
|
export declare const makePassphraseForm: () => io.flow.internal.v0.models.PassphraseForm;
|
|
1180
1109
|
export declare const makePassphraseSummary: () => io.flow.internal.v0.models.PassphraseSummary;
|
|
1110
|
+
export declare const makePaymentIs: () => io.flow.internal.v0.models.PaymentIs;
|
|
1181
1111
|
export declare const makePaymentMethodDetail: () => io.flow.internal.v0.models.PaymentMethodDetail;
|
|
1182
1112
|
export declare const makePaymentMethodOption: () => io.flow.internal.v0.models.PaymentMethodOption;
|
|
1183
1113
|
export declare const makePaymentOrganizationSettings: () => io.flow.internal.v0.models.PaymentOrganizationSettings;
|
|
@@ -1279,13 +1209,11 @@ export declare const makeProductRestrictionStateInserted: () => io.flow.internal
|
|
|
1279
1209
|
export declare const makeProductRestrictionStateUpdated: () => io.flow.internal.v0.models.ProductRestrictionStateUpdated;
|
|
1280
1210
|
export declare const makeProductReviewHistory: () => io.flow.internal.v0.models.ProductReviewHistory;
|
|
1281
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;
|
|
1282
1214
|
export declare const makeProductSellabilityResult: () => io.flow.internal.v0.models.ProductSellabilityResult;
|
|
1283
1215
|
export declare const makeProductStatus: () => io.flow.internal.v0.enums.ProductStatus;
|
|
1284
1216
|
export declare const makeProductTransaction: () => io.flow.internal.v0.models.ProductTransaction;
|
|
1285
|
-
export declare const makePromptAction: () => io.flow.internal.v0.enums.PromptAction;
|
|
1286
|
-
export declare const makePromptCheckoutDisplayPosition: () => io.flow.internal.v0.enums.PromptCheckoutDisplayPosition;
|
|
1287
|
-
export declare const makePromptOptions: () => io.flow.internal.v0.enums.PromptOptions;
|
|
1288
|
-
export declare const makePromptTarget: () => io.flow.internal.v0.enums.PromptTarget;
|
|
1289
1217
|
export declare const makeProofOfPosting: () => io.flow.internal.v0.unions.ProofOfPosting;
|
|
1290
1218
|
export declare const makeProofOfPostingExternallyFulfilled: () => io.flow.internal.v0.models.ProofOfPostingExternallyFulfilled;
|
|
1291
1219
|
export declare const makeProofOfPostingFulfilled: () => io.flow.internal.v0.models.ProofOfPostingFulfilled;
|
|
@@ -1353,9 +1281,6 @@ export declare const makeRatecardStandardConfigurationUpserted: () => io.flow.in
|
|
|
1353
1281
|
export declare const makeRatecardStandardSettings: () => io.flow.internal.v0.models.RatecardStandardSettings;
|
|
1354
1282
|
export declare const makeRatesChanged: () => io.flow.internal.v0.models.RatesChanged;
|
|
1355
1283
|
export declare const makeRatesNamesSummary: () => io.flow.internal.v0.models.RatesNamesSummary;
|
|
1356
|
-
export declare const makeReboundConfiguration: () => io.flow.internal.v0.models.ReboundConfiguration;
|
|
1357
|
-
export declare const makeReboundConfigurationForm: () => io.flow.internal.v0.models.ReboundConfigurationForm;
|
|
1358
|
-
export declare const makeReboundConfigurationStatus: () => io.flow.internal.v0.enums.ReboundConfigurationStatus;
|
|
1359
1284
|
export declare const makeRecordReference: () => io.flow.internal.v0.models.RecordReference;
|
|
1360
1285
|
export declare const makeRedirect: () => io.flow.internal.v0.models.Redirect;
|
|
1361
1286
|
export declare const makeRedirectActionCompleted: () => io.flow.internal.v0.models.RedirectActionCompleted;
|
|
@@ -1422,6 +1347,7 @@ export declare const makeRequeueRequestForm: () => io.flow.internal.v0.models.Re
|
|
|
1422
1347
|
export declare const makeRescreenRestrictionsProducts: () => io.flow.internal.v0.models.RescreenRestrictionsProducts;
|
|
1423
1348
|
export declare const makeResponsibleParty: () => io.flow.internal.v0.enums.ResponsibleParty;
|
|
1424
1349
|
export declare const makeRestrictionAction: () => io.flow.internal.v0.enums.RestrictionAction;
|
|
1350
|
+
export declare const makeRestrictionBlanketOrganizationExemption: () => io.flow.internal.v0.models.RestrictionBlanketOrganizationExemption;
|
|
1425
1351
|
export declare const makeRestrictionCategory: () => io.flow.internal.v0.models.RestrictionCategory;
|
|
1426
1352
|
export declare const makeRestrictionDecision: () => io.flow.internal.v0.enums.RestrictionDecision;
|
|
1427
1353
|
export declare const makeRestrictionFilter: () => io.flow.internal.v0.models.RestrictionFilter;
|
|
@@ -1445,6 +1371,7 @@ export declare const makeRestrictionProductDecisionForm: () => io.flow.internal.
|
|
|
1445
1371
|
export declare const makeRestrictionProductRequestForm: () => io.flow.internal.v0.models.RestrictionProductRequestForm;
|
|
1446
1372
|
export declare const makeRestrictionProductSummary: () => io.flow.internal.v0.models.RestrictionProductSummary;
|
|
1447
1373
|
export declare const makeRestrictionRule: () => io.flow.internal.v0.models.RestrictionRule;
|
|
1374
|
+
export declare const makeRestrictionRuleCommunityExemption: () => io.flow.internal.v0.enums.RestrictionRuleCommunityExemption;
|
|
1448
1375
|
export declare const makeRestrictionRuleDecisionForm: () => io.flow.internal.v0.models.RestrictionRuleDecisionForm;
|
|
1449
1376
|
export declare const makeRestrictionRuleDeleted: () => io.flow.internal.v0.models.RestrictionRuleDeleted;
|
|
1450
1377
|
export declare const makeRestrictionRuleEffect: () => io.flow.internal.v0.models.RestrictionRuleEffect;
|
|
@@ -1489,8 +1416,12 @@ export declare const makeRoutingAccount: () => io.flow.internal.v0.models.Routin
|
|
|
1489
1416
|
export declare const makeRoutingEntity: () => io.flow.internal.v0.unions.RoutingEntity;
|
|
1490
1417
|
export declare const makeRoutingMerchant: () => io.flow.internal.v0.models.RoutingMerchant;
|
|
1491
1418
|
export declare const makeRoutingProcessor: () => io.flow.internal.v0.models.RoutingProcessor;
|
|
1419
|
+
export declare const makeSalesPaymentRecord: () => io.flow.internal.v0.models.SalesPaymentRecord;
|
|
1492
1420
|
export declare const makeSandboxSetup: () => io.flow.internal.v0.models.SandboxSetup;
|
|
1493
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;
|
|
1494
1425
|
export declare const makeScheduledPayment: () => io.flow.internal.v0.models.ScheduledPayment;
|
|
1495
1426
|
export declare const makeScreen: () => io.flow.internal.v0.models.Screen;
|
|
1496
1427
|
export declare const makeScreenForm: () => io.flow.internal.v0.models.ScreenForm;
|
|
@@ -1511,30 +1442,16 @@ export declare const makeShipmentCostSummary: () => io.flow.internal.v0.models.S
|
|
|
1511
1442
|
export declare const makeShippingLane: () => io.flow.internal.v0.models.ShippingLane;
|
|
1512
1443
|
export declare const makeShippingMethodReference: () => io.flow.internal.v0.models.ShippingMethodReference;
|
|
1513
1444
|
export declare const makeShippingPricing: () => io.flow.internal.v0.models.ShippingPricing;
|
|
1514
|
-
export declare const makeShop: () => io.flow.internal.v0.models.Shop;
|
|
1515
|
-
export declare const makeShopForm: () => io.flow.internal.v0.models.ShopForm;
|
|
1516
|
-
export declare const makeShopVersion: () => io.flow.internal.v0.models.ShopVersion;
|
|
1517
1445
|
export declare const makeShopifyCatalogPublication: () => io.flow.internal.v0.models.ShopifyCatalogPublication;
|
|
1518
1446
|
export declare const makeShopifyChannelOrganizationToken: () => io.flow.internal.v0.models.ShopifyChannelOrganizationToken;
|
|
1519
1447
|
export declare const makeShopifyChannelOrganizationTokens: () => io.flow.internal.v0.models.ShopifyChannelOrganizationTokens;
|
|
1520
|
-
export declare const makeShopifyCheckInventoryError: () => io.flow.internal.v0.models.ShopifyCheckInventoryError;
|
|
1521
|
-
export declare const makeShopifyCheckInventoryErrorCode: () => "inventory_out_of_stock";
|
|
1522
|
-
export declare const makeShopifyCodeForm: () => io.flow.internal.v0.models.ShopifyCodeForm;
|
|
1523
1448
|
export declare const makeShopifyDispute: () => io.flow.internal.v0.models.ShopifyDispute;
|
|
1524
1449
|
export declare const makeShopifyDisputeDeleted: () => io.flow.internal.v0.models.ShopifyDisputeDeleted;
|
|
1525
1450
|
export declare const makeShopifyDisputeUpserted: () => io.flow.internal.v0.models.ShopifyDisputeUpserted;
|
|
1526
|
-
export declare const
|
|
1527
|
-
export declare const
|
|
1528
|
-
export declare const
|
|
1529
|
-
export declare const
|
|
1530
|
-
export declare const makeShopifyGiftCardBalanceForm: () => io.flow.internal.v0.models.ShopifyGiftCardBalanceForm;
|
|
1531
|
-
export declare const makeShopifyGiftCardPaymentForm: () => io.flow.internal.v0.models.ShopifyGiftCardPaymentForm;
|
|
1532
|
-
export declare const makeShopifyGiftCardRedemption: () => io.flow.internal.v0.models.ShopifyGiftCardRedemption;
|
|
1533
|
-
export declare const makeShopifyGiftCardRedemptionForm: () => io.flow.internal.v0.models.ShopifyGiftCardRedemptionForm;
|
|
1534
|
-
export declare const makeShopifyGiftCardReversal: () => io.flow.internal.v0.models.ShopifyGiftCardReversal;
|
|
1535
|
-
export declare const makeShopifyGiftCardReversalForm: () => io.flow.internal.v0.models.ShopifyGiftCardReversalForm;
|
|
1536
|
-
export declare const makeShopifyGrantStatus: () => io.flow.internal.v0.enums.ShopifyGrantStatus;
|
|
1537
|
-
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;
|
|
1538
1455
|
export declare const makeShopifyIncotermConfiguration: () => io.flow.internal.v0.enums.ShopifyIncotermConfiguration;
|
|
1539
1456
|
export declare const makeShopifyIncotermIncludes: () => io.flow.internal.v0.models.ShopifyIncotermIncludes;
|
|
1540
1457
|
export declare const makeShopifyIncotermSummaryErrorData: () => io.flow.internal.v0.models.ShopifyIncotermSummaryErrorData;
|
|
@@ -1596,30 +1513,20 @@ export declare const makeShopifyMonitoringOrderMonitorType: () => io.flow.intern
|
|
|
1596
1513
|
export declare const makeShopifyMonitoringTrackingField: () => io.flow.internal.v0.enums.ShopifyMonitoringTrackingField;
|
|
1597
1514
|
export declare const makeShopifyMonitoringTrackingNumber: () => io.flow.internal.v0.models.ShopifyMonitoringTrackingNumber;
|
|
1598
1515
|
export declare const makeShopifyMonitoringTrackingUrl: () => io.flow.internal.v0.models.ShopifyMonitoringTrackingUrl;
|
|
1599
|
-
export declare const makeShopifyOrderAuthorization: () => io.flow.internal.v0.models.ShopifyOrderAuthorization;
|
|
1600
1516
|
export declare const makeShopifyOrderCancelForm: () => io.flow.internal.v0.models.ShopifyOrderCancelForm;
|
|
1601
1517
|
export declare const makeShopifyOrderCancelResponse: () => io.flow.internal.v0.models.ShopifyOrderCancelResponse;
|
|
1602
|
-
export declare const makeShopifyOrderContent: () => io.flow.internal.v0.models.ShopifyOrderContent;
|
|
1603
1518
|
export declare const makeShopifyOrderDestinationForm: () => io.flow.internal.v0.models.ShopifyOrderDestinationForm;
|
|
1604
|
-
export declare const makeShopifyOrderDetail: () => io.flow.internal.v0.models.ShopifyOrderDetail;
|
|
1605
|
-
export declare const makeShopifyOrderDiscountContent: () => io.flow.internal.v0.models.ShopifyOrderDiscountContent;
|
|
1606
1519
|
export declare const makeShopifyOrderFulfillmentsSnapshot: () => io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshot;
|
|
1607
1520
|
export declare const makeShopifyOrderFulfillmentsSnapshotDeleted: () => io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotDeleted;
|
|
1608
1521
|
export declare const makeShopifyOrderFulfillmentsSnapshotUpserted: () => io.flow.internal.v0.models.ShopifyOrderFulfillmentsSnapshotUpserted;
|
|
1609
|
-
export declare const makeShopifyOrderInventoryCheck: () => io.flow.internal.v0.models.ShopifyOrderInventoryCheck;
|
|
1610
|
-
export declare const makeShopifyOrderLineAttribute: () => io.flow.internal.v0.models.ShopifyOrderLineAttribute;
|
|
1611
|
-
export declare const makeShopifyOrderLineContent: () => io.flow.internal.v0.models.ShopifyOrderLineContent;
|
|
1612
1522
|
export declare const makeShopifyOrderRiskAssessment: () => io.flow.internal.v0.models.ShopifyOrderRiskAssessment;
|
|
1613
1523
|
export declare const makeShopifyOrderRiskAssessmentDeleted: () => io.flow.internal.v0.models.ShopifyOrderRiskAssessmentDeleted;
|
|
1614
1524
|
export declare const makeShopifyOrderRiskAssessmentUpserted: () => io.flow.internal.v0.models.ShopifyOrderRiskAssessmentUpserted;
|
|
1615
1525
|
export declare const makeShopifyOrderTransaction: () => io.flow.internal.v0.models.ShopifyOrderTransaction;
|
|
1616
1526
|
export declare const makeShopifyOrderTransactionDeleted: () => io.flow.internal.v0.models.ShopifyOrderTransactionDeleted;
|
|
1617
1527
|
export declare const makeShopifyOrderTransactionUpserted: () => io.flow.internal.v0.models.ShopifyOrderTransactionUpserted;
|
|
1618
|
-
export declare const makeShopifyOrganizationSettings: () => io.flow.internal.v0.models.ShopifyOrganizationSettings;
|
|
1619
|
-
export declare const makeShopifyOrganizationSettingsForm: () => io.flow.internal.v0.models.ShopifyOrganizationSettingsForm;
|
|
1620
1528
|
export declare const makeShopifyPartnerWebhook: () => io.flow.internal.v0.models.ShopifyPartnerWebhook;
|
|
1621
1529
|
export declare const makeShopifyPartnerWebhookRaw: () => io.flow.internal.v0.models.ShopifyPartnerWebhookRaw;
|
|
1622
|
-
export declare const makeShopifyPaymentSummary: () => io.flow.internal.v0.models.ShopifyPaymentSummary;
|
|
1623
1530
|
export declare const makeShopifyPlanType: () => io.flow.internal.v0.enums.ShopifyPlanType;
|
|
1624
1531
|
export declare const makeShopifyProductBundle: () => io.flow.internal.v0.models.ShopifyProductBundle;
|
|
1625
1532
|
export declare const makeShopifyProductBundleDeleted: () => io.flow.internal.v0.models.ShopifyProductBundleDeleted;
|
|
@@ -1635,37 +1542,13 @@ export declare const makeShopifyProductUpdateDeleted: () => io.flow.internal.v0.
|
|
|
1635
1542
|
export declare const makeShopifyProductUpdateUpserted: () => io.flow.internal.v0.models.ShopifyProductUpdateUpserted;
|
|
1636
1543
|
export declare const makeShopifyProductUpdateWebhookEvent: () => io.flow.internal.v0.models.ShopifyProductUpdateWebhookEvent;
|
|
1637
1544
|
export declare const makeShopifyProductWrapper: () => io.flow.internal.v0.models.ShopifyProductWrapper;
|
|
1638
|
-
export declare const
|
|
1639
|
-
export declare const
|
|
1640
|
-
export declare const makeShopifyPromotionAttributeValue: () => io.flow.internal.v0.models.ShopifyPromotionAttributeValue;
|
|
1641
|
-
export declare const makeShopifyPromotionBehavior: () => "disable_discount_codes";
|
|
1642
|
-
export declare const makeShopifyPromotionFixedAmount: () => io.flow.internal.v0.models.ShopifyPromotionFixedAmount;
|
|
1643
|
-
export declare const makeShopifyPromotionForm: () => io.flow.internal.v0.models.ShopifyPromotionForm;
|
|
1644
|
-
export declare const makeShopifyPromotionItemEntitlement: () => io.flow.internal.v0.models.ShopifyPromotionItemEntitlement;
|
|
1645
|
-
export declare const makeShopifyPromotionItemPrerequisite: () => io.flow.internal.v0.models.ShopifyPromotionItemPrerequisite;
|
|
1646
|
-
export declare const makeShopifyPromotionMaxAmount: () => io.flow.internal.v0.models.ShopifyPromotionMaxAmount;
|
|
1647
|
-
export declare const makeShopifyPromotionMaxLimit: () => io.flow.internal.v0.models.ShopifyPromotionMaxLimit;
|
|
1648
|
-
export declare const makeShopifyPromotionOffer: () => io.flow.internal.v0.models.ShopifyPromotionOffer;
|
|
1649
|
-
export declare const makeShopifyPromotionOfferAllocationMethod: () => io.flow.internal.v0.enums.ShopifyPromotionOfferAllocationMethod;
|
|
1650
|
-
export declare const makeShopifyPromotionOfferDiscount: () => io.flow.internal.v0.unions.ShopifyPromotionOfferDiscount;
|
|
1651
|
-
export declare const makeShopifyPromotionOfferEntitlement: () => io.flow.internal.v0.unions.ShopifyPromotionOfferEntitlement;
|
|
1652
|
-
export declare const makeShopifyPromotionOfferMax: () => io.flow.internal.v0.unions.ShopifyPromotionOfferMax;
|
|
1653
|
-
export declare const makeShopifyPromotionOrderEntitlement: () => io.flow.internal.v0.models.ShopifyPromotionOrderEntitlement;
|
|
1654
|
-
export declare const makeShopifyPromotionOrderEntitlementComponent: () => io.flow.internal.v0.enums.ShopifyPromotionOrderEntitlementComponent;
|
|
1655
|
-
export declare const makeShopifyPromotionOrderPrerequisite: () => io.flow.internal.v0.models.ShopifyPromotionOrderPrerequisite;
|
|
1656
|
-
export declare const makeShopifyPromotionPercent: () => io.flow.internal.v0.models.ShopifyPromotionPercent;
|
|
1657
|
-
export declare const makeShopifyPromotionPrerequisite: () => io.flow.internal.v0.unions.ShopifyPromotionPrerequisite;
|
|
1658
|
-
export declare const makeShopifyPromotionRule: () => io.flow.internal.v0.models.ShopifyPromotionRule;
|
|
1659
|
-
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;
|
|
1660
1547
|
export declare const makeShopifyService: () => io.flow.internal.v0.enums.ShopifyService;
|
|
1661
|
-
export declare const makeShopifyShopDeleted: () => io.flow.internal.v0.models.ShopifyShopDeleted;
|
|
1662
1548
|
export declare const makeShopifyShopStatistics: () => io.flow.internal.v0.models.ShopifyShopStatistics;
|
|
1663
|
-
export declare const makeShopifyShopUpserted: () => io.flow.internal.v0.models.ShopifyShopUpserted;
|
|
1664
1549
|
export declare const makeShopifyStoreDetail: () => io.flow.internal.v0.models.ShopifyStoreDetail;
|
|
1665
1550
|
export declare const makeShopifyStripeEvent: () => io.flow.internal.v0.models.ShopifyStripeEvent;
|
|
1666
|
-
export declare const
|
|
1667
|
-
export declare const makeShopifyWebhookEvent: () => io.flow.internal.v0.models.ShopifyWebhookEvent;
|
|
1668
|
-
export declare const makeShopifyWebhookForm: () => io.flow.internal.v0.models.ShopifyWebhookForm;
|
|
1551
|
+
export declare const makeShopperBreakdown: () => io.flow.internal.v0.models.ShopperBreakdown;
|
|
1669
1552
|
export declare const makeShopperFees: () => io.flow.internal.v0.models.ShopperFees;
|
|
1670
1553
|
export declare const makeShopperFreight: () => io.flow.internal.v0.models.ShopperFreight;
|
|
1671
1554
|
export declare const makeShopperLine: () => io.flow.internal.v0.models.ShopperLine;
|
|
@@ -1698,11 +1581,8 @@ export declare const makeStandaloneAttachment: () => io.flow.internal.v0.models.
|
|
|
1698
1581
|
export declare const makeStandaloneAttachmentDeleted: () => io.flow.internal.v0.models.StandaloneAttachmentDeleted;
|
|
1699
1582
|
export declare const makeStandaloneAttachmentUpserted: () => io.flow.internal.v0.models.StandaloneAttachmentUpserted;
|
|
1700
1583
|
export declare const makeStatementCreationMetadata: () => io.flow.internal.v0.models.StatementCreationMetadata;
|
|
1701
|
-
export declare const makeStatementStatus: () => io.flow.internal.v0.enums.StatementStatus;
|
|
1702
1584
|
export declare const makeStatementTransferTransactionLocation: () => io.flow.internal.v0.enums.StatementTransferTransactionLocation;
|
|
1703
1585
|
export declare const makeStatisticType: () => io.flow.internal.v0.enums.StatisticType;
|
|
1704
|
-
export declare const makeStoreConnection: () => io.flow.internal.v0.models.StoreConnection;
|
|
1705
|
-
export declare const makeStoreConnectionForm: () => io.flow.internal.v0.models.StoreConnectionForm;
|
|
1706
1586
|
export declare const makeStringFeatureDefaultValue: () => io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
1707
1587
|
export declare const makeStringFeatureRule: () => io.flow.internal.v0.models.StringFeatureRule;
|
|
1708
1588
|
export declare const makeStringFeatureRuleForm: () => io.flow.internal.v0.models.StringFeatureRuleForm;
|
|
@@ -1777,6 +1657,7 @@ export declare const makeTaxTransactionDeleted: () => io.flow.internal.v0.models
|
|
|
1777
1657
|
export declare const makeTaxTransactionType: () => io.flow.internal.v0.enums.TaxTransactionType;
|
|
1778
1658
|
export declare const makeTaxTransactionUpserted: () => io.flow.internal.v0.models.TaxTransactionUpserted;
|
|
1779
1659
|
export declare const makeTaxonomyCategory: () => io.flow.internal.v0.models.TaxonomyCategory;
|
|
1660
|
+
export declare const makeTaxonomyCategoryClassificationAlignment: () => io.flow.internal.v0.enums.TaxonomyCategoryClassificationAlignment;
|
|
1780
1661
|
export declare const makeTaxonomyCategoryHs6Ref: () => io.flow.internal.v0.models.TaxonomyCategoryHs6Ref;
|
|
1781
1662
|
export declare const makeTaxonomyCategoryHs6RefDeleted: () => io.flow.internal.v0.models.TaxonomyCategoryHs6RefDeleted;
|
|
1782
1663
|
export declare const makeTaxonomyCategoryHs6RefUpserted: () => io.flow.internal.v0.models.TaxonomyCategoryHs6RefUpserted;
|
|
@@ -1871,11 +1752,8 @@ export declare const makeUserStatusForm: () => io.flow.internal.v0.models.UserSt
|
|
|
1871
1752
|
export declare const makeUserStatusRule: () => io.flow.internal.v0.models.UserStatusRule;
|
|
1872
1753
|
export declare const makeUserStatusRuleForm: () => io.flow.internal.v0.models.UserStatusRuleForm;
|
|
1873
1754
|
export declare const makeUserUpsertedV2: () => io.flow.internal.v0.models.UserUpsertedV2;
|
|
1874
|
-
export declare const makeV1Checkout: () => io.flow.internal.v0.models.V1Checkout;
|
|
1875
1755
|
export declare const makeValidatedAddress: () => io.flow.internal.v0.models.ValidatedAddress;
|
|
1876
1756
|
export declare const makeValidatedShippingData: () => io.flow.internal.v0.models.ValidatedShippingData;
|
|
1877
|
-
export declare const makeValidationCharacterLength: () => io.flow.internal.v0.models.ValidationCharacterLength;
|
|
1878
|
-
export declare const makeValidationRule: () => io.flow.internal.v0.models.ValidationCharacterLength;
|
|
1879
1757
|
export declare const makeViesResult: () => io.flow.internal.v0.models.ViesResult;
|
|
1880
1758
|
export declare const makeVirtualCardTransaction: () => io.flow.internal.v0.models.VirtualCardTransaction;
|
|
1881
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
|
}
|