@flowio/api-internal-factories 0.0.109 → 0.0.111
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 +422 -58
- package/dist/esm/api-internal.js +354 -19
- package/dist/types/api-internal.d.ts +29 -0
- package/package.json +2 -2
- package/src/api-internal.ts +398 -19
|
@@ -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;
|
|
@@ -104,6 +107,7 @@ export declare const makeApiCallReferenceId: () => io.flow.internal.v0.enums.Api
|
|
|
104
107
|
export declare const makeApmContent: () => io.flow.internal.v0.models.ApmContent;
|
|
105
108
|
export declare const makeApplePayAuthorizationPayload: () => io.flow.internal.v0.models.ApplePayAuthorizationPayload;
|
|
106
109
|
export declare const makeApplyAtValueForm: () => io.flow.internal.v0.models.ApplyAtValueForm;
|
|
110
|
+
export declare const makeAttemptStatistics: () => io.flow.internal.v0.models.AttemptStatistics;
|
|
107
111
|
export declare const makeAttributeLabel: () => io.flow.internal.v0.models.AttributeLabel;
|
|
108
112
|
export declare const makeAuthenticationForm: () => io.flow.internal.v0.models.AuthenticationForm;
|
|
109
113
|
export declare const makeAuthorizationBundle: () => io.flow.internal.v0.models.AuthorizationBundle;
|
|
@@ -188,6 +192,7 @@ export declare const makeBrowserBundlePaymentMethod: () => io.flow.internal.v0.m
|
|
|
188
192
|
export declare const makeBrowserBundlePaymentMethodForm: () => io.flow.internal.v0.models.BrowserBundlePaymentMethodForm;
|
|
189
193
|
export declare const makeBrowserBundlePaymentMethods: () => io.flow.internal.v0.models.BrowserBundlePaymentMethods;
|
|
190
194
|
export declare const makeBulkClassificationAction: () => io.flow.internal.v0.models.BulkClassificationAction;
|
|
195
|
+
export declare const makeBulkDutyUpdateValidationError: () => io.flow.internal.v0.models.BulkDutyUpdateValidationError;
|
|
191
196
|
export declare const makeCalculatedTaxAmount: () => io.flow.internal.v0.models.CalculatedTaxAmount;
|
|
192
197
|
export declare const makeCalculationStampingLineItem: () => io.flow.internal.v0.models.CalculationStampingLineItem;
|
|
193
198
|
export declare const makeCalculationStampingShippingLine: () => io.flow.internal.v0.models.CalculationStampingShippingLine;
|
|
@@ -368,6 +373,8 @@ export declare const makeClassificationFormWrapper: () => io.flow.internal.v0.mo
|
|
|
368
373
|
export declare const makeClassificationItem: () => io.flow.internal.v0.models.ClassificationItem;
|
|
369
374
|
export declare const makeClassificationJudgementForm: () => io.flow.internal.v0.unions.ClassificationJudgementForm;
|
|
370
375
|
export declare const makeClassificationLabelAttribute: () => io.flow.internal.v0.unions.ClassificationLabelAttribute;
|
|
376
|
+
export declare const makeClassificationMerchant: () => io.flow.internal.v0.models.ClassificationMerchant;
|
|
377
|
+
export declare const makeClassificationMerchantEnvelope: () => io.flow.internal.v0.models.ClassificationMerchantEnvelope;
|
|
371
378
|
export declare const makeClassificationPlatform: () => io.flow.internal.v0.enums.ClassificationPlatform;
|
|
372
379
|
export declare const makeClassificationProduct: () => io.flow.internal.v0.models.ClassificationProduct;
|
|
373
380
|
export declare const makeClassificationProductHarmonization: () => io.flow.internal.v0.models.ClassificationProductHarmonization;
|
|
@@ -505,7 +512,9 @@ export declare const makeDispute: () => io.flow.internal.v0.models.Dispute;
|
|
|
505
512
|
export declare const makeDisputeAuthorizationReference: () => io.flow.internal.v0.models.DisputeAuthorizationReference;
|
|
506
513
|
export declare const makeDisputeBillable: () => io.flow.internal.v0.enums.DisputeBillable;
|
|
507
514
|
export declare const makeDisputeCategory: () => io.flow.internal.v0.enums.DisputeCategory;
|
|
515
|
+
export declare const makeDisputeDefenseOutcome: () => io.flow.internal.v0.enums.DisputeDefenseOutcome;
|
|
508
516
|
export declare const makeDisputeDeleted: () => io.flow.internal.v0.models.DisputeDeleted;
|
|
517
|
+
export declare const makeDisputeDetail: () => io.flow.internal.v0.models.DisputeDetail;
|
|
509
518
|
export declare const makeDisputeDetails: () => io.flow.internal.v0.unions.DisputeDetails;
|
|
510
519
|
export declare const makeDisputeDetailsAdyen: () => io.flow.internal.v0.models.DisputeDetailsAdyen;
|
|
511
520
|
export declare const makeDisputeDetailsPaypal: () => io.flow.internal.v0.models.DisputeDetailsPaypal;
|
|
@@ -520,6 +529,7 @@ export declare const makeDisputeImportType: () => io.flow.internal.v0.enums.Disp
|
|
|
520
529
|
export declare const makeDisputeLiability: () => io.flow.internal.v0.enums.DisputeLiability;
|
|
521
530
|
export declare const makeDisputeOrderReference: () => io.flow.internal.v0.models.DisputeOrderReference;
|
|
522
531
|
export declare const makeDisputeOrganizationReference: () => io.flow.internal.v0.models.DisputeOrganizationReference;
|
|
532
|
+
export declare const makeDisputeOverrideUpdateForm: () => io.flow.internal.v0.models.DisputeOverrideUpdateForm;
|
|
523
533
|
export declare const makeDisputeProcessor: () => io.flow.internal.v0.enums.DisputeProcessor;
|
|
524
534
|
export declare const makeDisputeReportingCategory: () => io.flow.internal.v0.enums.DisputeReportingCategory;
|
|
525
535
|
export declare const makeDisputeStatus: () => io.flow.internal.v0.enums.DisputeStatus;
|
|
@@ -558,6 +568,11 @@ export declare const makeDutyTransaction: () => io.flow.internal.v0.models.DutyT
|
|
|
558
568
|
export declare const makeDutyTransactionDeleted: () => io.flow.internal.v0.models.DutyTransactionDeleted;
|
|
559
569
|
export declare const makeDutyTransactionType: () => io.flow.internal.v0.enums.DutyTransactionType;
|
|
560
570
|
export declare const makeDutyTransactionUpserted: () => io.flow.internal.v0.models.DutyTransactionUpserted;
|
|
571
|
+
export declare const makeEldarItem: () => io.flow.internal.v0.models.EldarItem;
|
|
572
|
+
export declare const makeEldarItemDeleted: () => io.flow.internal.v0.models.EldarItemDeleted;
|
|
573
|
+
export declare const makeEldarItemForm: () => io.flow.internal.v0.models.EldarItemForm;
|
|
574
|
+
export declare const makeEldarItemType: () => io.flow.internal.v0.enums.EldarItemType;
|
|
575
|
+
export declare const makeEldarItemUpserted: () => io.flow.internal.v0.models.EldarItemUpserted;
|
|
561
576
|
export declare const makeEmailForm: () => io.flow.internal.v0.models.EmailForm;
|
|
562
577
|
export declare const makeEmailModificationForm: () => io.flow.internal.v0.models.EmailModificationForm;
|
|
563
578
|
export declare const makeEmptyAttribute: () => "irrelevant";
|
|
@@ -715,6 +730,9 @@ export declare const makeFulfillmentBusiness: () => io.flow.internal.v0.models.F
|
|
|
715
730
|
export declare const makeFulfillmentCancel: () => io.flow.internal.v0.models.FulfillmentCancel;
|
|
716
731
|
export declare const makeFulfillmentCarrier: () => io.flow.internal.v0.models.FulfillmentCarrier;
|
|
717
732
|
export declare const makeFulfillmentDeleted: () => io.flow.internal.v0.models.FulfillmentDeleted;
|
|
733
|
+
export declare const makeFulfillmentFallbacks: () => io.flow.internal.v0.models.FulfillmentFallbacks;
|
|
734
|
+
export declare const makeFulfillmentFallbacksDeleted: () => io.flow.internal.v0.models.FulfillmentFallbacksDeleted;
|
|
735
|
+
export declare const makeFulfillmentFallbacksUpserted: () => io.flow.internal.v0.models.FulfillmentFallbacksUpserted;
|
|
718
736
|
export declare const makeFulfillmentInternalExperienceReference: () => io.flow.internal.v0.models.FulfillmentInternalExperienceReference;
|
|
719
737
|
export declare const makeFulfillmentOrigin: () => io.flow.internal.v0.models.FulfillmentOrigin;
|
|
720
738
|
export declare const makeFulfillmentProof: () => io.flow.internal.v0.unions.FulfillmentProof;
|
|
@@ -900,6 +918,9 @@ export declare const makeLabelRequestError: () => io.flow.internal.v0.models.Lab
|
|
|
900
918
|
export declare const makeLabelRequestErrorDeleted: () => io.flow.internal.v0.models.LabelRequestErrorDeleted;
|
|
901
919
|
export declare const makeLabelRequestErrorHandlingResponsibility: () => io.flow.internal.v0.enums.LabelRequestErrorHandlingResponsibility;
|
|
902
920
|
export declare const makeLabelRequestErrorUpserted: () => io.flow.internal.v0.models.LabelRequestErrorUpserted;
|
|
921
|
+
export declare const makeLabelRequestResult: () => io.flow.internal.v0.models.LabelRequestResult;
|
|
922
|
+
export declare const makeLabelRequestResultOrganizationType: () => io.flow.internal.v0.enums.LabelRequestResultOrganizationType;
|
|
923
|
+
export declare const makeLabelRequestResultState: () => io.flow.internal.v0.enums.LabelRequestResultState;
|
|
903
924
|
export declare const makeLabelSummary: () => io.flow.internal.v0.models.LabelSummary;
|
|
904
925
|
export declare const makeLabelSurchargeForm: () => io.flow.internal.v0.models.LabelSurchargeForm;
|
|
905
926
|
export declare const makeLabelSurchargeSingleForm: () => io.flow.internal.v0.models.LabelSurchargeSingleForm;
|
|
@@ -1071,6 +1092,7 @@ export declare const makeMixedBagWeight: () => io.flow.internal.v0.enums.MixedBa
|
|
|
1071
1092
|
export declare const makeMoneyPercentage: () => io.flow.internal.v0.models.MoneyPercentage;
|
|
1072
1093
|
export declare const makeMoneyRule: () => io.flow.internal.v0.models.MoneyPercentage;
|
|
1073
1094
|
export declare const makeNatureOfSale: () => io.flow.internal.v0.enums.NatureOfSale;
|
|
1095
|
+
export declare const makeNegativeDebitMetrics: () => io.flow.internal.v0.models.NegativeDebitMetrics;
|
|
1074
1096
|
export declare const makeNextBillingStatement: () => io.flow.internal.v0.models.NextBillingStatement;
|
|
1075
1097
|
export declare const makeNoCalculatedTaxAmount: () => io.flow.internal.v0.models.NoCalculatedTaxAmount;
|
|
1076
1098
|
export declare const makeNoClassificationForm: () => io.flow.internal.v0.models.NoClassificationForm;
|
|
@@ -1831,6 +1853,9 @@ export declare const makeTracker: () => io.flow.internal.v0.unions.Tracker;
|
|
|
1831
1853
|
export declare const makeTrackingAssuranceAnalysis: () => io.flow.internal.v0.models.TrackingAssuranceAnalysis;
|
|
1832
1854
|
export declare const makeTrackingAssuranceAnalysisDeleted: () => io.flow.internal.v0.models.TrackingAssuranceAnalysisDeleted;
|
|
1833
1855
|
export declare const makeTrackingAssuranceAnalysisUpserted: () => io.flow.internal.v0.models.TrackingAssuranceAnalysisUpserted;
|
|
1856
|
+
export declare const makeTrackingAssuranceJob: () => io.flow.internal.v0.models.TrackingAssuranceJob;
|
|
1857
|
+
export declare const makeTrackingAssuranceJobDeleted: () => io.flow.internal.v0.models.TrackingAssuranceJobDeleted;
|
|
1858
|
+
export declare const makeTrackingAssuranceJobUpserted: () => io.flow.internal.v0.models.TrackingAssuranceJobUpserted;
|
|
1834
1859
|
export declare const makeTrackingDebugForceTransitForm: () => io.flow.internal.v0.models.TrackingDebugForceTransitForm;
|
|
1835
1860
|
export declare const makeTrackingDebugLabel: () => io.flow.internal.v0.models.TrackingDebugLabel;
|
|
1836
1861
|
export declare const makeTrackingDebugLabelEvent: () => io.flow.internal.v0.models.TrackingDebugLabelEvent;
|
|
@@ -1839,6 +1864,10 @@ export declare const makeTrackingDeleted: () => io.flow.internal.v0.models.Track
|
|
|
1839
1864
|
export declare const makeTrackingEvent: () => io.flow.internal.v0.models.TrackingEvent;
|
|
1840
1865
|
export declare const makeTrackingIntegrationType: () => io.flow.internal.v0.enums.TrackingIntegrationType;
|
|
1841
1866
|
export declare const makeTrackingLabelDeleted: () => io.flow.internal.v0.models.TrackingLabelDeleted;
|
|
1867
|
+
export declare const makeTrackingLabelDimensions: () => io.flow.internal.v0.models.TrackingLabelDimensions;
|
|
1868
|
+
export declare const makeTrackingLabelDimensionsDeleted: () => io.flow.internal.v0.models.TrackingLabelDimensionsDeleted;
|
|
1869
|
+
export declare const makeTrackingLabelDimensionsSource: () => io.flow.internal.v0.enums.TrackingLabelDimensionsSource;
|
|
1870
|
+
export declare const makeTrackingLabelDimensionsUpserted: () => io.flow.internal.v0.models.TrackingLabelDimensionsUpserted;
|
|
1842
1871
|
export declare const makeTrackingLabelEventDeletedV2: () => io.flow.internal.v0.models.TrackingLabelEventDeletedV2;
|
|
1843
1872
|
export declare const makeTrackingLabelEventUpsertedV2: () => io.flow.internal.v0.models.TrackingLabelEventUpsertedV2;
|
|
1844
1873
|
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.111",
|
|
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": "f75564e8d259c34e55cd55031e0f18ad6abc6a96"
|
|
41
41
|
}
|