@flowio/api-internal-factories 0.0.113 → 0.0.115
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 +539 -891
- package/dist/esm/api-internal.js +469 -752
- package/dist/types/api-internal.d.ts +33 -101
- package/package.json +2 -2
- package/src/api-internal.ts +523 -844
|
@@ -25,6 +25,7 @@ export declare const makeAccountSettingsDeleted: () => io.flow.internal.v0.model
|
|
|
25
25
|
export declare const makeAccountSettingsUpserted: () => io.flow.internal.v0.models.AccountSettingsUpserted;
|
|
26
26
|
export declare const makeAccountSource: () => io.flow.internal.v0.models.AccountSource;
|
|
27
27
|
export declare const makeAccountStatistics: () => io.flow.internal.v0.models.AccountStatistics;
|
|
28
|
+
export declare const makeAccountStatisticsAdditionalBalances: () => io.flow.internal.v0.models.AccountStatisticsAdditionalBalances;
|
|
28
29
|
export declare const makeAccountSummary: () => io.flow.internal.v0.models.AccountSummary;
|
|
29
30
|
export declare const makeAccountTransactionsExportRequest: () => io.flow.internal.v0.models.AccountTransactionsExportRequest;
|
|
30
31
|
export declare const makeAccountType: () => io.flow.internal.v0.enums.AccountType;
|
|
@@ -100,7 +101,6 @@ export declare const makeAlertFailureSummary: () => io.flow.internal.v0.models.A
|
|
|
100
101
|
export declare const makeAlertFailureSummaryDetail: () => io.flow.internal.v0.models.AlertFailureSummaryDetail;
|
|
101
102
|
export declare const makeAlertImportSummary: () => io.flow.internal.v0.models.AlertImportSummary;
|
|
102
103
|
export declare const makeAlertRequeueSummary: () => io.flow.internal.v0.models.AlertRequeueSummary;
|
|
103
|
-
export declare const makeAlgoliaIndexAssignment: () => io.flow.internal.v0.models.AlgoliaIndexAssignment;
|
|
104
104
|
export declare const makeAllItemsExport: () => io.flow.internal.v0.models.AllItemsExport;
|
|
105
105
|
export declare const makeAllOrganizationsMembership: () => io.flow.internal.v0.models.AllOrganizationsMembership;
|
|
106
106
|
export declare const makeAllocationItemReference: () => io.flow.internal.v0.models.AllocationItemReference;
|
|
@@ -126,7 +126,9 @@ export declare const makeAuthorizedOrderCharge: () => io.flow.internal.v0.models
|
|
|
126
126
|
export declare const makeAuthorizedShippingCharge: () => io.flow.internal.v0.models.AuthorizedShippingCharge;
|
|
127
127
|
export declare const makeAutoRestrictRule: () => io.flow.internal.v0.enums.AutoRestrictRule;
|
|
128
128
|
export declare const makeAutoReviewCriteria: () => io.flow.internal.v0.models.AutoReviewCriteria;
|
|
129
|
+
export declare const makeBankAccount: () => io.flow.internal.v0.models.BankAccount;
|
|
129
130
|
export declare const makeBankAccountReference: () => io.flow.internal.v0.models.BankAccountReference;
|
|
131
|
+
export declare const makeBankAccountStatus: () => io.flow.internal.v0.enums.BankAccountStatus;
|
|
130
132
|
export declare const makeBankPayment: () => io.flow.internal.v0.models.BankPayment;
|
|
131
133
|
export declare const makeBankPaymentDeletedV2: () => io.flow.internal.v0.models.BankPaymentDeletedV2;
|
|
132
134
|
export declare const makeBankPaymentForm: () => io.flow.internal.v0.models.BankPaymentForm;
|
|
@@ -405,10 +407,8 @@ export declare const makeCliLogEntry: () => io.flow.internal.v0.models.CliLogEnt
|
|
|
405
407
|
export declare const makeCliLogEntryForm: () => io.flow.internal.v0.models.CliLogEntryForm;
|
|
406
408
|
export declare const makeClothingAgeClassification: () => io.flow.internal.v0.enums.ClothingAgeClassification;
|
|
407
409
|
export declare const makeColmItem: () => io.flow.internal.v0.models.ColmItem;
|
|
408
|
-
export declare const makeColmItemDeleted: () => io.flow.internal.v0.models.ColmItemDeleted;
|
|
409
410
|
export declare const makeColmItemForm: () => io.flow.internal.v0.models.ColmItemForm;
|
|
410
411
|
export declare const makeColmItemType: () => io.flow.internal.v0.enums.ColmItemType;
|
|
411
|
-
export declare const makeColmItemUpserted: () => io.flow.internal.v0.models.ColmItemUpserted;
|
|
412
412
|
export declare const makeCommercialInvoiceComparison: () => io.flow.internal.v0.models.CommercialInvoiceComparison;
|
|
413
413
|
export declare const makeCommercialInvoiceInternal: () => io.flow.internal.v0.models.CommercialInvoiceInternal;
|
|
414
414
|
export declare const makeCommercialInvoiceInternalDeleted: () => io.flow.internal.v0.models.CommercialInvoiceInternalDeleted;
|
|
@@ -435,9 +435,6 @@ export declare const makeContentSchemaSummary: () => io.flow.internal.v0.models.
|
|
|
435
435
|
export declare const makeContentStatus: () => io.flow.internal.v0.enums.ContentStatus;
|
|
436
436
|
export declare const makeContentType: () => io.flow.internal.v0.enums.ContentType;
|
|
437
437
|
export declare const makeContentTypeCast: () => io.flow.internal.v0.enums.ContentTypeCast;
|
|
438
|
-
export declare const makeCost: () => io.flow.internal.v0.models.Cost;
|
|
439
|
-
export declare const makeCostRule: () => io.flow.internal.v0.models.CostRule;
|
|
440
|
-
export declare const makeCostType: () => io.flow.internal.v0.enums.CostType;
|
|
441
438
|
export declare const makeCountryPickerCountry: () => io.flow.internal.v0.models.CountryPickerCountry;
|
|
442
439
|
export declare const makeCountryPickerCountryData: () => io.flow.internal.v0.models.CountryPickerCountryData;
|
|
443
440
|
export declare const makeCountryPickerCurrency: () => io.flow.internal.v0.models.CountryPickerCurrency;
|
|
@@ -471,6 +468,7 @@ export declare const makeDailyValueDeleted: () => io.flow.internal.v0.models.Dai
|
|
|
471
468
|
export declare const makeDailyValueUpserted: () => io.flow.internal.v0.models.DailyValueUpserted;
|
|
472
469
|
export declare const makeDebugAccountingTransaction: () => io.flow.internal.v0.models.DebugAccountingTransaction;
|
|
473
470
|
export declare const makeDebugAccountingTransactionType: () => "fulfillment";
|
|
471
|
+
export declare const makeDebugBankingDetails: () => io.flow.internal.v0.models.DebugBankingDetails;
|
|
474
472
|
export declare const makeDebugDetails: () => io.flow.internal.v0.models.DebugDetails;
|
|
475
473
|
export declare const makeDebugFulfillmentDelta: () => io.flow.internal.v0.models.DebugFulfillmentDelta;
|
|
476
474
|
export declare const makeDebugLabel: () => io.flow.internal.v0.models.DebugLabel;
|
|
@@ -502,7 +500,6 @@ export declare const makeDeliveredDutyPreference: () => io.flow.internal.v0.mode
|
|
|
502
500
|
export declare const makeDeliveredDutyPreferenceForm: () => io.flow.internal.v0.models.DeliveredDutyPreferenceForm;
|
|
503
501
|
export declare const makeDeminimisAdjustmentType: () => io.flow.internal.v0.enums.DeminimisAdjustmentType;
|
|
504
502
|
export declare const makeDestinationError: () => io.flow.internal.v0.models.DestinationError;
|
|
505
|
-
export declare const makeDetails: () => io.flow.internal.v0.models.Details;
|
|
506
503
|
export declare const makeDhl: () => io.flow.internal.v0.models.Dhl;
|
|
507
504
|
export declare const makeDhlEcommerce: () => io.flow.internal.v0.models.DhlEcommerce;
|
|
508
505
|
export declare const makeDict: () => io.flow.internal.v0.models.Dict;
|
|
@@ -538,6 +535,7 @@ export declare const makeDisputeOrderReference: () => io.flow.internal.v0.models
|
|
|
538
535
|
export declare const makeDisputeOrganizationReference: () => io.flow.internal.v0.models.DisputeOrganizationReference;
|
|
539
536
|
export declare const makeDisputeOverrideUpdateForm: () => io.flow.internal.v0.models.DisputeOverrideUpdateForm;
|
|
540
537
|
export declare const makeDisputeProcessor: () => io.flow.internal.v0.enums.DisputeProcessor;
|
|
538
|
+
export declare const makeDisputeRecord: () => io.flow.internal.v0.models.DisputeRecord;
|
|
541
539
|
export declare const makeDisputeReportingCategory: () => io.flow.internal.v0.enums.DisputeReportingCategory;
|
|
542
540
|
export declare const makeDisputeStatus: () => io.flow.internal.v0.enums.DisputeStatus;
|
|
543
541
|
export declare const makeDisputeStatusForm: () => io.flow.internal.v0.models.DisputeStatusForm;
|
|
@@ -553,21 +551,13 @@ export declare const makeDutyExemptItemTypes: () => io.flow.internal.v0.enums.Du
|
|
|
553
551
|
export declare const makeDutyExpression: () => io.flow.internal.v0.unions.DutyExpression;
|
|
554
552
|
export declare const makeDutyInternalRate: () => io.flow.internal.v0.models.DutyInternalRate;
|
|
555
553
|
export declare const makeDutyRate: () => io.flow.internal.v0.models.DutyRate;
|
|
556
|
-
export declare const makeDutyRateBulkRequest: () => io.flow.internal.v0.models.DutyRateBulkRequest;
|
|
557
|
-
export declare const makeDutyRateBulkResponse: () => io.flow.internal.v0.models.DutyRateBulkResponse;
|
|
558
|
-
export declare const makeDutyRateContext: () => io.flow.internal.v0.models.DutyRateContext;
|
|
559
554
|
export declare const makeDutyRateItemSummary: () => io.flow.internal.v0.models.DutyRateItemSummary;
|
|
560
|
-
export declare const makeDutyRateRequest: () => io.flow.internal.v0.models.DutyRateRequest;
|
|
561
|
-
export declare const makeDutyRateResponse: () => io.flow.internal.v0.models.DutyRateResponse;
|
|
562
555
|
export declare const makeDutyRateSource: () => io.flow.internal.v0.enums.DutyRateSource;
|
|
563
556
|
export declare const makeDutyRateSummary: () => io.flow.internal.v0.models.DutyRateSummary;
|
|
564
557
|
export declare const makeDutyRateUnitOfMeasure: () => io.flow.internal.v0.enums.DutyRateUnitOfMeasure;
|
|
565
|
-
export declare const makeDutyRateUpserted: () => io.flow.internal.v0.models.DutyRateUpserted;
|
|
566
558
|
export declare const makeDutyRatesDataSummary: () => io.flow.internal.v0.models.DutyRatesDataSummary;
|
|
567
559
|
export declare const makeDutyRatesPublishedV2: () => io.flow.internal.v0.models.DutyRatesPublishedV2;
|
|
568
560
|
export declare const makeDutyRaw: () => io.flow.internal.v0.models.DutyRaw;
|
|
569
|
-
export declare const makeDutyRawBulkUpserted: () => io.flow.internal.v0.models.DutyRawBulkUpserted;
|
|
570
|
-
export declare const makeDutyRawUpserted: () => io.flow.internal.v0.models.DutyRawUpserted;
|
|
571
561
|
export declare const makeDutySelectionRule: () => io.flow.internal.v0.enums.DutySelectionRule;
|
|
572
562
|
export declare const makeDutySimpleExpression: () => io.flow.internal.v0.models.DutySimpleExpression;
|
|
573
563
|
export declare const makeDutySimpleExpressionType: () => io.flow.internal.v0.enums.DutySimpleExpressionType;
|
|
@@ -575,11 +565,6 @@ export declare const makeDutyTransaction: () => io.flow.internal.v0.models.DutyT
|
|
|
575
565
|
export declare const makeDutyTransactionDeleted: () => io.flow.internal.v0.models.DutyTransactionDeleted;
|
|
576
566
|
export declare const makeDutyTransactionType: () => io.flow.internal.v0.enums.DutyTransactionType;
|
|
577
567
|
export declare const makeDutyTransactionUpserted: () => io.flow.internal.v0.models.DutyTransactionUpserted;
|
|
578
|
-
export declare const makeEldarItem: () => io.flow.internal.v0.models.EldarItem;
|
|
579
|
-
export declare const makeEldarItemDeleted: () => io.flow.internal.v0.models.EldarItemDeleted;
|
|
580
|
-
export declare const makeEldarItemForm: () => io.flow.internal.v0.models.EldarItemForm;
|
|
581
|
-
export declare const makeEldarItemType: () => io.flow.internal.v0.enums.EldarItemType;
|
|
582
|
-
export declare const makeEldarItemUpserted: () => io.flow.internal.v0.models.EldarItemUpserted;
|
|
583
568
|
export declare const makeEmailForm: () => io.flow.internal.v0.models.EmailForm;
|
|
584
569
|
export declare const makeEmailModificationForm: () => io.flow.internal.v0.models.EmailModificationForm;
|
|
585
570
|
export declare const makeEmptyAttribute: () => "irrelevant";
|
|
@@ -781,11 +766,6 @@ export declare const makeGoogleShoppingAccountParameters: () => io.flow.internal
|
|
|
781
766
|
export declare const makeGoogleShoppingSetting: () => io.flow.internal.v0.models.GoogleShoppingSetting;
|
|
782
767
|
export declare const makeGoogleTagManager: () => io.flow.internal.v0.models.GoogleTagManager;
|
|
783
768
|
export declare const makeGraphqlServiceTypes: () => io.flow.internal.v0.enums.GraphqlServiceTypes;
|
|
784
|
-
export declare const makeHarinathItem: () => io.flow.internal.v0.models.HarinathItem;
|
|
785
|
-
export declare const makeHarinathItemDeleted: () => io.flow.internal.v0.models.HarinathItemDeleted;
|
|
786
|
-
export declare const makeHarinathItemForm: () => io.flow.internal.v0.models.HarinathItemForm;
|
|
787
|
-
export declare const makeHarinathItemType: () => io.flow.internal.v0.enums.HarinathItemType;
|
|
788
|
-
export declare const makeHarinathItemUpserted: () => io.flow.internal.v0.models.HarinathItemUpserted;
|
|
789
769
|
export declare const makeHarmonizationClassificationStatisticsData: () => io.flow.internal.v0.models.HarmonizationClassificationStatisticsData;
|
|
790
770
|
export declare const makeHarmonizationClassificationStatisticsPublished: () => io.flow.internal.v0.models.HarmonizationClassificationStatisticsPublished;
|
|
791
771
|
export declare const makeHarmonizationCodesImport: () => io.flow.internal.v0.models.HarmonizationCodesImport;
|
|
@@ -806,12 +786,8 @@ export declare const makeHref: () => io.flow.internal.v0.models.Href;
|
|
|
806
786
|
export declare const makeHs6: () => io.flow.internal.v0.models.Hs6;
|
|
807
787
|
export declare const makeHs6Metadata: () => io.flow.internal.v0.models.Hs6Metadata;
|
|
808
788
|
export declare const makeHttpMethod: () => io.flow.internal.v0.enums.HttpMethod;
|
|
809
|
-
export declare const makeHybrisCatalogItemsImportRequest: () => io.flow.internal.v0.models.HybrisCatalogItemsImportRequest;
|
|
810
|
-
export declare const makeHybrisCatalogItemsImportRequestData: () => io.flow.internal.v0.models.HybrisCatalogItemsImportRequestData;
|
|
811
789
|
export declare const makeImportCompleted: () => io.flow.internal.v0.models.ImportCompleted;
|
|
812
790
|
export declare const makeImportFailed: () => io.flow.internal.v0.models.ImportFailed;
|
|
813
|
-
export declare const makeIndexAssignmentDeleted: () => io.flow.internal.v0.models.IndexAssignmentDeleted;
|
|
814
|
-
export declare const makeIndexAssignmentUpserted: () => io.flow.internal.v0.models.IndexAssignmentUpserted;
|
|
815
791
|
export declare const makeIndexTaskType: () => io.flow.internal.v0.unions.IndexTaskType;
|
|
816
792
|
export declare const makeInlineAuthorizationParameters: () => io.flow.internal.v0.models.KlarnaAuthorizationParameters;
|
|
817
793
|
export declare const makeInstallForm: () => io.flow.internal.v0.models.InstallForm;
|
|
@@ -840,11 +816,7 @@ export declare const makeInternalTransactionDetails: () => io.flow.internal.v0.m
|
|
|
840
816
|
export declare const makeInternalTransactionDetailsCard: () => io.flow.internal.v0.models.InternalTransactionDetailsCard;
|
|
841
817
|
export declare const makeInvalidCheckoutData: () => io.flow.internal.v0.models.InvalidCheckoutData;
|
|
842
818
|
export declare const makeInvariant: () => io.flow.internal.v0.models.Invariant;
|
|
843
|
-
export declare const makeInventoryCheckService: () => io.flow.internal.v0.enums.InventoryCheckService;
|
|
844
819
|
export declare const makeInventoryItemWrapper: () => io.flow.internal.v0.models.InventoryItemWrapper;
|
|
845
|
-
export declare const makeInventoryOrganizationSettings: () => io.flow.internal.v0.models.InventoryOrganizationSettings;
|
|
846
|
-
export declare const makeInventoryOrganizationSettingsForm: () => io.flow.internal.v0.models.InventoryOrganizationSettingsForm;
|
|
847
|
-
export declare const makeInventoryReservation: () => "synchronous-on-submit";
|
|
848
820
|
export declare const makeInvoice: () => io.flow.internal.v0.models.Invoice;
|
|
849
821
|
export declare const makeInvoiceInfoForm: () => io.flow.internal.v0.models.InvoiceInfoForm;
|
|
850
822
|
export declare const makeInvoiceLine: () => io.flow.internal.v0.models.InvoiceLine;
|
|
@@ -867,7 +839,6 @@ export declare const makeItemDimensionEstimateUpsertedV2: () => io.flow.internal
|
|
|
867
839
|
export declare const makeItemFilterResponse: () => io.flow.internal.v0.models.ItemFilterResponse;
|
|
868
840
|
export declare const makeItemFilterValueResponse: () => io.flow.internal.v0.models.ItemFilterValueResponse;
|
|
869
841
|
export declare const makeItemFilterValuesForm: () => io.flow.internal.v0.models.ItemFilterValuesForm;
|
|
870
|
-
export declare const makeItemForm: () => io.flow.internal.v0.models.ItemForm;
|
|
871
842
|
export declare const makeItemFormImportRequest: () => io.flow.internal.v0.models.ItemFormImportRequest;
|
|
872
843
|
export declare const makeItemHarmonization: () => io.flow.internal.v0.models.ItemHarmonization;
|
|
873
844
|
export declare const makeItemHarmonizationDeleted: () => io.flow.internal.v0.models.ItemHarmonizationDeleted;
|
|
@@ -895,11 +866,6 @@ export declare const makeKeyReference: () => io.flow.internal.v0.models.KeyRefer
|
|
|
895
866
|
export declare const makeKeywordType: () => io.flow.internal.v0.enums.KeywordType;
|
|
896
867
|
export declare const makeKlarnaAuthorizationParameters: () => io.flow.internal.v0.models.KlarnaAuthorizationParameters;
|
|
897
868
|
export declare const makeKlarnaPaymentMethodCategory: () => io.flow.internal.v0.models.KlarnaPaymentMethodCategory;
|
|
898
|
-
export declare const makeKonstantinItem: () => io.flow.internal.v0.models.KonstantinItem;
|
|
899
|
-
export declare const makeKonstantinItemDeleted: () => io.flow.internal.v0.models.KonstantinItemDeleted;
|
|
900
|
-
export declare const makeKonstantinItemForm: () => io.flow.internal.v0.models.KonstantinItemForm;
|
|
901
|
-
export declare const makeKonstantinItemType: () => io.flow.internal.v0.enums.KonstantinItemType;
|
|
902
|
-
export declare const makeKonstantinItemUpserted: () => io.flow.internal.v0.models.KonstantinItemUpserted;
|
|
903
869
|
export declare const makeLabProjectSettings: () => io.flow.internal.v0.models.LabProjectSettings;
|
|
904
870
|
export declare const makeLabProjectSettingsForm: () => io.flow.internal.v0.models.LabProjectSettingsForm;
|
|
905
871
|
export declare const makeLabProjectSettingsFormAcceptance: () => io.flow.internal.v0.models.LabProjectSettingsFormAcceptance;
|
|
@@ -1061,16 +1027,11 @@ export declare const makeMarketingGatewaySourceSummary: () => io.flow.internal.v
|
|
|
1061
1027
|
export declare const makeMarketingGatewaySupportedChannelDetails: () => io.flow.internal.v0.models.MarketingGatewaySupportedChannelDetails;
|
|
1062
1028
|
export declare const makeMarketsOrder: () => io.flow.internal.v0.models.MarketsOrder;
|
|
1063
1029
|
export declare const makeMarketsOrderSummary: () => io.flow.internal.v0.models.MarketsOrderSummary;
|
|
1064
|
-
export declare const makeMatiasItem: () => io.flow.internal.v0.models.MatiasItem;
|
|
1065
|
-
export declare const makeMatiasItemDeleted: () => io.flow.internal.v0.models.MatiasItemDeleted;
|
|
1066
|
-
export declare const makeMatiasItemForm: () => io.flow.internal.v0.models.MatiasItemForm;
|
|
1067
|
-
export declare const makeMatiasItemType: () => io.flow.internal.v0.enums.MatiasItemType;
|
|
1068
|
-
export declare const makeMatiasItemUpserted: () => io.flow.internal.v0.models.MatiasItemUpserted;
|
|
1069
1030
|
export declare const makeMerchant: () => io.flow.internal.v0.models.Merchant;
|
|
1070
1031
|
export declare const makeMerchantApplicationSummaries: () => io.flow.internal.v0.models.MerchantApplicationSummaries;
|
|
1071
1032
|
export declare const makeMerchantApplicationSummary: () => io.flow.internal.v0.models.MerchantApplicationSummary;
|
|
1072
|
-
export declare const makeMerchantCohort: () => io.flow.internal.v0.enums.MerchantCohort;
|
|
1073
1033
|
export declare const makeMerchantDeleted: () => io.flow.internal.v0.models.MerchantDeleted;
|
|
1034
|
+
export declare const makeMerchantDetails: () => io.flow.internal.v0.models.MerchantDetails;
|
|
1074
1035
|
export declare const makeMerchantFees: () => io.flow.internal.v0.models.MerchantFees;
|
|
1075
1036
|
export declare const makeMerchantGuidAssignment: () => io.flow.internal.v0.models.MerchantGuidAssignment;
|
|
1076
1037
|
export declare const makeMerchantGuidAssignmentDeleted: () => io.flow.internal.v0.models.MerchantGuidAssignmentDeleted;
|
|
@@ -1087,19 +1048,7 @@ export declare const makeMerchantUpserted: () => io.flow.internal.v0.models.Merc
|
|
|
1087
1048
|
export declare const makeMessageStamp: () => io.flow.internal.v0.models.MessageStamp;
|
|
1088
1049
|
export declare const makeMetadataProposition: () => io.flow.internal.v0.models.MetadataProposition;
|
|
1089
1050
|
export declare const makeMetadataRatecard: () => io.flow.internal.v0.models.MetadataRatecard;
|
|
1090
|
-
export declare const makeMichaelyanItem: () => io.flow.internal.v0.models.MichaelyanItem;
|
|
1091
|
-
export declare const makeMichaelyanItemDeleted: () => io.flow.internal.v0.models.MichaelyanItemDeleted;
|
|
1092
|
-
export declare const makeMichaelyanItemForm: () => io.flow.internal.v0.models.MichaelyanItemForm;
|
|
1093
|
-
export declare const makeMichaelyanItemType: () => io.flow.internal.v0.enums.MichaelyanItemType;
|
|
1094
|
-
export declare const makeMichaelyanItemUpserted: () => io.flow.internal.v0.models.MichaelyanItemUpserted;
|
|
1095
|
-
export declare const makeMiljenkoItem: () => io.flow.internal.v0.models.MiljenkoItem;
|
|
1096
|
-
export declare const makeMiljenkoItemDeleted: () => io.flow.internal.v0.models.MiljenkoItemDeleted;
|
|
1097
|
-
export declare const makeMiljenkoItemForm: () => io.flow.internal.v0.models.MiljenkoItemForm;
|
|
1098
|
-
export declare const makeMiljenkoItemType: () => io.flow.internal.v0.enums.MiljenkoItemType;
|
|
1099
|
-
export declare const makeMiljenkoItemUpserted: () => io.flow.internal.v0.models.MiljenkoItemUpserted;
|
|
1100
1051
|
export declare const makeMixedBagWeight: () => io.flow.internal.v0.enums.MixedBagWeight;
|
|
1101
|
-
export declare const makeMoneyPercentage: () => io.flow.internal.v0.models.MoneyPercentage;
|
|
1102
|
-
export declare const makeMoneyRule: () => io.flow.internal.v0.models.MoneyPercentage;
|
|
1103
1052
|
export declare const makeNatureOfSale: () => io.flow.internal.v0.enums.NatureOfSale;
|
|
1104
1053
|
export declare const makeNegativeDebitMetrics: () => io.flow.internal.v0.models.NegativeDebitMetrics;
|
|
1105
1054
|
export declare const makeNextBillingStatement: () => io.flow.internal.v0.models.NextBillingStatement;
|
|
@@ -1155,6 +1104,7 @@ export declare const makeOrderCombinedShipmentDeleted: () => io.flow.internal.v0
|
|
|
1155
1104
|
export declare const makeOrderCombinedShipmentForm: () => io.flow.internal.v0.models.OrderCombinedShipmentForm;
|
|
1156
1105
|
export declare const makeOrderCombinedShipmentUpserted: () => io.flow.internal.v0.models.OrderCombinedShipmentUpserted;
|
|
1157
1106
|
export declare const makeOrderDetail: () => io.flow.internal.v0.models.OrderDetail;
|
|
1107
|
+
export declare const makeOrderEditSummary: () => io.flow.internal.v0.models.OrderEditSummary;
|
|
1158
1108
|
export declare const makeOrderFulfillmentDeleted: () => io.flow.internal.v0.models.OrderFulfillmentDeleted;
|
|
1159
1109
|
export declare const makeOrderFulfillmentUpserted: () => io.flow.internal.v0.models.OrderFulfillmentUpserted;
|
|
1160
1110
|
export declare const makeOrderLifecycleEvent: () => io.flow.internal.v0.enums.OrderLifecycleEvent;
|
|
@@ -1282,7 +1232,8 @@ export declare const makePartnerOrganizationSettings: () => io.flow.internal.v0.
|
|
|
1282
1232
|
export declare const makePartnerOrganizationSettingsDeleted: () => io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted;
|
|
1283
1233
|
export declare const makePartnerOrganizationSettingsForm: () => io.flow.internal.v0.models.PartnerOrganizationSettingsForm;
|
|
1284
1234
|
export declare const makePartnerOrganizationSettingsUpserted: () => io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted;
|
|
1285
|
-
export declare const
|
|
1235
|
+
export declare const makePartnerTrackingSubscriptionDeleted: () => io.flow.internal.v0.models.PartnerTrackingSubscriptionDeleted;
|
|
1236
|
+
export declare const makePartnerTrackingSubscriptionUpserted: () => io.flow.internal.v0.models.PartnerTrackingSubscriptionUpserted;
|
|
1286
1237
|
export declare const makePassphrase: () => io.flow.internal.v0.models.Passphrase;
|
|
1287
1238
|
export declare const makePassphraseForm: () => io.flow.internal.v0.models.PassphraseForm;
|
|
1288
1239
|
export declare const makePassphraseSummary: () => io.flow.internal.v0.models.PassphraseSummary;
|
|
@@ -1309,8 +1260,11 @@ export declare const makePaypalAccountReference: () => io.flow.internal.v0.model
|
|
|
1309
1260
|
export declare const makePaypalAuthentication: () => io.flow.internal.v0.models.PaypalAuthentication;
|
|
1310
1261
|
export declare const makePaypalAuthenticationForm: () => io.flow.internal.v0.models.PaypalAuthenticationForm;
|
|
1311
1262
|
export declare const makePaypalAuthorizationPayload: () => io.flow.internal.v0.models.PaypalAuthorizationPayload;
|
|
1263
|
+
export declare const makePaypalDisputeDeleted: () => io.flow.internal.v0.models.PaypalDisputeDeleted;
|
|
1264
|
+
export declare const makePaypalDisputeUpserted: () => io.flow.internal.v0.models.PaypalDisputeUpserted;
|
|
1312
1265
|
export declare const makePaypalExecutionDeleted: () => io.flow.internal.v0.models.PaypalExecutionDeleted;
|
|
1313
1266
|
export declare const makePaypalExecutionUpserted: () => io.flow.internal.v0.models.PaypalExecutionUpserted;
|
|
1267
|
+
export declare const makePaypalInternalDispute: () => io.flow.internal.v0.models.PaypalInternalDispute;
|
|
1314
1268
|
export declare const makePaypalInternalExecution: () => io.flow.internal.v0.models.PaypalInternalExecution;
|
|
1315
1269
|
export declare const makePaypalInternalPayment: () => io.flow.internal.v0.models.PaypalInternalPayment;
|
|
1316
1270
|
export declare const makePaypalInternalRefund: () => io.flow.internal.v0.models.PaypalInternalRefund;
|
|
@@ -1341,13 +1295,7 @@ export declare const makePreferredBillingSchedule: () => io.flow.internal.v0.enu
|
|
|
1341
1295
|
export declare const makePregeneratedQuote: () => io.flow.internal.v0.models.PregeneratedQuote;
|
|
1342
1296
|
export declare const makePregeneratedRequestEvent: () => io.flow.internal.v0.models.PregeneratedRequestEvent;
|
|
1343
1297
|
export declare const makePriceSelector: () => io.flow.internal.v0.enums.PriceSelector;
|
|
1344
|
-
export declare const makePricingIndicator: () => io.flow.internal.v0.models.PricingIndicator;
|
|
1345
|
-
export declare const makePricingIndicatorDynamo: () => io.flow.internal.v0.models.PricingIndicatorDynamo;
|
|
1346
|
-
export declare const makePricingIndicatorStatus: () => io.flow.internal.v0.enums.PricingIndicatorStatus;
|
|
1347
|
-
export declare const makePrincipal: () => io.flow.internal.v0.models.Principal;
|
|
1348
|
-
export declare const makePrincipalType: () => io.flow.internal.v0.enums.PrincipalType;
|
|
1349
1298
|
export declare const makePrioritizedCenterReference: () => io.flow.internal.v0.models.PrioritizedCenterReference;
|
|
1350
|
-
export declare const makeProcessedPaymentSummary: () => io.flow.internal.v0.models.ProcessedPaymentSummary;
|
|
1351
1299
|
export declare const makeProcessingTransaction: () => io.flow.internal.v0.models.ProcessingTransaction;
|
|
1352
1300
|
export declare const makeProcessingTransactionDeleted: () => io.flow.internal.v0.models.ProcessingTransactionDeleted;
|
|
1353
1301
|
export declare const makeProcessingTransactionReference: () => io.flow.internal.v0.models.ProcessingTransactionReference;
|
|
@@ -1383,14 +1331,6 @@ export declare const makeProductRestrictionRuleDecisionUpserted: () => io.flow.i
|
|
|
1383
1331
|
export declare const makeProductReviewHistory: () => io.flow.internal.v0.models.ProductReviewHistory;
|
|
1384
1332
|
export declare const makeProductStatus: () => io.flow.internal.v0.enums.ProductStatus;
|
|
1385
1333
|
export declare const makeProductTransaction: () => io.flow.internal.v0.models.ProductTransaction;
|
|
1386
|
-
export declare const makeProfit: () => io.flow.internal.v0.models.Profit;
|
|
1387
|
-
export declare const makeProfitShare: () => io.flow.internal.v0.models.ProfitShare;
|
|
1388
|
-
export declare const makeProfitShareOrderReference: () => io.flow.internal.v0.models.ProfitShareOrderReference;
|
|
1389
|
-
export declare const makeProfitSharePlan: () => io.flow.internal.v0.models.ProfitSharePlan;
|
|
1390
|
-
export declare const makeProfitSplit: () => io.flow.internal.v0.models.ProfitSplit;
|
|
1391
|
-
export declare const makeProfitSplitRule: () => io.flow.internal.v0.models.ProfitSplitRule;
|
|
1392
|
-
export declare const makeProfitStream: () => io.flow.internal.v0.models.ProfitStream;
|
|
1393
|
-
export declare const makeProfitStreamKey: () => io.flow.internal.v0.enums.ProfitStreamKey;
|
|
1394
1334
|
export declare const makePromptAction: () => io.flow.internal.v0.enums.PromptAction;
|
|
1395
1335
|
export declare const makePromptCheckoutDisplayPosition: () => io.flow.internal.v0.enums.PromptCheckoutDisplayPosition;
|
|
1396
1336
|
export declare const makePromptOptions: () => io.flow.internal.v0.enums.PromptOptions;
|
|
@@ -1483,6 +1423,7 @@ export declare const makeReportForm: () => io.flow.internal.v0.models.ReportForm
|
|
|
1483
1423
|
export declare const makeReportInterval: () => io.flow.internal.v0.enums.ReportInterval;
|
|
1484
1424
|
export declare const makeReportMerchant: () => io.flow.internal.v0.models.ReportMerchant;
|
|
1485
1425
|
export declare const makeReportOrderReference: () => io.flow.internal.v0.models.ReportOrderReference;
|
|
1426
|
+
export declare const makeReportOrganizationReference: () => io.flow.internal.v0.models.ReportOrganizationReference;
|
|
1486
1427
|
export declare const makeReportOwner: () => io.flow.internal.v0.models.ReportOwner;
|
|
1487
1428
|
export declare const makeReportPayment: () => io.flow.internal.v0.models.ReportPayment;
|
|
1488
1429
|
export declare const makeReportPaymentType: () => io.flow.internal.v0.enums.ReportPaymentType;
|
|
@@ -1499,7 +1440,6 @@ export declare const makeReportingDebug: () => io.flow.internal.v0.models.Report
|
|
|
1499
1440
|
export declare const makeReportingDebugMissingSubsidies: () => io.flow.internal.v0.models.ReportingDebugMissingSubsidies;
|
|
1500
1441
|
export declare const makeReportingDestination: () => io.flow.internal.v0.models.ReportingDestination;
|
|
1501
1442
|
export declare const makeReportingDetails: () => io.flow.internal.v0.models.ReportingDetails;
|
|
1502
|
-
export declare const makeReportingEntity: () => io.flow.internal.v0.models.ReportingEntity;
|
|
1503
1443
|
export declare const makeReportingFulfillment: () => io.flow.internal.v0.models.ReportingFulfillment;
|
|
1504
1444
|
export declare const makeReportingFulfillmentHas: () => io.flow.internal.v0.models.ReportingFulfillmentHas;
|
|
1505
1445
|
export declare const makeReportingFulfillmentIs: () => io.flow.internal.v0.models.ReportingFulfillmentIs;
|
|
@@ -1556,6 +1496,9 @@ export declare const makeRestrictionRuleOverride: () => io.flow.internal.v0.mode
|
|
|
1556
1496
|
export declare const makeRestrictionRuleSummary: () => io.flow.internal.v0.models.RestrictionRuleSummary;
|
|
1557
1497
|
export declare const makeRestrictionStatus: () => io.flow.internal.v0.enums.RestrictionStatus;
|
|
1558
1498
|
export declare const makeRestrictionStatusMetadata: () => io.flow.internal.v0.models.RestrictionStatusMetadata;
|
|
1499
|
+
export declare const makeRestrictionsDailyops: () => io.flow.internal.v0.models.RestrictionsDailyops;
|
|
1500
|
+
export declare const makeRestrictionsDailyopsDeleted: () => io.flow.internal.v0.models.RestrictionsDailyopsDeleted;
|
|
1501
|
+
export declare const makeRestrictionsDailyopsUpserted: () => io.flow.internal.v0.models.RestrictionsDailyopsUpserted;
|
|
1559
1502
|
export declare const makeResyncByDestinations: () => io.flow.internal.v0.models.ResyncByDestinations;
|
|
1560
1503
|
export declare const makeResyncByHs6Destinations: () => io.flow.internal.v0.models.ResyncByHs6Destinations;
|
|
1561
1504
|
export declare const makeResyncByHs6Origin: () => io.flow.internal.v0.models.ResyncByHs6Origin;
|
|
@@ -1570,13 +1513,10 @@ export declare const makeReturnPolicyUpserted: () => io.flow.internal.v0.models.
|
|
|
1570
1513
|
export declare const makeReturnSummary: () => io.flow.internal.v0.models.ReturnSummary;
|
|
1571
1514
|
export declare const makeReturnTrigger: () => io.flow.internal.v0.models.ReturnTriggerRefund;
|
|
1572
1515
|
export declare const makeReturnTriggerRefund: () => io.flow.internal.v0.models.ReturnTriggerRefund;
|
|
1573
|
-
export declare const makeRevenue: () => io.flow.internal.v0.models.Revenue;
|
|
1574
1516
|
export declare const makeRevenueRecord: () => io.flow.internal.v0.models.RevenueRecord;
|
|
1575
1517
|
export declare const makeRevenueRecordDeleted: () => io.flow.internal.v0.models.RevenueRecordDeleted;
|
|
1576
1518
|
export declare const makeRevenueRecordType: () => io.flow.internal.v0.enums.RevenueRecordType;
|
|
1577
1519
|
export declare const makeRevenueRecordUpserted: () => io.flow.internal.v0.models.RevenueRecordUpserted;
|
|
1578
|
-
export declare const makeRevenueRule: () => io.flow.internal.v0.models.RevenueRule;
|
|
1579
|
-
export declare const makeRevenueType: () => io.flow.internal.v0.enums.RevenueType;
|
|
1580
1520
|
export declare const makeRiskCheck: () => "three_d_secure";
|
|
1581
1521
|
export declare const makeRiskEvaluation: () => io.flow.internal.v0.enums.RiskEvaluation;
|
|
1582
1522
|
export declare const makeRoutingAccount: () => io.flow.internal.v0.models.RoutingAccount;
|
|
@@ -1599,8 +1539,6 @@ export declare const makeSearchItemSummary: () => io.flow.internal.v0.models.Sea
|
|
|
1599
1539
|
export declare const makeSearchOrderSummary: () => io.flow.internal.v0.models.SearchOrderSummary;
|
|
1600
1540
|
export declare const makeSearchProviderExport: () => io.flow.internal.v0.models.SearchProviderExport;
|
|
1601
1541
|
export declare const makeSearchTrackingSummary: () => io.flow.internal.v0.models.SearchTrackingSummary;
|
|
1602
|
-
export declare const makeSerialReservationError: () => io.flow.internal.v0.enums.SerialReservationError;
|
|
1603
|
-
export declare const makeServiceName: () => io.flow.internal.v0.enums.ServiceName;
|
|
1604
1542
|
export declare const makeSessionCountries: () => io.flow.internal.v0.models.SessionCountries;
|
|
1605
1543
|
export declare const makeSessionCountry: () => io.flow.internal.v0.models.SessionCountry;
|
|
1606
1544
|
export declare const makeSessionCountryForm: () => io.flow.internal.v0.models.SessionCountryForm;
|
|
@@ -1633,6 +1571,13 @@ export declare const makeShopifyGiftCardReversal: () => io.flow.internal.v0.mode
|
|
|
1633
1571
|
export declare const makeShopifyGiftCardReversalForm: () => io.flow.internal.v0.models.ShopifyGiftCardReversalForm;
|
|
1634
1572
|
export declare const makeShopifyGrantStatus: () => io.flow.internal.v0.enums.ShopifyGrantStatus;
|
|
1635
1573
|
export declare const makeShopifyGrantsCheck: () => io.flow.internal.v0.models.ShopifyGrantsCheck;
|
|
1574
|
+
export declare const makeShopifyIncotermConfiguration: () => io.flow.internal.v0.enums.ShopifyIncotermConfiguration;
|
|
1575
|
+
export declare const makeShopifyIncotermIncludes: () => io.flow.internal.v0.models.ShopifyIncotermIncludes;
|
|
1576
|
+
export declare const makeShopifyIncotermSummaryErrorData: () => io.flow.internal.v0.models.ShopifyIncotermSummaryErrorData;
|
|
1577
|
+
export declare const makeShopifyIncotermSummaryErrorPublished: () => io.flow.internal.v0.models.ShopifyIncotermSummaryErrorPublished;
|
|
1578
|
+
export declare const makeShopifyMarketsBestSellingProduct: () => io.flow.internal.v0.models.ShopifyMarketsBestSellingProduct;
|
|
1579
|
+
export declare const makeShopifyMarketsBestSellingProductDeleted: () => io.flow.internal.v0.models.ShopifyMarketsBestSellingProductDeleted;
|
|
1580
|
+
export declare const makeShopifyMarketsBestSellingProductUpserted: () => io.flow.internal.v0.models.ShopifyMarketsBestSellingProductUpserted;
|
|
1636
1581
|
export declare const makeShopifyMarketsDangerousGoods: () => io.flow.internal.v0.enums.ShopifyMarketsDangerousGoods;
|
|
1637
1582
|
export declare const makeShopifyMarketsDiscrepancy: () => io.flow.internal.v0.models.ShopifyMarketsDiscrepancy;
|
|
1638
1583
|
export declare const makeShopifyMarketsDiscrepancyData: () => io.flow.internal.v0.models.ShopifyMarketsDiscrepancyData;
|
|
@@ -1643,6 +1588,8 @@ export declare const makeShopifyMarketsMetricsDeleted: () => io.flow.internal.v0
|
|
|
1643
1588
|
export declare const makeShopifyMarketsMetricsUpserted: () => io.flow.internal.v0.models.ShopifyMarketsMetricsUpserted;
|
|
1644
1589
|
export declare const makeShopifyMarketsOrder: () => io.flow.internal.v0.models.ShopifyMarketsOrder;
|
|
1645
1590
|
export declare const makeShopifyMarketsOrderDeleted: () => io.flow.internal.v0.models.ShopifyMarketsOrderDeleted;
|
|
1591
|
+
export declare const makeShopifyMarketsOrderEditSummaryData: () => io.flow.internal.v0.models.ShopifyMarketsOrderEditSummaryData;
|
|
1592
|
+
export declare const makeShopifyMarketsOrderEditSummaryPublished: () => io.flow.internal.v0.models.ShopifyMarketsOrderEditSummaryPublished;
|
|
1646
1593
|
export declare const makeShopifyMarketsOrderUpserted: () => io.flow.internal.v0.models.ShopifyMarketsOrderUpserted;
|
|
1647
1594
|
export declare const makeShopifyMarketsOrderVersionWithShopId: () => io.flow.internal.v0.models.ShopifyMarketsOrderVersionWithShopId;
|
|
1648
1595
|
export declare const makeShopifyMarketsOrdersMetrics: () => io.flow.internal.v0.models.ShopifyMarketsOrdersMetrics;
|
|
@@ -1690,6 +1637,8 @@ export declare const makeShopifyOrderLineAttribute: () => io.flow.internal.v0.mo
|
|
|
1690
1637
|
export declare const makeShopifyOrderLineContent: () => io.flow.internal.v0.models.ShopifyOrderLineContent;
|
|
1691
1638
|
export declare const makeShopifyOrganizationSettings: () => io.flow.internal.v0.models.ShopifyOrganizationSettings;
|
|
1692
1639
|
export declare const makeShopifyOrganizationSettingsForm: () => io.flow.internal.v0.models.ShopifyOrganizationSettingsForm;
|
|
1640
|
+
export declare const makeShopifyPartnerWebhook: () => io.flow.internal.v0.models.ShopifyPartnerWebhook;
|
|
1641
|
+
export declare const makeShopifyPartnerWebhookRaw: () => io.flow.internal.v0.models.ShopifyPartnerWebhookRaw;
|
|
1693
1642
|
export declare const makeShopifyPaymentSummary: () => io.flow.internal.v0.models.ShopifyPaymentSummary;
|
|
1694
1643
|
export declare const makeShopifyProductBundle: () => io.flow.internal.v0.models.ShopifyProductBundle;
|
|
1695
1644
|
export declare const makeShopifyProductBundleDeleted: () => io.flow.internal.v0.models.ShopifyProductBundleDeleted;
|
|
@@ -1731,11 +1680,6 @@ export declare const makeShopperFreight: () => io.flow.internal.v0.models.Shoppe
|
|
|
1731
1680
|
export declare const makeShopperLine: () => io.flow.internal.v0.models.ShopperLine;
|
|
1732
1681
|
export declare const makeShopperLines: () => io.flow.internal.v0.models.ShopperLines;
|
|
1733
1682
|
export declare const makeShopperSummary: () => io.flow.internal.v0.models.ShopperSummary;
|
|
1734
|
-
export declare const makeShrutiDemoItem: () => io.flow.internal.v0.models.ShrutiDemoItem;
|
|
1735
|
-
export declare const makeShrutiDemoItemDeleted: () => io.flow.internal.v0.models.ShrutiDemoItemDeleted;
|
|
1736
|
-
export declare const makeShrutiDemoItemForm: () => io.flow.internal.v0.models.ShrutiDemoItemForm;
|
|
1737
|
-
export declare const makeShrutiDemoItemUpserted: () => io.flow.internal.v0.models.ShrutiDemoItemUpserted;
|
|
1738
|
-
export declare const makeShrutiDemoType: () => io.flow.internal.v0.enums.ShrutiDemoType;
|
|
1739
1683
|
export declare const makeSimpleAccountReference: () => io.flow.internal.v0.models.SimpleAccountReference;
|
|
1740
1684
|
export declare const makeSimpleRoundingStrategy: () => io.flow.internal.v0.enums.SimpleRoundingStrategy;
|
|
1741
1685
|
export declare const makeSimplifiedClassificationTaxonomy: () => io.flow.internal.v0.unions.SimplifiedClassificationTaxonomy;
|
|
@@ -1803,17 +1747,6 @@ export declare const makeSubscriptionFrequency: () => io.flow.internal.v0.enums.
|
|
|
1803
1747
|
export declare const makeSubscriptionTransaction: () => io.flow.internal.v0.models.SubscriptionTransaction;
|
|
1804
1748
|
export declare const makeSuggestionAction: () => io.flow.internal.v0.enums.SuggestionAction;
|
|
1805
1749
|
export declare const makeSupportedLabels: () => io.flow.internal.v0.models.SupportedLabels;
|
|
1806
|
-
export declare const makeSvitlanaItem: () => io.flow.internal.v0.models.SvitlanaItem;
|
|
1807
|
-
export declare const makeSvitlanaItemDeleted: () => io.flow.internal.v0.models.SvitlanaItemDeleted;
|
|
1808
|
-
export declare const makeSvitlanaItemForm: () => io.flow.internal.v0.models.SvitlanaItemForm;
|
|
1809
|
-
export declare const makeSvitlanaItemUpserted: () => io.flow.internal.v0.models.SvitlanaItemUpserted;
|
|
1810
|
-
export declare const makeSvitlanaTest: () => io.flow.internal.v0.models.SvitlanaTest;
|
|
1811
|
-
export declare const makeSvitlanaType: () => io.flow.internal.v0.enums.SvitlanaType;
|
|
1812
|
-
export declare const makeTamItem: () => io.flow.internal.v0.models.TamItem;
|
|
1813
|
-
export declare const makeTamItemDeleted: () => io.flow.internal.v0.models.TamItemDeleted;
|
|
1814
|
-
export declare const makeTamItemForm: () => io.flow.internal.v0.models.TamItemForm;
|
|
1815
|
-
export declare const makeTamItemType: () => io.flow.internal.v0.enums.TamItemType;
|
|
1816
|
-
export declare const makeTamItemUpserted: () => io.flow.internal.v0.models.TamItemUpserted;
|
|
1817
1750
|
export declare const makeTariffCodeDuty: () => io.flow.internal.v0.models.TariffCodeDuty;
|
|
1818
1751
|
export declare const makeTariffCodesExport: () => io.flow.internal.v0.models.TariffCodesExport;
|
|
1819
1752
|
export declare const makeTariffEligibility: () => io.flow.internal.v0.models.TariffEligibility;
|
|
@@ -1850,11 +1783,6 @@ export declare const makeTaxonomyNode: () => io.flow.internal.v0.models.Taxonomy
|
|
|
1850
1783
|
export declare const makeTechOnboardingDescription: () => io.flow.internal.v0.models.TechOnboardingDescription;
|
|
1851
1784
|
export declare const makeTest: () => io.flow.internal.v0.models.Test;
|
|
1852
1785
|
export declare const makeTestForm: () => io.flow.internal.v0.models.TestForm;
|
|
1853
|
-
export declare const makeThiagoItem: () => io.flow.internal.v0.models.ThiagoItem;
|
|
1854
|
-
export declare const makeThiagoItemDeleted: () => io.flow.internal.v0.models.ThiagoItemDeleted;
|
|
1855
|
-
export declare const makeThiagoItemForm: () => io.flow.internal.v0.models.ThiagoItemForm;
|
|
1856
|
-
export declare const makeThiagoItemType: () => io.flow.internal.v0.enums.ThiagoItemType;
|
|
1857
|
-
export declare const makeThiagoItemUpserted: () => io.flow.internal.v0.models.ThiagoItemUpserted;
|
|
1858
1786
|
export declare const makeThirdPartyLogisticsPartner: () => io.flow.internal.v0.models.ThirdPartyLogisticsPartner;
|
|
1859
1787
|
export declare const makeThirdPartyLogisticsPickUpTimeWindow: () => io.flow.internal.v0.models.ThirdPartyLogisticsPickUpTimeWindow;
|
|
1860
1788
|
export declare const makeTieredFee: () => io.flow.internal.v0.models.TieredFee;
|
|
@@ -1873,6 +1801,9 @@ export declare const makeTrackingAssuranceAnalysisUpserted: () => io.flow.intern
|
|
|
1873
1801
|
export declare const makeTrackingAssuranceJob: () => io.flow.internal.v0.models.TrackingAssuranceJob;
|
|
1874
1802
|
export declare const makeTrackingAssuranceJobDeleted: () => io.flow.internal.v0.models.TrackingAssuranceJobDeleted;
|
|
1875
1803
|
export declare const makeTrackingAssuranceJobUpserted: () => io.flow.internal.v0.models.TrackingAssuranceJobUpserted;
|
|
1804
|
+
export declare const makeTrackingCarrierReturnLabel: () => io.flow.internal.v0.models.TrackingCarrierReturnLabel;
|
|
1805
|
+
export declare const makeTrackingCarrierReturnLabelDeleted: () => io.flow.internal.v0.models.TrackingCarrierReturnLabelDeleted;
|
|
1806
|
+
export declare const makeTrackingCarrierReturnLabelUpserted: () => io.flow.internal.v0.models.TrackingCarrierReturnLabelUpserted;
|
|
1876
1807
|
export declare const makeTrackingDebugForceTransitForm: () => io.flow.internal.v0.models.TrackingDebugForceTransitForm;
|
|
1877
1808
|
export declare const makeTrackingDebugLabel: () => io.flow.internal.v0.models.TrackingDebugLabel;
|
|
1878
1809
|
export declare const makeTrackingDebugLabelEvent: () => io.flow.internal.v0.models.TrackingDebugLabelEvent;
|
|
@@ -1893,9 +1824,10 @@ export declare const makeTrackingProcessingErrorDeleted: () => io.flow.internal.
|
|
|
1893
1824
|
export declare const makeTrackingProcessingErrorUpserted: () => io.flow.internal.v0.models.TrackingProcessingErrorUpserted;
|
|
1894
1825
|
export declare const makeTrackingProcessingFailureClassification: () => io.flow.internal.v0.enums.TrackingProcessingFailureClassification;
|
|
1895
1826
|
export declare const makeTrackingRequest: () => io.flow.internal.v0.models.TrackingRequest;
|
|
1896
|
-
export declare const makeTrackingRequestUpserted: () => io.flow.internal.v0.models.TrackingRequestUpserted;
|
|
1897
1827
|
export declare const makeTrackingResponse: () => io.flow.internal.v0.models.TrackingResponse;
|
|
1898
|
-
export declare const
|
|
1828
|
+
export declare const makeTrackingSubscription: () => io.flow.internal.v0.models.TrackingSubscription;
|
|
1829
|
+
export declare const makeTrackingSubscriptionDeleted: () => io.flow.internal.v0.models.TrackingSubscriptionDeleted;
|
|
1830
|
+
export declare const makeTrackingSubscriptionUpserted: () => io.flow.internal.v0.models.TrackingSubscriptionUpserted;
|
|
1899
1831
|
export declare const makeTrackingUpserted: () => io.flow.internal.v0.models.TrackingUpserted;
|
|
1900
1832
|
export declare const makeTransaction: () => io.flow.internal.v0.unions.Transaction;
|
|
1901
1833
|
export declare const makeTransactionAdjustment: () => io.flow.internal.v0.models.TransactionAdjustment;
|
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.115",
|
|
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": "ae8c62050d9783d8da6c3d07da43b35187197742"
|
|
41
41
|
}
|