@flowio/api-factories 0.0.106 → 0.0.108
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 +3344 -1018
- package/dist/esm/api.js +3310 -976
- package/dist/types/api.d.ts +6 -14
- package/package.json +2 -2
- package/src/api.ts +3904 -1081
package/dist/types/api.d.ts
CHANGED
|
@@ -358,15 +358,12 @@ export declare const makeCurrencySymbols: () => io.flow.v0.models.CurrencySymbol
|
|
|
358
358
|
export declare const makeCustomer: () => io.flow.v0.models.Customer;
|
|
359
359
|
export declare const makeCustomerAddressBook: () => io.flow.v0.models.CustomerAddressBook;
|
|
360
360
|
export declare const makeCustomerAddressBookContact: () => io.flow.v0.models.CustomerAddressBookContact;
|
|
361
|
-
export declare const makeCustomerAddressBookContactDeleted: () => io.flow.v0.models.CustomerAddressBookContactDeleted;
|
|
362
361
|
export declare const makeCustomerAddressBookContactForm: () => io.flow.v0.models.CustomerAddressBookContactForm;
|
|
363
|
-
export declare const makeCustomerAddressBookContactUpserted: () => io.flow.v0.models.CustomerAddressBookContactUpserted;
|
|
364
362
|
export declare const makeCustomerAddressBookForm: () => io.flow.v0.models.CustomerAddressBookForm;
|
|
365
363
|
export declare const makeCustomerAddressPreference: () => io.flow.v0.models.CustomerAddressPreference;
|
|
366
364
|
export declare const makeCustomerAddressType: () => io.flow.v0.enums.CustomerAddressType;
|
|
367
365
|
export declare const makeCustomerBundle: () => io.flow.v0.models.CustomerBundle;
|
|
368
366
|
export declare const makeCustomerClientToken: () => io.flow.v0.models.CustomerClientToken;
|
|
369
|
-
export declare const makeCustomerDeleted: () => io.flow.v0.models.CustomerDeleted;
|
|
370
367
|
export declare const makeCustomerForm: () => io.flow.v0.models.CustomerForm;
|
|
371
368
|
export declare const makeCustomerInvoice: () => io.flow.v0.models.CustomerInvoice;
|
|
372
369
|
export declare const makeCustomerLastUsed: () => io.flow.v0.models.CustomerLastUsed;
|
|
@@ -377,7 +374,6 @@ export declare const makeCustomerPurgeSettingsForm: () => io.flow.v0.models.Cust
|
|
|
377
374
|
export declare const makeCustomerPutForm: () => io.flow.v0.models.CustomerPutForm;
|
|
378
375
|
export declare const makeCustomerReference: () => io.flow.v0.models.CustomerReference;
|
|
379
376
|
export declare const makeCustomerToken: () => io.flow.v0.models.CustomerToken;
|
|
380
|
-
export declare const makeCustomerUpserted: () => io.flow.v0.models.CustomerUpserted;
|
|
381
377
|
export declare const makeCvv: () => io.flow.v0.models.Cvv;
|
|
382
378
|
export declare const makeCvvCode: () => io.flow.v0.enums.CvvCode;
|
|
383
379
|
export declare const makeCvvResult: () => io.flow.v0.models.CvvResult;
|
|
@@ -632,7 +628,6 @@ export declare const makeGatewayAuthenticationDataForm: () => io.flow.v0.models.
|
|
|
632
628
|
export declare const makeGeCatalogItemIngestionResponse: () => io.flow.v0.enums.GeCatalogItemIngestionResponse;
|
|
633
629
|
export declare const makeGeCatalogItemIngestionResult: () => io.flow.v0.models.GeCatalogItemIngestionResult;
|
|
634
630
|
export declare const makeGeCatalogItemInput: () => io.flow.v0.models.GeCatalogItemInput;
|
|
635
|
-
export declare const makeGeEnvironment: () => io.flow.v0.enums.GeEnvironment;
|
|
636
631
|
export declare const makeGeEventType: () => io.flow.v0.enums.GeEventType;
|
|
637
632
|
export declare const makeGeInputAttributes: () => io.flow.v0.models.GeInputAttributes;
|
|
638
633
|
export declare const makeGeInputPrice: () => io.flow.v0.models.GeInputPrice;
|
|
@@ -877,6 +872,8 @@ export declare const makeMonthlyAverage: () => io.flow.v0.models.MonthlyAverage;
|
|
|
877
872
|
export declare const makeMonthlyAverageVolume: () => io.flow.v0.models.MonthlyAverageVolume;
|
|
878
873
|
export declare const makeName: () => io.flow.v0.models.Name;
|
|
879
874
|
export declare const makeNameForm: () => io.flow.v0.models.NameForm;
|
|
875
|
+
export declare const makeNiallItemDeleted: () => io.flow.v0.models.NiallItemDeleted;
|
|
876
|
+
export declare const makeNiallItemUpserted: () => io.flow.v0.models.NiallItemUpserted;
|
|
880
877
|
export declare const makeNotificationDeletedV2: () => io.flow.v0.models.NotificationDeletedV2;
|
|
881
878
|
export declare const makeNotificationUpsertedV2: () => io.flow.v0.models.NotificationUpsertedV2;
|
|
882
879
|
export declare const makeNumberRange: () => io.flow.v0.models.NumberRange;
|
|
@@ -997,12 +994,7 @@ export declare const makeOrganization: () => io.flow.v0.models.Organization;
|
|
|
997
994
|
export declare const makeOrganizationAuthorization: () => io.flow.v0.models.OrganizationAuthorization;
|
|
998
995
|
export declare const makeOrganizationAuthorizationForm: () => io.flow.v0.models.OrganizationAuthorizationForm;
|
|
999
996
|
export declare const makeOrganizationBankAccount: () => io.flow.v0.models.OrganizationBankAccount;
|
|
1000
|
-
export declare const makeOrganizationConfigurationReference: () => io.flow.v0.models.OrganizationConfigurationReference;
|
|
1001
997
|
export declare const makeOrganizationDefaultBankAccount: () => io.flow.v0.models.OrganizationDefaultBankAccount;
|
|
1002
|
-
export declare const makeOrganizationDefaultConfigurations: () => io.flow.v0.models.OrganizationDefaultConfigurations;
|
|
1003
|
-
export declare const makeOrganizationDefaultConfigurationsDeleted: () => io.flow.v0.models.OrganizationDefaultConfigurationsDeleted;
|
|
1004
|
-
export declare const makeOrganizationDefaultConfigurationsForm: () => io.flow.v0.models.OrganizationDefaultConfigurationsForm;
|
|
1005
|
-
export declare const makeOrganizationDefaultConfigurationsUpserted: () => io.flow.v0.models.OrganizationDefaultConfigurationsUpserted;
|
|
1006
998
|
export declare const makeOrganizationDefaults: () => io.flow.v0.models.OrganizationDefaults;
|
|
1007
999
|
export declare const makeOrganizationDeleted: () => io.flow.v0.models.OrganizationDeleted;
|
|
1008
1000
|
export declare const makeOrganizationDeletedV2: () => io.flow.v0.models.OrganizationDeletedV2;
|
|
@@ -1378,8 +1370,6 @@ export declare const makeRepeatSchedule: () => io.flow.v0.unions.RepeatSchedule;
|
|
|
1378
1370
|
export declare const makeRepeatWeekly: () => io.flow.v0.models.RepeatWeekly;
|
|
1379
1371
|
export declare const makeRestrictedReviewStatus: () => io.flow.v0.enums.RestrictedReviewStatus;
|
|
1380
1372
|
export declare const makeReturn: () => io.flow.v0.models.Return;
|
|
1381
|
-
export declare const makeReturnDeleted: () => io.flow.v0.models.ReturnDeleted;
|
|
1382
|
-
export declare const makeReturnDeletedV2: () => io.flow.v0.models.ReturnDeletedV2;
|
|
1383
1373
|
export declare const makeReturnForm: () => io.flow.v0.models.ReturnForm;
|
|
1384
1374
|
export declare const makeReturnItemReference: () => io.flow.v0.models.ReturnItemReference;
|
|
1385
1375
|
export declare const makeReturnItemStatus: () => io.flow.v0.enums.ReturnItemStatus;
|
|
@@ -1400,8 +1390,6 @@ export declare const makeReturnSourceExternalVendor: () => io.flow.v0.models.Ret
|
|
|
1400
1390
|
export declare const makeReturnSourceFlow: () => io.flow.v0.models.ReturnSourceFlow;
|
|
1401
1391
|
export declare const makeReturnStatus: () => io.flow.v0.enums.ReturnStatus;
|
|
1402
1392
|
export declare const makeReturnTrackingStatus: () => io.flow.v0.enums.ReturnTrackingStatus;
|
|
1403
|
-
export declare const makeReturnUpserted: () => io.flow.v0.models.ReturnUpserted;
|
|
1404
|
-
export declare const makeReturnUpsertedV2: () => io.flow.v0.models.ReturnUpsertedV2;
|
|
1405
1393
|
export declare const makeReturnVersion: () => io.flow.v0.models.ReturnVersion;
|
|
1406
1394
|
export declare const makeReversal: () => io.flow.v0.models.Reversal;
|
|
1407
1395
|
export declare const makeReversalDeleted: () => io.flow.v0.models.ReversalDeleted;
|
|
@@ -1413,6 +1401,8 @@ export declare const makeReversalStatus: () => io.flow.v0.enums.ReversalStatus;
|
|
|
1413
1401
|
export declare const makeReversalUpserted: () => io.flow.v0.models.ReversalUpserted;
|
|
1414
1402
|
export declare const makeReversalVersion: () => io.flow.v0.models.ReversalVersion;
|
|
1415
1403
|
export declare const makeReviewStatus: () => io.flow.v0.enums.ReviewStatus;
|
|
1404
|
+
export declare const makeRohanItemDeleted: () => io.flow.v0.models.RohanItemDeleted;
|
|
1405
|
+
export declare const makeRohanItemUpserted: () => io.flow.v0.models.RohanItemUpserted;
|
|
1416
1406
|
export declare const makeRole: () => io.flow.v0.enums.Role;
|
|
1417
1407
|
export declare const makeRomanization: () => io.flow.v0.models.Romanization;
|
|
1418
1408
|
export declare const makeRomanizationForm: () => io.flow.v0.models.RomanizationForm;
|
|
@@ -1580,6 +1570,7 @@ export declare const makeSurchargeSetting: () => io.flow.v0.models.SurchargeSett
|
|
|
1580
1570
|
export declare const makeSurchargeSettingDisplay: () => io.flow.v0.models.SurchargeSettingDisplay;
|
|
1581
1571
|
export declare const makeTax: () => io.flow.v0.models.Tax;
|
|
1582
1572
|
export declare const makeTaxApplicability: () => io.flow.v0.enums.TaxApplicability;
|
|
1573
|
+
export declare const makeTaxDutyTransactionReasonCode: () => io.flow.v0.enums.TaxDutyTransactionReasonCode;
|
|
1583
1574
|
export declare const makeTaxRegistration: () => io.flow.v0.models.TaxRegistration;
|
|
1584
1575
|
export declare const makeTaxRegistrationForm: () => io.flow.v0.models.TaxRegistrationForm;
|
|
1585
1576
|
export declare const makeTaxReport: () => io.flow.v0.models.TaxReport;
|
|
@@ -1664,6 +1655,7 @@ export declare const makeTransactionMetadataOutboundTransaction: () => io.flow.v
|
|
|
1664
1655
|
export declare const makeTransactionMetadataPaymentTransaction: () => io.flow.v0.models.TransactionMetadataPaymentTransaction;
|
|
1665
1656
|
export declare const makeTransactionMetadataShippingLabel: () => io.flow.v0.models.TransactionMetadataShippingLabel;
|
|
1666
1657
|
export declare const makeTransactionMetadataShippingLabelCarrier: () => io.flow.v0.models.TransactionMetadataShippingLabelCarrier;
|
|
1658
|
+
export declare const makeTransactionMetadataTaxDuty: () => io.flow.v0.models.TransactionMetadataTaxDuty;
|
|
1667
1659
|
export declare const makeTransactionMetadataTrueup: () => io.flow.v0.models.TransactionMetadataTrueup;
|
|
1668
1660
|
export declare const makeTransactionMetadataTrueupBase: () => io.flow.v0.models.TransactionMetadataTrueupBase;
|
|
1669
1661
|
export declare const makeTransactionMetadataTrueupBaseData: () => io.flow.v0.models.TransactionMetadataTrueupBaseData;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-factories",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.108",
|
|
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": "190ae7774967db79faaab1c6f4ea63dd48a75358"
|
|
40
40
|
}
|