@flowio/api-internal-factories 0.0.104 → 0.0.105
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 +1266 -1062
- package/dist/esm/api-internal.js +1156 -982
- package/dist/types/api-internal.d.ts +74 -45
- package/package.json +2 -2
- package/src/api-internal.ts +1295 -1147
|
@@ -119,8 +119,6 @@ export declare const makeAuthorizedOrderCharge: () => io.flow.internal.v0.models
|
|
|
119
119
|
export declare const makeAuthorizedShippingCharge: () => io.flow.internal.v0.models.AuthorizedShippingCharge;
|
|
120
120
|
export declare const makeAutoRestrictRule: () => io.flow.internal.v0.enums.AutoRestrictRule;
|
|
121
121
|
export declare const makeAutoReviewCriteria: () => io.flow.internal.v0.models.AutoReviewCriteria;
|
|
122
|
-
export declare const makeBackfill: () => io.flow.internal.v0.models.Backfill;
|
|
123
|
-
export declare const makeBackfillForm: () => io.flow.internal.v0.models.BackfillForm;
|
|
124
122
|
export declare const makeBankAccountReference: () => io.flow.internal.v0.models.BankAccountReference;
|
|
125
123
|
export declare const makeBankPayment: () => io.flow.internal.v0.models.BankPayment;
|
|
126
124
|
export declare const makeBankPaymentDeletedV2: () => io.flow.internal.v0.models.BankPaymentDeletedV2;
|
|
@@ -376,7 +374,9 @@ export declare const makeClassificationProduct: () => io.flow.internal.v0.models
|
|
|
376
374
|
export declare const makeClassificationProductHarmonization: () => io.flow.internal.v0.models.ClassificationProductHarmonization;
|
|
377
375
|
export declare const makeClassificationProductId: () => io.flow.internal.v0.models.ClassificationProductId;
|
|
378
376
|
export declare const makeClassificationProductRequest: () => io.flow.internal.v0.models.ClassificationProductRequest;
|
|
377
|
+
export declare const makeClassificationProductRequestEnvelope: () => io.flow.internal.v0.models.ClassificationProductRequestEnvelope;
|
|
379
378
|
export declare const makeClassificationProductResult: () => io.flow.internal.v0.models.ClassificationProductResult;
|
|
379
|
+
export declare const makeClassificationProductResultEnvelope: () => io.flow.internal.v0.models.ClassificationProductResultEnvelope;
|
|
380
380
|
export declare const makeClassificationProductSummary: () => io.flow.internal.v0.models.ClassificationProductSummary;
|
|
381
381
|
export declare const makeClassificationProductSummaryPage: () => io.flow.internal.v0.models.ClassificationProductSummaryPage;
|
|
382
382
|
export declare const makeClassificationRequeueRequest: () => io.flow.internal.v0.models.ClassificationRequeueRequest;
|
|
@@ -401,6 +401,7 @@ export declare const makeCommercialInvoiceInternal: () => io.flow.internal.v0.mo
|
|
|
401
401
|
export declare const makeCommercialInvoiceInternalDeleted: () => io.flow.internal.v0.models.CommercialInvoiceInternalDeleted;
|
|
402
402
|
export declare const makeCommercialInvoiceInternalUpserted: () => io.flow.internal.v0.models.CommercialInvoiceInternalUpserted;
|
|
403
403
|
export declare const makeCommercialInvoiceSummary: () => io.flow.internal.v0.models.CommercialInvoiceSummary;
|
|
404
|
+
export declare const makeCompany: () => io.flow.internal.v0.enums.Company;
|
|
404
405
|
export declare const makeCompanyReference: () => io.flow.internal.v0.models.CompanyReference;
|
|
405
406
|
export declare const makeCompliance: () => io.flow.internal.v0.models.Compliance;
|
|
406
407
|
export declare const makeComplianceData: () => io.flow.internal.v0.models.WasteElectricalAndElectronicEquipmentComplianceData;
|
|
@@ -435,6 +436,7 @@ export declare const makeCryptoAccountModificationForm: () => io.flow.internal.v
|
|
|
435
436
|
export declare const makeCryptoAccountPutForm: () => io.flow.internal.v0.models.CryptoAccountPutForm;
|
|
436
437
|
export declare const makeCryptoAuthentication: () => io.flow.internal.v0.models.CryptoAuthentication;
|
|
437
438
|
export declare const makeCryptoAuthenticationForm: () => io.flow.internal.v0.models.CryptoAuthenticationForm;
|
|
439
|
+
export declare const makeCsvTransaction: () => io.flow.internal.v0.models.CsvTransaction;
|
|
438
440
|
export declare const makeCurrencyInternalRate: () => io.flow.internal.v0.models.CurrencyInternalRate;
|
|
439
441
|
export declare const makeCustomerPurgeUpserted: () => io.flow.internal.v0.models.CustomerPurgeUpserted;
|
|
440
442
|
export declare const makeCustomerSecret: () => io.flow.internal.v0.models.CustomerSecret;
|
|
@@ -448,10 +450,6 @@ export declare const makeCustomsDetails: () => io.flow.internal.v0.models.Custom
|
|
|
448
450
|
export declare const makeCustomsDetailsForm: () => io.flow.internal.v0.models.CustomsDetailsForm;
|
|
449
451
|
export declare const makeCustomsProductAttributeLabel: () => io.flow.internal.v0.models.CustomsProductAttributeLabel;
|
|
450
452
|
export declare const makeCustomsProductLabels: () => io.flow.internal.v0.models.CustomsProductLabels;
|
|
451
|
-
export declare const makeDailyExperimentEngineResults: () => io.flow.internal.v0.models.DailyExperimentEngineResults;
|
|
452
|
-
export declare const makeDailyExperimentResults: () => io.flow.internal.v0.models.DailyExperimentResults;
|
|
453
|
-
export declare const makeDailyExperimentResultsDeleted: () => io.flow.internal.v0.models.DailyExperimentResultsDeleted;
|
|
454
|
-
export declare const makeDailyExperimentResultsUpserted: () => io.flow.internal.v0.models.DailyExperimentResultsUpserted;
|
|
455
453
|
export declare const makeDailyValue: () => io.flow.internal.v0.models.DailyValue;
|
|
456
454
|
export declare const makeDailyValueDeleted: () => io.flow.internal.v0.models.DailyValueDeleted;
|
|
457
455
|
export declare const makeDailyValueUpserted: () => io.flow.internal.v0.models.DailyValueUpserted;
|
|
@@ -581,7 +579,6 @@ export declare const makeExclusionRuleDeleted: () => io.flow.internal.v0.models.
|
|
|
581
579
|
export declare const makeExclusionRuleExportRequest: () => io.flow.internal.v0.models.ExclusionRuleExportRequest;
|
|
582
580
|
export declare const makeExclusionRuleUpserted: () => io.flow.internal.v0.models.ExclusionRuleUpserted;
|
|
583
581
|
export declare const makeExpectedOrderSummary: () => io.flow.internal.v0.models.ExpectedOrderSummary;
|
|
584
|
-
export declare const makeExperienceExperiment: () => io.flow.internal.v0.models.ExperienceExperiment;
|
|
585
582
|
export declare const makeExperienceExportRequest: () => io.flow.internal.v0.models.ExperienceExportRequest;
|
|
586
583
|
export declare const makeExperienceImportRequest: () => io.flow.internal.v0.models.ExperienceImportRequest;
|
|
587
584
|
export declare const makeExperienceImportType: () => "experience_with_settings";
|
|
@@ -589,30 +586,6 @@ export declare const makeExperienceOrderAction: () => io.flow.internal.v0.enums.
|
|
|
589
586
|
export declare const makeExperienceOrderActionRule: () => io.flow.internal.v0.models.ExperienceOrderActionRule;
|
|
590
587
|
export declare const makeExperienceOrderActionTrigger: () => io.flow.internal.v0.enums.ExperienceOrderActionTrigger;
|
|
591
588
|
export declare const makeExperienceSessionReference: () => io.flow.internal.v0.models.ExperienceSessionReference;
|
|
592
|
-
export declare const makeExperienceVariant: () => io.flow.internal.v0.models.ExperienceVariant;
|
|
593
|
-
export declare const makeExperienceVariantForm: () => io.flow.internal.v0.models.ExperienceVariantForm;
|
|
594
|
-
export declare const makeExperienceVariantSummary: () => io.flow.internal.v0.models.ExperienceVariantSummary;
|
|
595
|
-
export declare const makeExperiment: () => io.flow.internal.v0.unions.Experiment;
|
|
596
|
-
export declare const makeExperimentDeleted: () => io.flow.internal.v0.models.ExperimentDeleted;
|
|
597
|
-
export declare const makeExperimentDiscriminatorKey: () => io.flow.internal.v0.enums.ExperimentDiscriminatorKey;
|
|
598
|
-
export declare const makeExperimentEngineResults: () => io.flow.internal.v0.models.ExperimentEngineResults;
|
|
599
|
-
export declare const makeExperimentForm: () => io.flow.internal.v0.models.ExperimentForm;
|
|
600
|
-
export declare const makeExperimentFormDefault: () => io.flow.internal.v0.models.ExperimentFormDefault;
|
|
601
|
-
export declare const makeExperimentFormDefaultDiscriminator: () => io.flow.internal.v0.models.ExperimentFormDefaultDiscriminator;
|
|
602
|
-
export declare const makeExperimentFormDefaultDiscriminatorValue: () => io.flow.internal.v0.models.ExperimentFormDefaultDiscriminatorValue;
|
|
603
|
-
export declare const makeExperimentFormDefaultVariant: () => io.flow.internal.v0.models.ExperimentFormDefaultVariant;
|
|
604
|
-
export declare const makeExperimentMilestone: () => io.flow.internal.v0.models.ExperimentMilestone;
|
|
605
|
-
export declare const makeExperimentMilestoneDeleted: () => io.flow.internal.v0.models.ExperimentMilestoneDeleted;
|
|
606
|
-
export declare const makeExperimentMilestoneForm: () => io.flow.internal.v0.models.ExperimentMilestoneForm;
|
|
607
|
-
export declare const makeExperimentMilestoneUpserted: () => io.flow.internal.v0.models.ExperimentMilestoneUpserted;
|
|
608
|
-
export declare const makeExperimentReference: () => io.flow.internal.v0.models.ExperimentReference;
|
|
609
|
-
export declare const makeExperimentResults: () => io.flow.internal.v0.models.ExperimentResults;
|
|
610
|
-
export declare const makeExperimentResultsDeleted: () => io.flow.internal.v0.models.ExperimentResultsDeleted;
|
|
611
|
-
export declare const makeExperimentResultsUpserted: () => io.flow.internal.v0.models.ExperimentResultsUpserted;
|
|
612
|
-
export declare const makeExperimentResultsWithTimestamp: () => io.flow.internal.v0.models.ExperimentResultsWithTimestamp;
|
|
613
|
-
export declare const makeExperimentSessionQueryForm: () => io.flow.internal.v0.models.ExperimentSessionQueryForm;
|
|
614
|
-
export declare const makeExperimentUpserted: () => io.flow.internal.v0.models.ExperimentUpserted;
|
|
615
|
-
export declare const makeExperimentVersion: () => io.flow.internal.v0.models.ExperimentVersion;
|
|
616
589
|
export declare const makeExplicitStatement: () => io.flow.internal.v0.models.ExplicitStatement;
|
|
617
590
|
export declare const makeExplicitStatementForm: () => io.flow.internal.v0.unions.ExplicitStatementForm;
|
|
618
591
|
export declare const makeExplicitStatementFormAllPendingPostedTransactions: () => io.flow.internal.v0.models.ExplicitStatementFormAllPendingPostedTransactions;
|
|
@@ -635,7 +608,6 @@ export declare const makeFeature: () => io.flow.internal.v0.models.Feature;
|
|
|
635
608
|
export declare const makeFeatureContextForm: () => io.flow.internal.v0.models.FeatureContextForm;
|
|
636
609
|
export declare const makeFeatureDefaultValue: () => io.flow.internal.v0.unions.FeatureDefaultValue;
|
|
637
610
|
export declare const makeFeatureDeleted: () => io.flow.internal.v0.models.FeatureDeleted;
|
|
638
|
-
export declare const makeFeatureExperiment: () => io.flow.internal.v0.models.FeatureExperiment;
|
|
639
611
|
export declare const makeFeatureForm: () => io.flow.internal.v0.models.FeatureForm;
|
|
640
612
|
export declare const makeFeatureGeoForm: () => io.flow.internal.v0.models.FeatureGeoForm;
|
|
641
613
|
export declare const makeFeatureIdReference: () => io.flow.internal.v0.models.FeatureIdReference;
|
|
@@ -653,11 +625,7 @@ export declare const makeFeatureType: () => io.flow.internal.v0.enums.FeatureTyp
|
|
|
653
625
|
export declare const makeFeatureUpserted: () => io.flow.internal.v0.models.FeatureUpserted;
|
|
654
626
|
export declare const makeFeatureValue: () => io.flow.internal.v0.unions.FeatureValue;
|
|
655
627
|
export declare const makeFeatureValueForm: () => io.flow.internal.v0.models.FeatureValueForm;
|
|
656
|
-
export declare const makeFeatureValueReference: () => io.flow.internal.v0.models.FeatureValueReference;
|
|
657
628
|
export declare const makeFeatureValueResult: () => io.flow.internal.v0.models.FeatureValueResult;
|
|
658
|
-
export declare const makeFeatureVariant: () => io.flow.internal.v0.models.FeatureVariant;
|
|
659
|
-
export declare const makeFeatureVariantForm: () => io.flow.internal.v0.models.FeatureVariantForm;
|
|
660
|
-
export declare const makeFeatureVariantSummary: () => io.flow.internal.v0.models.FeatureVariantSummary;
|
|
661
629
|
export declare const makeFedex: () => io.flow.internal.v0.models.Fedex;
|
|
662
630
|
export declare const makeFedexCrossborder: () => io.flow.internal.v0.models.FedexCrossborder;
|
|
663
631
|
export declare const makeFee: () => io.flow.internal.v0.models.Fee;
|
|
@@ -692,9 +660,12 @@ export declare const makeFlowLabProjectPutForm: () => io.flow.internal.v0.models
|
|
|
692
660
|
export declare const makeFlowLabelSetting: () => io.flow.internal.v0.models.FlowLabelSetting;
|
|
693
661
|
export declare const makeFlowLabelSettingForm: () => io.flow.internal.v0.models.FlowLabelSettingForm;
|
|
694
662
|
export declare const makeFlowShopValidationError: () => io.flow.internal.v0.models.FlowShopValidationError;
|
|
695
|
-
export declare const makeForceTransitForm: () => io.flow.internal.v0.models.ForceTransitForm;
|
|
696
663
|
export declare const makeFormat: () => io.flow.internal.v0.enums.Format;
|
|
664
|
+
export declare const makeFraudAuthorizationSummary: () => io.flow.internal.v0.models.FraudAuthorizationSummary;
|
|
697
665
|
export declare const makeFraudPendingReview: () => io.flow.internal.v0.models.FraudPendingReview;
|
|
666
|
+
export declare const makeFraudPendingReviewAuthorization: () => io.flow.internal.v0.models.FraudPendingReviewAuthorization;
|
|
667
|
+
export declare const makeFraudPendingReviewAuthorizationDeleted: () => io.flow.internal.v0.models.FraudPendingReviewAuthorizationDeleted;
|
|
668
|
+
export declare const makeFraudPendingReviewAuthorizationUpserted: () => io.flow.internal.v0.models.FraudPendingReviewAuthorizationUpserted;
|
|
698
669
|
export declare const makeFraudPendingReviewDeleted: () => io.flow.internal.v0.models.FraudPendingReviewDeleted;
|
|
699
670
|
export declare const makeFraudPendingReviewDetail: () => io.flow.internal.v0.models.FraudPendingReviewDetail;
|
|
700
671
|
export declare const makeFraudPendingReviewUpserted: () => io.flow.internal.v0.models.FraudPendingReviewUpserted;
|
|
@@ -707,6 +678,12 @@ export declare const makeFraudProviderConfigurationRiskified: () => io.flow.inte
|
|
|
707
678
|
export declare const makeFraudProviderConfigurationUpserted: () => io.flow.internal.v0.models.FraudProviderConfigurationUpserted;
|
|
708
679
|
export declare const makeFraudProviderStatus: () => io.flow.internal.v0.enums.FraudProviderStatus;
|
|
709
680
|
export declare const makeFraudReview: () => io.flow.internal.v0.models.FraudReview;
|
|
681
|
+
export declare const makeFraudReviewAuthorization: () => io.flow.internal.v0.models.FraudReviewAuthorization;
|
|
682
|
+
export declare const makeFraudReviewAuthorizationDecision: () => io.flow.internal.v0.models.FraudReviewAuthorizationDecision;
|
|
683
|
+
export declare const makeFraudReviewAuthorizationDecisionDeleted: () => io.flow.internal.v0.models.FraudReviewAuthorizationDecisionDeleted;
|
|
684
|
+
export declare const makeFraudReviewAuthorizationDecisionUpserted: () => io.flow.internal.v0.models.FraudReviewAuthorizationDecisionUpserted;
|
|
685
|
+
export declare const makeFraudReviewAuthorizationDeleted: () => io.flow.internal.v0.models.FraudReviewAuthorizationDeleted;
|
|
686
|
+
export declare const makeFraudReviewAuthorizationUpserted: () => io.flow.internal.v0.models.FraudReviewAuthorizationUpserted;
|
|
710
687
|
export declare const makeFraudReviewDecision: () => io.flow.internal.v0.models.FraudReviewDecision;
|
|
711
688
|
export declare const makeFraudReviewDecisionDeleted: () => io.flow.internal.v0.models.FraudReviewDecisionDeleted;
|
|
712
689
|
export declare const makeFraudReviewDecisionForm: () => io.flow.internal.v0.models.FraudReviewDecisionForm;
|
|
@@ -774,10 +751,16 @@ export declare const makeGoogleLinker: () => io.flow.internal.v0.models.GoogleLi
|
|
|
774
751
|
export declare const makeGoogleShoppingAccountParameters: () => io.flow.internal.v0.models.GoogleShoppingAccountParameters;
|
|
775
752
|
export declare const makeGoogleShoppingSetting: () => io.flow.internal.v0.models.GoogleShoppingSetting;
|
|
776
753
|
export declare const makeGoogleTagManager: () => io.flow.internal.v0.models.GoogleTagManager;
|
|
754
|
+
export declare const makeHarinathItem: () => io.flow.internal.v0.models.HarinathItem;
|
|
755
|
+
export declare const makeHarinathItemDeleted: () => io.flow.internal.v0.models.HarinathItemDeleted;
|
|
756
|
+
export declare const makeHarinathItemForm: () => io.flow.internal.v0.models.HarinathItemForm;
|
|
757
|
+
export declare const makeHarinathItemType: () => io.flow.internal.v0.enums.HarinathItemType;
|
|
758
|
+
export declare const makeHarinathItemUpserted: () => io.flow.internal.v0.models.HarinathItemUpserted;
|
|
777
759
|
export declare const makeHarmonizationClassificationStatisticsData: () => io.flow.internal.v0.models.HarmonizationClassificationStatisticsData;
|
|
778
760
|
export declare const makeHarmonizationClassificationStatisticsPublished: () => io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished;
|
|
779
761
|
export declare const makeHarmonizationCodesImport: () => io.flow.internal.v0.models.HarmonizationCodesImport;
|
|
780
762
|
export declare const makeHarmonizationColumnSetting: () => io.flow.internal.v0.models.HarmonizationColumnSetting;
|
|
763
|
+
export declare const makeHarmonizationDecisionSource: () => io.flow.internal.v0.enums.HarmonizationDecisionSource;
|
|
781
764
|
export declare const makeHarmonizationItemClassification: () => io.flow.internal.v0.models.HarmonizationItemClassification;
|
|
782
765
|
export declare const makeHarmonizationItemClassificationDeleted: () => io.flow.internal.v0.models.HarmonizationItemClassificationDeleted;
|
|
783
766
|
export declare const makeHarmonizationItemClassificationUpserted: () => io.flow.internal.v0.models.HarmonizationItemClassificationUpserted;
|
|
@@ -881,6 +864,11 @@ export declare const makeKeyReference: () => io.flow.internal.v0.models.KeyRefer
|
|
|
881
864
|
export declare const makeKeywordType: () => io.flow.internal.v0.enums.KeywordType;
|
|
882
865
|
export declare const makeKlarnaAuthorizationParameters: () => io.flow.internal.v0.models.KlarnaAuthorizationParameters;
|
|
883
866
|
export declare const makeKlarnaPaymentMethodCategory: () => io.flow.internal.v0.models.KlarnaPaymentMethodCategory;
|
|
867
|
+
export declare const makeKonstantinItem: () => io.flow.internal.v0.models.KonstantinItem;
|
|
868
|
+
export declare const makeKonstantinItemDeleted: () => io.flow.internal.v0.models.KonstantinItemDeleted;
|
|
869
|
+
export declare const makeKonstantinItemForm: () => io.flow.internal.v0.models.KonstantinItemForm;
|
|
870
|
+
export declare const makeKonstantinItemType: () => io.flow.internal.v0.enums.KonstantinItemType;
|
|
871
|
+
export declare const makeKonstantinItemUpserted: () => io.flow.internal.v0.models.KonstantinItemUpserted;
|
|
884
872
|
export declare const makeLabProjectSettings: () => io.flow.internal.v0.models.LabProjectSettings;
|
|
885
873
|
export declare const makeLabProjectSettingsForm: () => io.flow.internal.v0.models.LabProjectSettingsForm;
|
|
886
874
|
export declare const makeLabProjectSettingsFormAcceptance: () => io.flow.internal.v0.models.LabProjectSettingsFormAcceptance;
|
|
@@ -957,6 +945,9 @@ export declare const makeLocation: () => io.flow.internal.v0.models.Location;
|
|
|
957
945
|
export declare const makeLogisticsCapabilities: () => io.flow.internal.v0.models.LogisticsCapabilities;
|
|
958
946
|
export declare const makeLogisticsCapabilitiesForm: () => io.flow.internal.v0.models.LogisticsCapabilitiesForm;
|
|
959
947
|
export declare const makeLogisticsCapability: () => "logistics_address_correction";
|
|
948
|
+
export declare const makeLogisticsPayoutRequest: () => io.flow.internal.v0.models.LogisticsPayoutRequest;
|
|
949
|
+
export declare const makeLogisticsPayoutRequestForm: () => io.flow.internal.v0.models.LogisticsPayoutRequestForm;
|
|
950
|
+
export declare const makeLogisticsPayoutResolutionMethod: () => io.flow.internal.v0.enums.LogisticsPayoutResolutionMethod;
|
|
960
951
|
export declare const makeLogo: () => io.flow.internal.v0.models.Logo;
|
|
961
952
|
export declare const makeLostChargeback: () => io.flow.internal.v0.models.LostChargeback;
|
|
962
953
|
export declare const makeLoyaltyProgram: () => io.flow.internal.v0.models.LoyaltyProgram;
|
|
@@ -1056,6 +1047,16 @@ export declare const makeMerchantUpserted: () => io.flow.internal.v0.models.Merc
|
|
|
1056
1047
|
export declare const makeMessageStamp: () => io.flow.internal.v0.models.MessageStamp;
|
|
1057
1048
|
export declare const makeMetadataProposition: () => io.flow.internal.v0.models.MetadataProposition;
|
|
1058
1049
|
export declare const makeMetadataRatecard: () => io.flow.internal.v0.models.MetadataRatecard;
|
|
1050
|
+
export declare const makeMichaelyanItem: () => io.flow.internal.v0.models.MichaelyanItem;
|
|
1051
|
+
export declare const makeMichaelyanItemDeleted: () => io.flow.internal.v0.models.MichaelyanItemDeleted;
|
|
1052
|
+
export declare const makeMichaelyanItemForm: () => io.flow.internal.v0.models.MichaelyanItemForm;
|
|
1053
|
+
export declare const makeMichaelyanItemType: () => io.flow.internal.v0.enums.MichaelyanItemType;
|
|
1054
|
+
export declare const makeMichaelyanItemUpserted: () => io.flow.internal.v0.models.MichaelyanItemUpserted;
|
|
1055
|
+
export declare const makeMiljenkoItem: () => io.flow.internal.v0.models.MiljenkoItem;
|
|
1056
|
+
export declare const makeMiljenkoItemDeleted: () => io.flow.internal.v0.models.MiljenkoItemDeleted;
|
|
1057
|
+
export declare const makeMiljenkoItemForm: () => io.flow.internal.v0.models.MiljenkoItemForm;
|
|
1058
|
+
export declare const makeMiljenkoItemType: () => io.flow.internal.v0.enums.MiljenkoItemType;
|
|
1059
|
+
export declare const makeMiljenkoItemUpserted: () => io.flow.internal.v0.models.MiljenkoItemUpserted;
|
|
1059
1060
|
export declare const makeMixedBagWeight: () => io.flow.internal.v0.enums.MixedBagWeight;
|
|
1060
1061
|
export declare const makeNatureOfSale: () => io.flow.internal.v0.enums.NatureOfSale;
|
|
1061
1062
|
export declare const makeNextBillingStatement: () => io.flow.internal.v0.models.NextBillingStatement;
|
|
@@ -1130,6 +1131,9 @@ export declare const makeOrderServiceChangeCsvForm: () => io.flow.internal.v0.mo
|
|
|
1130
1131
|
export declare const makeOrderShipped: () => io.flow.internal.v0.models.OrderShipped;
|
|
1131
1132
|
export declare const makeOrderSubmissionForm: () => io.flow.internal.v0.models.OrderSubmissionForm;
|
|
1132
1133
|
export declare const makeOrderSummary: () => io.flow.internal.v0.models.OrderSummary;
|
|
1134
|
+
export declare const makeOrderTaxAndDutyInclusivitySetting: () => io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySetting;
|
|
1135
|
+
export declare const makeOrderTaxAndDutyInclusivitySettingDeleted: () => io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingDeleted;
|
|
1136
|
+
export declare const makeOrderTaxAndDutyInclusivitySettingUpserted: () => io.flow.internal.v0.models.OrderTaxAndDutyInclusivitySettingUpserted;
|
|
1133
1137
|
export declare const makeOrderTransaction: () => io.flow.internal.v0.models.OrderTransaction;
|
|
1134
1138
|
export declare const makeOrderTransactionDeleted: () => io.flow.internal.v0.models.OrderTransactionDeleted;
|
|
1135
1139
|
export declare const makeOrderTransactionType: () => io.flow.internal.v0.enums.OrderTransactionType;
|
|
@@ -1169,6 +1173,9 @@ export declare const makeOrganizationDebugTransaction: () => io.flow.internal.v0
|
|
|
1169
1173
|
export declare const makeOrganizationInvitationAcceptForm: () => io.flow.internal.v0.models.OrganizationInvitationAcceptForm;
|
|
1170
1174
|
export declare const makeOrganizationMembershipCopy: () => io.flow.internal.v0.models.OrganizationMembershipCopy;
|
|
1171
1175
|
export declare const makeOrganizationMembershipCopyForm: () => io.flow.internal.v0.models.OrganizationMembershipCopyForm;
|
|
1176
|
+
export declare const makeOrganizationMetadata: () => io.flow.internal.v0.models.OrganizationMetadata;
|
|
1177
|
+
export declare const makeOrganizationMetadataDeleted: () => io.flow.internal.v0.models.OrganizationMetadataDeleted;
|
|
1178
|
+
export declare const makeOrganizationMetadataUpserted: () => io.flow.internal.v0.models.OrganizationMetadataUpserted;
|
|
1172
1179
|
export declare const makeOrganizationMetricType: () => io.flow.internal.v0.enums.OrganizationMetricType;
|
|
1173
1180
|
export declare const makeOrganizationOnboardingStateAdjustmentResult: () => io.flow.internal.v0.models.OrganizationOnboardingStateAdjustmentResult;
|
|
1174
1181
|
export declare const makeOrganizationOnboardingStateAuditResult: () => io.flow.internal.v0.models.OrganizationOnboardingStateAuditResult;
|
|
@@ -1198,6 +1205,26 @@ export declare const makeOrganizationStatusChange: () => io.flow.internal.v0.mod
|
|
|
1198
1205
|
export declare const makeOrganizationStatusChangeDeleted: () => io.flow.internal.v0.models.OrganizationStatusChangeDeleted;
|
|
1199
1206
|
export declare const makeOrganizationStatusChangeUpserted: () => io.flow.internal.v0.models.OrganizationStatusChangeUpserted;
|
|
1200
1207
|
export declare const makeOrganizationsAuditCheckReport: () => io.flow.internal.v0.models.OrganizationsAuditCheckReport;
|
|
1208
|
+
export declare const makeOtherRecord: () => io.flow.internal.v0.models.OtherRecord;
|
|
1209
|
+
export declare const makeOtherRecordAccount: () => io.flow.internal.v0.models.OtherRecordAccount;
|
|
1210
|
+
export declare const makeOtherRecordAccountSourceSummary: () => io.flow.internal.v0.models.OtherRecordAccountSourceSummary;
|
|
1211
|
+
export declare const makeOtherRecordDeleted: () => io.flow.internal.v0.models.OtherRecordDeleted;
|
|
1212
|
+
export declare const makeOtherRecordDiscount: () => io.flow.internal.v0.models.OtherRecordDiscount;
|
|
1213
|
+
export declare const makeOtherRecordFees: () => io.flow.internal.v0.models.OtherRecordFees;
|
|
1214
|
+
export declare const makeOtherRecordIdentifiers: () => io.flow.internal.v0.models.OtherRecordIdentifiers;
|
|
1215
|
+
export declare const makeOtherRecordMerchantReference: () => io.flow.internal.v0.models.OtherRecordMerchantReference;
|
|
1216
|
+
export declare const makeOtherRecordMetadata: () => io.flow.internal.v0.models.OtherRecordMetadata;
|
|
1217
|
+
export declare const makeOtherRecordMetadataCarrierCharge: () => io.flow.internal.v0.models.OtherRecordMetadataCarrierCharge;
|
|
1218
|
+
export declare const makeOtherRecordMetadataChannel: () => io.flow.internal.v0.models.OtherRecordMetadataChannel;
|
|
1219
|
+
export declare const makeOtherRecordMetadataFailedPayout: () => io.flow.internal.v0.models.OtherRecordMetadataFailedPayout;
|
|
1220
|
+
export declare const makeOtherRecordMetadataManual: () => io.flow.internal.v0.models.OtherRecordMetadataManual;
|
|
1221
|
+
export declare const makeOtherRecordMetadataShippingLabel: () => io.flow.internal.v0.models.OtherRecordMetadataShippingLabel;
|
|
1222
|
+
export declare const makeOtherRecordMetadataShippingLabelRevenueShare: () => io.flow.internal.v0.models.OtherRecordMetadataShippingLabelRevenueShare;
|
|
1223
|
+
export declare const makeOtherRecordMetadataTrueup: () => io.flow.internal.v0.models.OtherRecordMetadataTrueup;
|
|
1224
|
+
export declare const makeOtherRecordOrderSummary: () => io.flow.internal.v0.models.OtherRecordOrderSummary;
|
|
1225
|
+
export declare const makeOtherRecordOrderSummaryIdentifiers: () => io.flow.internal.v0.models.OtherRecordOrderSummaryIdentifiers;
|
|
1226
|
+
export declare const makeOtherRecordUpserted: () => io.flow.internal.v0.models.OtherRecordUpserted;
|
|
1227
|
+
export declare const makeOtherRecordWithholdings: () => io.flow.internal.v0.models.OtherRecordWithholdings;
|
|
1201
1228
|
export declare const makeOutputStyle: () => io.flow.internal.v0.enums.OutputStyle;
|
|
1202
1229
|
export declare const makeOwner: () => io.flow.internal.v0.enums.Owner;
|
|
1203
1230
|
export declare const makePartner: () => io.flow.internal.v0.models.Partner;
|
|
@@ -1227,6 +1254,7 @@ export declare const makePaymentProcessorAccountUpserted: () => io.flow.internal
|
|
|
1227
1254
|
export declare const makePaymentProcessorMerchantDeleted: () => io.flow.internal.v0.models.PaymentProcessorMerchantDeleted;
|
|
1228
1255
|
export declare const makePaymentProcessorMerchantUpserted: () => io.flow.internal.v0.models.PaymentProcessorMerchantUpserted;
|
|
1229
1256
|
export declare const makePaymentRedirect: () => io.flow.internal.v0.unions.PaymentRedirect;
|
|
1257
|
+
export declare const makePaymentSummary: () => io.flow.internal.v0.models.PaymentSummary;
|
|
1230
1258
|
export declare const makePaymentSummaryDetails: () => io.flow.internal.v0.models.SearchAuthorization;
|
|
1231
1259
|
export declare const makePaymentSummaryStatus: () => io.flow.internal.v0.enums.PaymentSummaryStatus;
|
|
1232
1260
|
export declare const makePaymentSummaryType: () => io.flow.internal.v0.enums.PaymentSummaryType;
|
|
@@ -1428,8 +1456,6 @@ export declare const makeReportingMonetaryValue: () => io.flow.internal.v0.model
|
|
|
1428
1456
|
export declare const makeReportingOrderSummary: () => io.flow.internal.v0.models.ReportingOrderSummary;
|
|
1429
1457
|
export declare const makeReportingOrganizationSummary: () => io.flow.internal.v0.models.ReportingOrganizationSummary;
|
|
1430
1458
|
export declare const makeReportingPayment: () => io.flow.internal.v0.models.ReportingPayment;
|
|
1431
|
-
export declare const makeReportingPaymentMetadata: () => io.flow.internal.v0.models.ReportingPaymentMetadata;
|
|
1432
|
-
export declare const makeReportingPaymentMetadataAdditionalAuthorizations: () => io.flow.internal.v0.models.ReportingPaymentMetadataAdditionalAuthorizations;
|
|
1433
1459
|
export declare const makeReportingProvince: () => io.flow.internal.v0.models.ReportingProvince;
|
|
1434
1460
|
export declare const makeReportingReconciliation: () => io.flow.internal.v0.models.ReportingReconciliation;
|
|
1435
1461
|
export declare const makeReportingRefundReference: () => io.flow.internal.v0.models.ReportingRefundReference;
|
|
@@ -1441,6 +1467,7 @@ export declare const makeReportingVatRemittance: () => io.flow.internal.v0.model
|
|
|
1441
1467
|
export declare const makeReportingVatRemittanceRate: () => io.flow.internal.v0.models.ReportingVatRemittanceRate;
|
|
1442
1468
|
export declare const makeReportingVendor: () => io.flow.internal.v0.models.ReportingVendor;
|
|
1443
1469
|
export declare const makeRequeueRequestForm: () => io.flow.internal.v0.models.RequeueRequestForm;
|
|
1470
|
+
export declare const makeRescreenRestrictionsProducts: () => io.flow.internal.v0.models.RescreenRestrictionsProducts;
|
|
1444
1471
|
export declare const makeResponsibleParty: () => io.flow.internal.v0.enums.ResponsibleParty;
|
|
1445
1472
|
export declare const makeRestrictionAction: () => io.flow.internal.v0.enums.RestrictionAction;
|
|
1446
1473
|
export declare const makeRestrictionCategory: () => io.flow.internal.v0.models.RestrictionCategory;
|
|
@@ -1501,7 +1528,6 @@ export declare const makeSalesRecordUpserted: () => io.flow.internal.v0.models.S
|
|
|
1501
1528
|
export declare const makeSandboxSetup: () => io.flow.internal.v0.models.SandboxSetup;
|
|
1502
1529
|
export declare const makeSandboxSetupForm: () => io.flow.internal.v0.models.SandboxSetupForm;
|
|
1503
1530
|
export declare const makeScheduledPayment: () => io.flow.internal.v0.models.ScheduledPayment;
|
|
1504
|
-
export declare const makeScope: () => io.flow.internal.v0.enums.Scope;
|
|
1505
1531
|
export declare const makeScreen: () => io.flow.internal.v0.models.Screen;
|
|
1506
1532
|
export declare const makeScreenForm: () => io.flow.internal.v0.models.ScreenForm;
|
|
1507
1533
|
export declare const makeScreeningStatusChange: () => io.flow.internal.v0.models.ScreeningStatusChange;
|
|
@@ -1647,7 +1673,6 @@ export declare const makeShrutiDemoItemDeleted: () => io.flow.internal.v0.models
|
|
|
1647
1673
|
export declare const makeShrutiDemoItemForm: () => io.flow.internal.v0.models.ShrutiDemoItemForm;
|
|
1648
1674
|
export declare const makeShrutiDemoItemUpserted: () => io.flow.internal.v0.models.ShrutiDemoItemUpserted;
|
|
1649
1675
|
export declare const makeShrutiDemoType: () => io.flow.internal.v0.enums.ShrutiDemoType;
|
|
1650
|
-
export declare const makeSignificanceAction: () => io.flow.internal.v0.enums.SignificanceAction;
|
|
1651
1676
|
export declare const makeSimpleAccountReference: () => io.flow.internal.v0.models.SimpleAccountReference;
|
|
1652
1677
|
export declare const makeSimpleRoundingStrategy: () => io.flow.internal.v0.enums.SimpleRoundingStrategy;
|
|
1653
1678
|
export declare const makeSimplifiedClassificationTaxonomy: () => io.flow.internal.v0.unions.SimplifiedClassificationTaxonomy;
|
|
@@ -1677,7 +1702,6 @@ export declare const makeStatementCreationMetadata: () => io.flow.internal.v0.mo
|
|
|
1677
1702
|
export declare const makeStatementStatus: () => io.flow.internal.v0.enums.StatementStatus;
|
|
1678
1703
|
export declare const makeStatementTransferTransactionLocation: () => io.flow.internal.v0.enums.StatementTransferTransactionLocation;
|
|
1679
1704
|
export declare const makeStatisticType: () => io.flow.internal.v0.enums.StatisticType;
|
|
1680
|
-
export declare const makeStatus: () => io.flow.internal.v0.enums.Status;
|
|
1681
1705
|
export declare const makeStoreConnection: () => io.flow.internal.v0.models.StoreConnection;
|
|
1682
1706
|
export declare const makeStoreConnectionForm: () => io.flow.internal.v0.models.StoreConnectionForm;
|
|
1683
1707
|
export declare const makeStringFeatureDefaultValue: () => io.flow.internal.v0.models.StringFeatureDefaultValue;
|
|
@@ -1740,6 +1764,7 @@ export declare const makeTaskProcessQueuedEvent: () => io.flow.internal.v0.model
|
|
|
1740
1764
|
export declare const makeTaskProcessorKey: () => io.flow.internal.v0.enums.TaskProcessorKey;
|
|
1741
1765
|
export declare const makeTaskSummarizeCode: () => io.flow.internal.v0.models.TaskSummarizeCode;
|
|
1742
1766
|
export declare const makeTaxAmount: () => io.flow.internal.v0.unions.TaxAmount;
|
|
1767
|
+
export declare const makeTaxAndDutyInclusivitySetting: () => io.flow.internal.v0.enums.TaxAndDutyInclusivitySetting;
|
|
1743
1768
|
export declare const makeTaxCalculation: () => io.flow.internal.v0.models.TaxCalculation;
|
|
1744
1769
|
export declare const makeTaxCalculationError: () => io.flow.internal.v0.models.TaxCalculationError;
|
|
1745
1770
|
export declare const makeTaxCalculationErrorCode: () => io.flow.internal.v0.enums.TaxCalculationErrorCode;
|
|
@@ -1759,6 +1784,9 @@ export declare const makeTaxonomyNode: () => io.flow.internal.v0.models.Taxonomy
|
|
|
1759
1784
|
export declare const makeTechOnboardingDescription: () => io.flow.internal.v0.models.TechOnboardingDescription;
|
|
1760
1785
|
export declare const makeTest: () => io.flow.internal.v0.models.Test;
|
|
1761
1786
|
export declare const makeTestForm: () => io.flow.internal.v0.models.TestForm;
|
|
1787
|
+
export declare const makeThiagoItem: () => io.flow.internal.v0.models.ThiagoItem;
|
|
1788
|
+
export declare const makeThiagoItemForm: () => io.flow.internal.v0.models.ThiagoItemForm;
|
|
1789
|
+
export declare const makeThiagoItemType: () => io.flow.internal.v0.enums.ThiagoItemType;
|
|
1762
1790
|
export declare const makeThirdPartyLogisticsPartner: () => io.flow.internal.v0.models.ThirdPartyLogisticsPartner;
|
|
1763
1791
|
export declare const makeThirdPartyLogisticsPickUpTimeWindow: () => io.flow.internal.v0.models.ThirdPartyLogisticsPickUpTimeWindow;
|
|
1764
1792
|
export declare const makeTieredFee: () => io.flow.internal.v0.models.TieredFee;
|
|
@@ -1770,8 +1798,11 @@ export declare const makeTimeToClassifyAggregatedUpserted: () => io.flow.interna
|
|
|
1770
1798
|
export declare const makeTimeToClassifyDeleted: () => io.flow.internal.v0.models.TimeToClassifyDeleted;
|
|
1771
1799
|
export declare const makeTimeToClassifyUpserted: () => io.flow.internal.v0.models.TimeToClassifyUpserted;
|
|
1772
1800
|
export declare const makeTimeWithTimezone: () => io.flow.internal.v0.models.TimeWithTimezone;
|
|
1773
|
-
export declare const makeTimeseriesType: () => io.flow.internal.v0.enums.TimeseriesType;
|
|
1774
1801
|
export declare const makeTracker: () => io.flow.internal.v0.unions.Tracker;
|
|
1802
|
+
export declare const makeTrackingAssuranceAnalysis: () => io.flow.internal.v0.models.TrackingAssuranceAnalysis;
|
|
1803
|
+
export declare const makeTrackingAssuranceAnalysisDeleted: () => io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted;
|
|
1804
|
+
export declare const makeTrackingAssuranceAnalysisUpserted: () => io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted;
|
|
1805
|
+
export declare const makeTrackingDebugForceTransitForm: () => io.flow.internal.v0.models.TrackingDebugForceTransitForm;
|
|
1775
1806
|
export declare const makeTrackingDebugLabel: () => io.flow.internal.v0.models.TrackingDebugLabel;
|
|
1776
1807
|
export declare const makeTrackingDebugLabelEvent: () => io.flow.internal.v0.models.TrackingDebugLabelEvent;
|
|
1777
1808
|
export declare const makeTrackingDebugLabelLocation: () => io.flow.internal.v0.models.TrackingDebugLabelLocation;
|
|
@@ -1834,8 +1865,6 @@ export declare const makeUserUpsertedV2: () => io.flow.internal.v0.models.UserUp
|
|
|
1834
1865
|
export declare const makeV1Checkout: () => io.flow.internal.v0.models.V1Checkout;
|
|
1835
1866
|
export declare const makeValidationCharacterLength: () => io.flow.internal.v0.models.ValidationCharacterLength;
|
|
1836
1867
|
export declare const makeValidationRule: () => io.flow.internal.v0.models.ValidationCharacterLength;
|
|
1837
|
-
export declare const makeVariant: () => io.flow.internal.v0.unions.Variant;
|
|
1838
|
-
export declare const makeVariantForm: () => io.flow.internal.v0.unions.VariantForm;
|
|
1839
1868
|
export declare const makeViesResult: () => io.flow.internal.v0.models.ViesResult;
|
|
1840
1869
|
export declare const makeVirtualCardTransaction: () => io.flow.internal.v0.models.VirtualCardTransaction;
|
|
1841
1870
|
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.105",
|
|
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": "25d6ba675365a3fb318abcc4bc935dd549089238"
|
|
41
41
|
}
|