@flowio/api-internal-factories 0.0.110 → 0.0.112
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 +395 -39
- package/dist/esm/api-internal.js +322 -0
- package/dist/types/api-internal.d.ts +34 -0
- package/package.json +2 -2
- package/src/api-internal.ts +357 -0
|
@@ -37,6 +37,9 @@ export declare const makeAddressConfigurationProvinceSetting: () => io.flow.inte
|
|
|
37
37
|
export declare const makeAddressConfigurationSetting: () => io.flow.internal.v0.models.AddressConfigurationSetting;
|
|
38
38
|
export declare const makeAddressConfigurationSettingForm: () => io.flow.internal.v0.models.AddressConfigurationSettingForm;
|
|
39
39
|
export declare const makeAddressConfigurationSettingProvinceCode: () => io.flow.internal.v0.enums.AddressConfigurationSettingProvinceCode;
|
|
40
|
+
export declare const makeAdjustedEstimates: () => io.flow.internal.v0.models.AdjustedEstimates;
|
|
41
|
+
export declare const makeAdjustedEstimatesDeleted: () => io.flow.internal.v0.models.AdjustedEstimatesDeleted;
|
|
42
|
+
export declare const makeAdjustedEstimatesUpserted: () => io.flow.internal.v0.models.AdjustedEstimatesUpserted;
|
|
40
43
|
export declare const makeAdjustmentAmount: () => io.flow.internal.v0.unions.AdjustmentAmount;
|
|
41
44
|
export declare const makeAdjustmentAmountFixed: () => io.flow.internal.v0.models.AdjustmentAmountFixed;
|
|
42
45
|
export declare const makeAdjustmentAmountPercentage: () => io.flow.internal.v0.models.AdjustmentAmountPercentage;
|
|
@@ -59,10 +62,13 @@ export declare const makeAdyenCancelDeleted: () => io.flow.internal.v0.models.Ad
|
|
|
59
62
|
export declare const makeAdyenCancelUpserted: () => io.flow.internal.v0.models.AdyenCancelUpserted;
|
|
60
63
|
export declare const makeAdyenCaptureDeleted: () => io.flow.internal.v0.models.AdyenCaptureDeleted;
|
|
61
64
|
export declare const makeAdyenCaptureUpserted: () => io.flow.internal.v0.models.AdyenCaptureUpserted;
|
|
65
|
+
export declare const makeAdyenDisputeDeleted: () => io.flow.internal.v0.models.AdyenDisputeDeleted;
|
|
66
|
+
export declare const makeAdyenDisputeUpserted: () => io.flow.internal.v0.models.AdyenDisputeUpserted;
|
|
62
67
|
export declare const makeAdyenIntegrationType: () => io.flow.internal.v0.enums.AdyenIntegrationType;
|
|
63
68
|
export declare const makeAdyenInternalAuthorization: () => io.flow.internal.v0.models.AdyenInternalAuthorization;
|
|
64
69
|
export declare const makeAdyenInternalCancel: () => io.flow.internal.v0.models.AdyenInternalCancel;
|
|
65
70
|
export declare const makeAdyenInternalCapture: () => io.flow.internal.v0.models.AdyenInternalCapture;
|
|
71
|
+
export declare const makeAdyenInternalDispute: () => io.flow.internal.v0.models.AdyenInternalDispute;
|
|
66
72
|
export declare const makeAdyenInternalRefund: () => io.flow.internal.v0.models.AdyenInternalRefund;
|
|
67
73
|
export declare const makeAdyenMerchant: () => io.flow.internal.v0.models.AdyenMerchant;
|
|
68
74
|
export declare const makeAdyenMerchantAccount: () => io.flow.internal.v0.models.AdyenMerchantAccount;
|
|
@@ -104,6 +110,7 @@ export declare const makeApiCallReferenceId: () => io.flow.internal.v0.enums.Api
|
|
|
104
110
|
export declare const makeApmContent: () => io.flow.internal.v0.models.ApmContent;
|
|
105
111
|
export declare const makeApplePayAuthorizationPayload: () => io.flow.internal.v0.models.ApplePayAuthorizationPayload;
|
|
106
112
|
export declare const makeApplyAtValueForm: () => io.flow.internal.v0.models.ApplyAtValueForm;
|
|
113
|
+
export declare const makeAttemptStatistics: () => io.flow.internal.v0.models.AttemptStatistics;
|
|
107
114
|
export declare const makeAttributeLabel: () => io.flow.internal.v0.models.AttributeLabel;
|
|
108
115
|
export declare const makeAuthenticationForm: () => io.flow.internal.v0.models.AuthenticationForm;
|
|
109
116
|
export declare const makeAuthorizationBundle: () => io.flow.internal.v0.models.AuthorizationBundle;
|
|
@@ -274,6 +281,9 @@ export declare const makeChannelOrderAcceptance: () => io.flow.internal.v0.model
|
|
|
274
281
|
export declare const makeChannelOrderAcceptanceDeleted: () => io.flow.internal.v0.models.ChannelOrderAcceptanceDeleted;
|
|
275
282
|
export declare const makeChannelOrderAcceptanceDetails: () => io.flow.internal.v0.models.ChannelOrderAcceptanceDetails;
|
|
276
283
|
export declare const makeChannelOrderAcceptanceErrorAction: () => io.flow.internal.v0.enums.ChannelOrderAcceptanceErrorAction;
|
|
284
|
+
export declare const makeChannelOrderAcceptanceFailed: () => io.flow.internal.v0.models.ChannelOrderAcceptanceFailed;
|
|
285
|
+
export declare const makeChannelOrderAcceptanceFailure: () => io.flow.internal.v0.models.ChannelOrderAcceptanceFailure;
|
|
286
|
+
export declare const makeChannelOrderAcceptanceFailureReasonCode: () => io.flow.internal.v0.enums.ChannelOrderAcceptanceFailureReasonCode;
|
|
277
287
|
export declare const makeChannelOrderAcceptanceForm: () => io.flow.internal.v0.models.ChannelOrderAcceptanceForm;
|
|
278
288
|
export declare const makeChannelOrderAcceptanceNextActionFrom: () => io.flow.internal.v0.enums.ChannelOrderAcceptanceNextActionFrom;
|
|
279
289
|
export declare const makeChannelOrderAcceptanceReason: () => io.flow.internal.v0.models.ChannelOrderAcceptanceReason;
|
|
@@ -369,6 +379,8 @@ export declare const makeClassificationFormWrapper: () => io.flow.internal.v0.mo
|
|
|
369
379
|
export declare const makeClassificationItem: () => io.flow.internal.v0.models.ClassificationItem;
|
|
370
380
|
export declare const makeClassificationJudgementForm: () => io.flow.internal.v0.unions.ClassificationJudgementForm;
|
|
371
381
|
export declare const makeClassificationLabelAttribute: () => io.flow.internal.v0.unions.ClassificationLabelAttribute;
|
|
382
|
+
export declare const makeClassificationMerchant: () => io.flow.internal.v0.models.ClassificationMerchant;
|
|
383
|
+
export declare const makeClassificationMerchantEnvelope: () => io.flow.internal.v0.models.ClassificationMerchantEnvelope;
|
|
372
384
|
export declare const makeClassificationPlatform: () => io.flow.internal.v0.enums.ClassificationPlatform;
|
|
373
385
|
export declare const makeClassificationProduct: () => io.flow.internal.v0.models.ClassificationProduct;
|
|
374
386
|
export declare const makeClassificationProductHarmonization: () => io.flow.internal.v0.models.ClassificationProductHarmonization;
|
|
@@ -506,7 +518,9 @@ export declare const makeDispute: () => io.flow.internal.v0.models.Dispute;
|
|
|
506
518
|
export declare const makeDisputeAuthorizationReference: () => io.flow.internal.v0.models.DisputeAuthorizationReference;
|
|
507
519
|
export declare const makeDisputeBillable: () => io.flow.internal.v0.enums.DisputeBillable;
|
|
508
520
|
export declare const makeDisputeCategory: () => io.flow.internal.v0.enums.DisputeCategory;
|
|
521
|
+
export declare const makeDisputeDefenseOutcome: () => io.flow.internal.v0.enums.DisputeDefenseOutcome;
|
|
509
522
|
export declare const makeDisputeDeleted: () => io.flow.internal.v0.models.DisputeDeleted;
|
|
523
|
+
export declare const makeDisputeDetail: () => io.flow.internal.v0.models.DisputeDetail;
|
|
510
524
|
export declare const makeDisputeDetails: () => io.flow.internal.v0.unions.DisputeDetails;
|
|
511
525
|
export declare const makeDisputeDetailsAdyen: () => io.flow.internal.v0.models.DisputeDetailsAdyen;
|
|
512
526
|
export declare const makeDisputeDetailsPaypal: () => io.flow.internal.v0.models.DisputeDetailsPaypal;
|
|
@@ -521,6 +535,7 @@ export declare const makeDisputeImportType: () => io.flow.internal.v0.enums.Disp
|
|
|
521
535
|
export declare const makeDisputeLiability: () => io.flow.internal.v0.enums.DisputeLiability;
|
|
522
536
|
export declare const makeDisputeOrderReference: () => io.flow.internal.v0.models.DisputeOrderReference;
|
|
523
537
|
export declare const makeDisputeOrganizationReference: () => io.flow.internal.v0.models.DisputeOrganizationReference;
|
|
538
|
+
export declare const makeDisputeOverrideUpdateForm: () => io.flow.internal.v0.models.DisputeOverrideUpdateForm;
|
|
524
539
|
export declare const makeDisputeProcessor: () => io.flow.internal.v0.enums.DisputeProcessor;
|
|
525
540
|
export declare const makeDisputeReportingCategory: () => io.flow.internal.v0.enums.DisputeReportingCategory;
|
|
526
541
|
export declare const makeDisputeStatus: () => io.flow.internal.v0.enums.DisputeStatus;
|
|
@@ -721,6 +736,9 @@ export declare const makeFulfillmentBusiness: () => io.flow.internal.v0.models.F
|
|
|
721
736
|
export declare const makeFulfillmentCancel: () => io.flow.internal.v0.models.FulfillmentCancel;
|
|
722
737
|
export declare const makeFulfillmentCarrier: () => io.flow.internal.v0.models.FulfillmentCarrier;
|
|
723
738
|
export declare const makeFulfillmentDeleted: () => io.flow.internal.v0.models.FulfillmentDeleted;
|
|
739
|
+
export declare const makeFulfillmentFallbacks: () => io.flow.internal.v0.models.FulfillmentFallbacks;
|
|
740
|
+
export declare const makeFulfillmentFallbacksDeleted: () => io.flow.internal.v0.models.FulfillmentFallbacksDeleted;
|
|
741
|
+
export declare const makeFulfillmentFallbacksUpserted: () => io.flow.internal.v0.models.FulfillmentFallbacksUpserted;
|
|
724
742
|
export declare const makeFulfillmentInternalExperienceReference: () => io.flow.internal.v0.models.FulfillmentInternalExperienceReference;
|
|
725
743
|
export declare const makeFulfillmentOrigin: () => io.flow.internal.v0.models.FulfillmentOrigin;
|
|
726
744
|
export declare const makeFulfillmentProof: () => io.flow.internal.v0.unions.FulfillmentProof;
|
|
@@ -906,6 +924,9 @@ export declare const makeLabelRequestError: () => io.flow.internal.v0.models.Lab
|
|
|
906
924
|
export declare const makeLabelRequestErrorDeleted: () => io.flow.internal.v0.models.LabelRequestErrorDeleted;
|
|
907
925
|
export declare const makeLabelRequestErrorHandlingResponsibility: () => io.flow.internal.v0.enums.LabelRequestErrorHandlingResponsibility;
|
|
908
926
|
export declare const makeLabelRequestErrorUpserted: () => io.flow.internal.v0.models.LabelRequestErrorUpserted;
|
|
927
|
+
export declare const makeLabelRequestResult: () => io.flow.internal.v0.models.LabelRequestResult;
|
|
928
|
+
export declare const makeLabelRequestResultOrganizationType: () => io.flow.internal.v0.enums.LabelRequestResultOrganizationType;
|
|
929
|
+
export declare const makeLabelRequestResultState: () => io.flow.internal.v0.enums.LabelRequestResultState;
|
|
909
930
|
export declare const makeLabelSummary: () => io.flow.internal.v0.models.LabelSummary;
|
|
910
931
|
export declare const makeLabelSurchargeForm: () => io.flow.internal.v0.models.LabelSurchargeForm;
|
|
911
932
|
export declare const makeLabelSurchargeSingleForm: () => io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
@@ -1053,6 +1074,8 @@ export declare const makeMerchantFees: () => io.flow.internal.v0.models.Merchant
|
|
|
1053
1074
|
export declare const makeMerchantGuidAssignment: () => io.flow.internal.v0.models.MerchantGuidAssignment;
|
|
1054
1075
|
export declare const makeMerchantGuidAssignmentDeleted: () => io.flow.internal.v0.models.MerchantGuidAssignmentDeleted;
|
|
1055
1076
|
export declare const makeMerchantGuidAssignmentUpserted: () => io.flow.internal.v0.models.MerchantGuidAssignmentUpserted;
|
|
1077
|
+
export declare const makeMerchantHubOverride: () => io.flow.internal.v0.models.MerchantHubOverride;
|
|
1078
|
+
export declare const makeMerchantHubOverrideForm: () => io.flow.internal.v0.models.MerchantHubOverrideForm;
|
|
1056
1079
|
export declare const makeMerchantOfRecordEntitySettings: () => io.flow.internal.v0.models.MerchantOfRecordEntitySettings;
|
|
1057
1080
|
export declare const makeMerchantOfRecordEntitySettingsForm: () => io.flow.internal.v0.models.MerchantOfRecordEntitySettingsForm;
|
|
1058
1081
|
export declare const makeMerchantSearchResult: () => io.flow.internal.v0.models.MerchantSearchResult;
|
|
@@ -1077,6 +1100,7 @@ export declare const makeMixedBagWeight: () => io.flow.internal.v0.enums.MixedBa
|
|
|
1077
1100
|
export declare const makeMoneyPercentage: () => io.flow.internal.v0.models.MoneyPercentage;
|
|
1078
1101
|
export declare const makeMoneyRule: () => io.flow.internal.v0.models.MoneyPercentage;
|
|
1079
1102
|
export declare const makeNatureOfSale: () => io.flow.internal.v0.enums.NatureOfSale;
|
|
1103
|
+
export declare const makeNegativeDebitMetrics: () => io.flow.internal.v0.models.NegativeDebitMetrics;
|
|
1080
1104
|
export declare const makeNextBillingStatement: () => io.flow.internal.v0.models.NextBillingStatement;
|
|
1081
1105
|
export declare const makeNoCalculatedTaxAmount: () => io.flow.internal.v0.models.NoCalculatedTaxAmount;
|
|
1082
1106
|
export declare const makeNoClassificationForm: () => io.flow.internal.v0.models.NoClassificationForm;
|
|
@@ -1257,6 +1281,7 @@ export declare const makePartnerOrganizationSettings: () => io.flow.internal.v0.
|
|
|
1257
1281
|
export declare const makePartnerOrganizationSettingsDeleted: () => io.flow.internal.v0.models.PartnerOrganizationSettingsDeleted;
|
|
1258
1282
|
export declare const makePartnerOrganizationSettingsForm: () => io.flow.internal.v0.models.PartnerOrganizationSettingsForm;
|
|
1259
1283
|
export declare const makePartnerOrganizationSettingsUpserted: () => io.flow.internal.v0.models.PartnerOrganizationSettingsUpserted;
|
|
1284
|
+
export declare const makePartnerRequest: () => io.flow.internal.v0.models.PartnerRequest;
|
|
1260
1285
|
export declare const makeParty: () => io.flow.internal.v0.enums.Party;
|
|
1261
1286
|
export declare const makePassphrase: () => io.flow.internal.v0.models.Passphrase;
|
|
1262
1287
|
export declare const makePassphraseForm: () => io.flow.internal.v0.models.PassphraseForm;
|
|
@@ -1344,17 +1369,20 @@ export declare const makeProductClassification: () => io.flow.internal.v0.models
|
|
|
1344
1369
|
export declare const makeProductClassificationForm: () => io.flow.internal.v0.models.ProductClassificationForm;
|
|
1345
1370
|
export declare const makeProductClassificationJudgementForm: () => io.flow.internal.v0.models.ProductClassificationJudgementForm;
|
|
1346
1371
|
export declare const makeProductClassificationResult: () => io.flow.internal.v0.models.ProductClassificationResult;
|
|
1372
|
+
export declare const makeProductCurrencies: () => io.flow.internal.v0.models.ProductCurrencies;
|
|
1347
1373
|
export declare const makeProductDetailSettingsForm: () => io.flow.internal.v0.models.ProductDetailSettingsForm;
|
|
1348
1374
|
export declare const makeProductHarmonization: () => io.flow.internal.v0.models.ProductHarmonization;
|
|
1349
1375
|
export declare const makeProductHarmonizationForm: () => io.flow.internal.v0.models.ProductHarmonizationForm;
|
|
1350
1376
|
export declare const makeProductLabels: () => io.flow.internal.v0.models.ProductLabels;
|
|
1351
1377
|
export declare const makeProductListSettingsForm: () => io.flow.internal.v0.models.ProductListSettingsForm;
|
|
1378
|
+
export declare const makeProductRecord: () => io.flow.internal.v0.models.ProductRecord;
|
|
1352
1379
|
export declare const makeProductRestrictionResultValidationError: () => io.flow.internal.v0.models.ProductRestrictionResultValidationError;
|
|
1353
1380
|
export declare const makeProductRestrictionRuleDecision: () => io.flow.internal.v0.models.ProductRestrictionRuleDecision;
|
|
1354
1381
|
export declare const makeProductRestrictionRuleDecisionDeleted: () => io.flow.internal.v0.models.ProductRestrictionRuleDecisionDeleted;
|
|
1355
1382
|
export declare const makeProductRestrictionRuleDecisionUpserted: () => io.flow.internal.v0.models.ProductRestrictionRuleDecisionUpserted;
|
|
1356
1383
|
export declare const makeProductReviewHistory: () => io.flow.internal.v0.models.ProductReviewHistory;
|
|
1357
1384
|
export declare const makeProductStatus: () => io.flow.internal.v0.enums.ProductStatus;
|
|
1385
|
+
export declare const makeProductTransaction: () => io.flow.internal.v0.models.ProductTransaction;
|
|
1358
1386
|
export declare const makeProfit: () => io.flow.internal.v0.models.Profit;
|
|
1359
1387
|
export declare const makeProfitShare: () => io.flow.internal.v0.models.ProfitShare;
|
|
1360
1388
|
export declare const makeProfitShareOrderReference: () => io.flow.internal.v0.models.ProfitShareOrderReference;
|
|
@@ -1374,6 +1402,8 @@ export declare const makeProofOfPostingOrderCancellation: () => io.flow.internal
|
|
|
1374
1402
|
export declare const makeProofOfPostingOrderCombinedShipment: () => io.flow.internal.v0.models.ProofOfPostingOrderCombinedShipment;
|
|
1375
1403
|
export declare const makeProofOfPostingShippingNotification: () => io.flow.internal.v0.models.ProofOfPostingShippingNotification;
|
|
1376
1404
|
export declare const makeProofOfPostingTimeElapsed: () => io.flow.internal.v0.models.ProofOfPostingTimeElapsed;
|
|
1405
|
+
export declare const makePublicHub: () => io.flow.internal.v0.models.PublicHub;
|
|
1406
|
+
export declare const makePublicHubForm: () => io.flow.internal.v0.models.PublicHubForm;
|
|
1377
1407
|
export declare const makeQuote: () => io.flow.internal.v0.models.Quote;
|
|
1378
1408
|
export declare const makeQuoteDeleted: () => io.flow.internal.v0.models.QuoteDeleted;
|
|
1379
1409
|
export declare const makeQuoteRequest: () => io.flow.internal.v0.models.QuoteRequest;
|
|
@@ -1848,6 +1878,10 @@ export declare const makeTrackingDeleted: () => io.flow.internal.v0.models.Track
|
|
|
1848
1878
|
export declare const makeTrackingEvent: () => io.flow.internal.v0.models.TrackingEvent;
|
|
1849
1879
|
export declare const makeTrackingIntegrationType: () => io.flow.internal.v0.enums.TrackingIntegrationType;
|
|
1850
1880
|
export declare const makeTrackingLabelDeleted: () => io.flow.internal.v0.models.TrackingLabelDeleted;
|
|
1881
|
+
export declare const makeTrackingLabelDimensions: () => io.flow.internal.v0.models.TrackingLabelDimensions;
|
|
1882
|
+
export declare const makeTrackingLabelDimensionsDeleted: () => io.flow.internal.v0.models.TrackingLabelDimensionsDeleted;
|
|
1883
|
+
export declare const makeTrackingLabelDimensionsSource: () => io.flow.internal.v0.enums.TrackingLabelDimensionsSource;
|
|
1884
|
+
export declare const makeTrackingLabelDimensionsUpserted: () => io.flow.internal.v0.models.TrackingLabelDimensionsUpserted;
|
|
1851
1885
|
export declare const makeTrackingLabelEventDeletedV2: () => io.flow.internal.v0.models.TrackingLabelEventDeletedV2;
|
|
1852
1886
|
export declare const makeTrackingLabelEventUpsertedV2: () => io.flow.internal.v0.models.TrackingLabelEventUpsertedV2;
|
|
1853
1887
|
export declare const makeTrackingLabelUpserted: () => io.flow.internal.v0.models.TrackingLabelUpserted;
|
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.112",
|
|
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": "0dd960b5d48f8ac9f314c8593a3597630199ba40"
|
|
41
41
|
}
|