@flowio/api-factories 0.0.95 → 0.0.96
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.js +2285 -390
- package/dist/esm/api.js +2251 -318
- package/dist/types/api.d.ts +0 -37
- package/package.json +2 -2
- package/src/api.ts +2656 -353
package/dist/types/api.d.ts
CHANGED
|
@@ -50,7 +50,6 @@ export declare const makeAdyenNativeActionDetails: () => io.flow.v0.models.Adyen
|
|
|
50
50
|
export declare const makeAdyenNativeData: () => io.flow.v0.unions.AdyenNativeData;
|
|
51
51
|
export declare const makeAdyenV3ChallengeToken: () => io.flow.v0.models.AdyenV3ChallengeToken;
|
|
52
52
|
export declare const makeAdyenV3FingerprintToken: () => io.flow.v0.models.AdyenV3FingerprintToken;
|
|
53
|
-
export declare const makeAggregate: () => io.flow.v0.enums.Aggregate;
|
|
54
53
|
export declare const makeAllocation: () => io.flow.v0.models.Allocation;
|
|
55
54
|
export declare const makeAllocationComponent: () => io.flow.v0.unions.AllocationComponent;
|
|
56
55
|
export declare const makeAllocationDeletedV2: () => io.flow.v0.models.AllocationDeletedV2;
|
|
@@ -564,7 +563,6 @@ export declare const makeExportStatus: () => io.flow.v0.enums.ExportStatus;
|
|
|
564
563
|
export declare const makeExportType: () => io.flow.v0.unions.ExportType;
|
|
565
564
|
export declare const makeExportVersion: () => io.flow.v0.models.ExportVersion;
|
|
566
565
|
export declare const makeExporterOfRecord: () => io.flow.v0.enums.ExporterOfRecord;
|
|
567
|
-
export declare const makeExternalApiTimeoutReservationError: () => io.flow.v0.models.ExternalApiTimeoutReservationError;
|
|
568
566
|
export declare const makeFeeDeduction: () => io.flow.v0.models.FeeDeduction;
|
|
569
567
|
export declare const makeFeeDeductionType: () => io.flow.v0.enums.FeeDeductionType;
|
|
570
568
|
export declare const makeFeeWeight: () => io.flow.v0.models.FeeWeight;
|
|
@@ -633,7 +631,6 @@ export declare const makeGatewayAuthenticationDataForm: () => io.flow.v0.models.
|
|
|
633
631
|
export declare const makeGenerateLoad: () => io.flow.v0.models.GenerateLoad;
|
|
634
632
|
export declare const makeGenericError: () => io.flow.v0.models.GenericError;
|
|
635
633
|
export declare const makeGenericErrorCode: () => io.flow.v0.enums.GenericErrorCode;
|
|
636
|
-
export declare const makeGenericReservationError: () => io.flow.v0.models.GenericReservationError;
|
|
637
634
|
export declare const makeGeoForm: () => io.flow.v0.models.GeoForm;
|
|
638
635
|
export declare const makeGoodsSupply: () => io.flow.v0.enums.GoodsSupply;
|
|
639
636
|
export declare const makeGooglePayAuthorizationPayload: () => io.flow.v0.models.GooglePayAuthorizationPayload;
|
|
@@ -699,27 +696,6 @@ export declare const makeInputSpecificationLimitation: () => io.flow.v0.models.I
|
|
|
699
696
|
export declare const makeInputSpecificationLimitationMax: () => io.flow.v0.models.InputSpecificationLimitationMax;
|
|
700
697
|
export declare const makeInputSpecificationLimitations: () => io.flow.v0.models.InputSpecificationLimitations;
|
|
701
698
|
export declare const makeInputSpecificationType: () => io.flow.v0.enums.InputSpecificationType;
|
|
702
|
-
export declare const makeInventoryBackorder: () => io.flow.v0.models.InventoryBackorder;
|
|
703
|
-
export declare const makeInventoryCenterReference: () => io.flow.v0.models.InventoryCenterReference;
|
|
704
|
-
export declare const makeInventoryCheckResponse: () => io.flow.v0.models.InventoryCheckResponse;
|
|
705
|
-
export declare const makeInventoryCheckResponseItem: () => io.flow.v0.models.InventoryCheckResponseItem;
|
|
706
|
-
export declare const makeInventoryExperienceReference: () => io.flow.v0.models.InventoryExperienceReference;
|
|
707
|
-
export declare const makeInventoryFollowEcommercePlatform: () => io.flow.v0.models.InventoryFollowEcommercePlatform;
|
|
708
|
-
export declare const makeInventoryItemReference: () => io.flow.v0.models.InventoryItemReference;
|
|
709
|
-
export declare const makeInventoryRequest: () => io.flow.v0.models.InventoryRequest;
|
|
710
|
-
export declare const makeInventoryRequestItem: () => io.flow.v0.models.InventoryRequestItem;
|
|
711
|
-
export declare const makeInventoryRule: () => io.flow.v0.models.InventoryRule;
|
|
712
|
-
export declare const makeInventoryRuleForm: () => io.flow.v0.models.InventoryRuleForm;
|
|
713
|
-
export declare const makeInventoryRuleVersion: () => io.flow.v0.models.InventoryRuleVersion;
|
|
714
|
-
export declare const makeInventorySnapshot: () => io.flow.v0.models.InventorySnapshot;
|
|
715
|
-
export declare const makeInventorySnapshotVersion: () => io.flow.v0.models.InventorySnapshotVersion;
|
|
716
|
-
export declare const makeInventoryStatus: () => io.flow.v0.enums.InventoryStatus;
|
|
717
|
-
export declare const makeInventoryStock: () => io.flow.v0.models.InventoryStock;
|
|
718
|
-
export declare const makeInventoryStrategy: () => io.flow.v0.unions.InventoryStrategy;
|
|
719
|
-
export declare const makeInventoryUnlimited: () => io.flow.v0.models.InventoryUnlimited;
|
|
720
|
-
export declare const makeInventoryUpdate: () => io.flow.v0.models.InventoryUpdate;
|
|
721
|
-
export declare const makeInventoryUpdateForm: () => io.flow.v0.models.InventoryUpdateForm;
|
|
722
|
-
export declare const makeInventoryUpdateVersion: () => io.flow.v0.models.InventoryUpdateVersion;
|
|
723
699
|
export declare const makeInvitation: () => io.flow.v0.models.Invitation;
|
|
724
700
|
export declare const makeInvitationError: () => io.flow.v0.models.InvitationError;
|
|
725
701
|
export declare const makeInvitationErrorCode: () => io.flow.v0.enums.InvitationErrorCode;
|
|
@@ -887,8 +863,6 @@ export declare const makeMonthlyAverage: () => io.flow.v0.models.MonthlyAverage;
|
|
|
887
863
|
export declare const makeMonthlyAverageVolume: () => io.flow.v0.models.MonthlyAverageVolume;
|
|
888
864
|
export declare const makeName: () => io.flow.v0.models.Name;
|
|
889
865
|
export declare const makeNameForm: () => io.flow.v0.models.NameForm;
|
|
890
|
-
export declare const makeNoInventoryReservationError: () => io.flow.v0.models.NoInventoryReservationError;
|
|
891
|
-
export declare const makeNoInventoryReservationErrorItem: () => io.flow.v0.models.NoInventoryReservationErrorItem;
|
|
892
866
|
export declare const makeNotificationDeletedV2: () => io.flow.v0.models.NotificationDeletedV2;
|
|
893
867
|
export declare const makeNotificationUpsertedV2: () => io.flow.v0.models.NotificationUpsertedV2;
|
|
894
868
|
export declare const makeNumberRange: () => io.flow.v0.models.NumberRange;
|
|
@@ -1232,9 +1206,6 @@ export declare const makePermissionAudit: () => io.flow.v0.models.PermissionAudi
|
|
|
1232
1206
|
export declare const makePermissionCheck: () => io.flow.v0.models.PermissionCheck;
|
|
1233
1207
|
export declare const makePermittedHttpMethod: () => io.flow.v0.enums.PermittedHttpMethod;
|
|
1234
1208
|
export declare const makePermittedRoute: () => io.flow.v0.models.PermittedRoute;
|
|
1235
|
-
export declare const makePfsInventoryCheckResponse: () => io.flow.v0.models.PfsInventoryCheckResponse;
|
|
1236
|
-
export declare const makePfsInventoryCheckResponseItem: () => io.flow.v0.models.PfsInventoryCheckResponseItem;
|
|
1237
|
-
export declare const makePfsInventoryStatus: () => io.flow.v0.models.PfsInventoryStatus;
|
|
1238
1209
|
export declare const makePhysicalDelivery: () => io.flow.v0.models.PhysicalDelivery;
|
|
1239
1210
|
export declare const makePhysicalDeliveryPreferredService: () => io.flow.v0.models.PhysicalDeliveryPreferredService;
|
|
1240
1211
|
export declare const makePhysicalDeliverySpecialSerivce: () => io.flow.v0.enums.PhysicalDeliverySpecialSerivce;
|
|
@@ -1384,13 +1355,6 @@ export declare const makeRepeatHourly: () => io.flow.v0.models.RepeatHourly;
|
|
|
1384
1355
|
export declare const makeRepeatMonthly: () => io.flow.v0.models.RepeatMonthly;
|
|
1385
1356
|
export declare const makeRepeatSchedule: () => io.flow.v0.unions.RepeatSchedule;
|
|
1386
1357
|
export declare const makeRepeatWeekly: () => io.flow.v0.models.RepeatWeekly;
|
|
1387
|
-
export declare const makeReservation: () => io.flow.v0.models.Reservation;
|
|
1388
|
-
export declare const makeReservationError: () => io.flow.v0.unions.ReservationError;
|
|
1389
|
-
export declare const makeReservationForm: () => io.flow.v0.models.ReservationForm;
|
|
1390
|
-
export declare const makeReservationItem: () => io.flow.v0.models.ReservationItem;
|
|
1391
|
-
export declare const makeReservationItemForm: () => io.flow.v0.models.ReservationItemForm;
|
|
1392
|
-
export declare const makeReservationItemReference: () => io.flow.v0.models.ReservationItemReference;
|
|
1393
|
-
export declare const makeReservationOrderReference: () => io.flow.v0.models.ReservationOrderReference;
|
|
1394
1358
|
export declare const makeRestrictedReviewStatus: () => io.flow.v0.enums.RestrictedReviewStatus;
|
|
1395
1359
|
export declare const makeReturn: () => io.flow.v0.models.Return;
|
|
1396
1360
|
export declare const makeReturnDeleted: () => io.flow.v0.models.ReturnDeleted;
|
|
@@ -1741,7 +1705,6 @@ export declare const makeUnitOfTime: () => io.flow.v0.enums.UnitOfTime;
|
|
|
1741
1705
|
export declare const makeUnitOfVolume: () => io.flow.v0.enums.UnitOfVolume;
|
|
1742
1706
|
export declare const makeUnitOfWeight: () => io.flow.v0.enums.UnitOfWeight;
|
|
1743
1707
|
export declare const makeUpdatePolicy: () => io.flow.v0.enums.UpdatePolicy;
|
|
1744
|
-
export declare const makeUpdateType: () => io.flow.v0.enums.UpdateType;
|
|
1745
1708
|
export declare const makeUpload: () => io.flow.v0.models.Upload;
|
|
1746
1709
|
export declare const makeUser: () => io.flow.v0.models.User;
|
|
1747
1710
|
export declare const makeUserForm: () => io.flow.v0.models.UserForm;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-factories",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.96",
|
|
4
4
|
"description": "Flow API mock data factories",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flow",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"@faker-js/faker": "^6.2.0",
|
|
37
37
|
"@flowio/api-types": "*"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "d694e06d6eb130c73b2f6aa755ed56447f50a324"
|
|
40
40
|
}
|