@flowio/api-factories 0.0.65 → 0.0.67
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 +4923 -197
- package/dist/esm/api.js +4880 -164
- package/dist/types/api.d.ts +13 -3
- package/package.json +2 -2
- package/src/api.ts +5813 -172
package/dist/types/api.d.ts
CHANGED
|
@@ -250,6 +250,9 @@ export declare const makeChannelOrganizationUpserted: () => io.flow.v0.models.Ch
|
|
|
250
250
|
export declare const makeChannelPayout: () => io.flow.v0.models.ChannelPayout;
|
|
251
251
|
export declare const makeChannelPayoutDeleted: () => io.flow.v0.models.ChannelPayoutDeleted;
|
|
252
252
|
export declare const makeChannelPayoutUpserted: () => io.flow.v0.models.ChannelPayoutUpserted;
|
|
253
|
+
export declare const makeChannelPendingPayoutTransaction: () => io.flow.v0.models.ChannelPendingPayoutTransaction;
|
|
254
|
+
export declare const makeChannelPendingPayoutTransactionDeleted: () => io.flow.v0.models.ChannelPendingPayoutTransactionDeleted;
|
|
255
|
+
export declare const makeChannelPendingPayoutTransactionUpserted: () => io.flow.v0.models.ChannelPendingPayoutTransactionUpserted;
|
|
253
256
|
export declare const makeChannelRate: () => io.flow.v0.models.ChannelRate;
|
|
254
257
|
export declare const makeChannelReference: () => io.flow.v0.models.ChannelReference;
|
|
255
258
|
export declare const makeChannelStatement: () => io.flow.v0.models.ChannelStatement;
|
|
@@ -261,7 +264,6 @@ export declare const makeChannelTokenReference: () => io.flow.v0.models.ChannelT
|
|
|
261
264
|
export declare const makeChannelTransaction: () => io.flow.v0.models.ChannelTransaction;
|
|
262
265
|
export declare const makeChannelTransactionDeleted: () => io.flow.v0.models.ChannelTransactionDeleted;
|
|
263
266
|
export declare const makeChannelTransactionDeletedV2: () => io.flow.v0.models.ChannelTransactionDeletedV2;
|
|
264
|
-
export declare const makeChannelTransactionPayout: () => io.flow.v0.models.ChannelTransactionPayout;
|
|
265
267
|
export declare const makeChannelTransactionUpserted: () => io.flow.v0.models.ChannelTransactionUpserted;
|
|
266
268
|
export declare const makeChannelUpserted: () => io.flow.v0.models.ChannelUpserted;
|
|
267
269
|
export declare const makeChannelViesRegistration: () => io.flow.v0.models.ChannelViesRegistration;
|
|
@@ -1017,6 +1019,9 @@ export declare const makeOrganizationPaymentMethodTag: () => "deny";
|
|
|
1017
1019
|
export declare const makeOrganizationPayout: () => io.flow.v0.models.OrganizationPayout;
|
|
1018
1020
|
export declare const makeOrganizationPayoutDeleted: () => io.flow.v0.models.OrganizationPayoutDeleted;
|
|
1019
1021
|
export declare const makeOrganizationPayoutUpserted: () => io.flow.v0.models.OrganizationPayoutUpserted;
|
|
1022
|
+
export declare const makeOrganizationPendingPayoutTransaction: () => io.flow.v0.models.OrganizationPendingPayoutTransaction;
|
|
1023
|
+
export declare const makeOrganizationPendingPayoutTransactionDeleted: () => io.flow.v0.models.OrganizationPendingPayoutTransactionDeleted;
|
|
1024
|
+
export declare const makeOrganizationPendingPayoutTransactionUpserted: () => io.flow.v0.models.OrganizationPendingPayoutTransactionUpserted;
|
|
1020
1025
|
export declare const makeOrganizationPutForm: () => io.flow.v0.models.OrganizationPutForm;
|
|
1021
1026
|
export declare const makeOrganizationRatesData: () => io.flow.v0.models.OrganizationRatesData;
|
|
1022
1027
|
export declare const makeOrganizationRatesPublished: () => io.flow.v0.models.OrganizationRatesPublished;
|
|
@@ -1032,7 +1037,6 @@ export declare const makeOrganizationTokenReference: () => io.flow.v0.models.Org
|
|
|
1032
1037
|
export declare const makeOrganizationTokenV2: () => io.flow.v0.models.OrganizationTokenV2;
|
|
1033
1038
|
export declare const makeOrganizationTokenV2Reference: () => io.flow.v0.models.OrganizationTokenV2Reference;
|
|
1034
1039
|
export declare const makeOrganizationTransactionDeleted: () => io.flow.v0.models.OrganizationTransactionDeleted;
|
|
1035
|
-
export declare const makeOrganizationTransactionPayout: () => io.flow.v0.models.OrganizationTransactionPayout;
|
|
1036
1040
|
export declare const makeOrganizationTransactionUpserted: () => io.flow.v0.models.OrganizationTransactionUpserted;
|
|
1037
1041
|
export declare const makeOrganizationType: () => io.flow.v0.enums.OrganizationType;
|
|
1038
1042
|
export declare const makeOrganizationUpserted: () => io.flow.v0.models.OrganizationUpserted;
|
|
@@ -1193,6 +1197,9 @@ export declare const makePaypalAuthorizationForm: () => io.flow.v0.models.Paypal
|
|
|
1193
1197
|
export declare const makePeakSurchargeByWeightServiceFee: () => io.flow.v0.models.PeakSurchargeByWeightServiceFee;
|
|
1194
1198
|
export declare const makePeakSurchargeRatecardFee: () => io.flow.v0.models.PeakSurchargeRatecardFee;
|
|
1195
1199
|
export declare const makePeakSurchargeServiceFee: () => io.flow.v0.models.PeakSurchargeServiceFee;
|
|
1200
|
+
export declare const makePendingPayoutTransactionReason: () => io.flow.v0.models.PendingPayoutTransactionReason;
|
|
1201
|
+
export declare const makePendingPayoutTransactionReasonCode: () => io.flow.v0.enums.PendingPayoutTransactionReasonCode;
|
|
1202
|
+
export declare const makePendingPayoutTransactionTimeout: () => io.flow.v0.models.PendingPayoutTransactionTimeout;
|
|
1196
1203
|
export declare const makePercentMargin: () => io.flow.v0.models.PercentMargin;
|
|
1197
1204
|
export declare const makePermissionAudit: () => io.flow.v0.models.PermissionAudit;
|
|
1198
1205
|
export declare const makePermissionCheck: () => io.flow.v0.models.PermissionCheck;
|
|
@@ -1656,11 +1663,14 @@ export declare const makeTransaction: () => io.flow.v0.models.Transaction;
|
|
|
1656
1663
|
export declare const makeTransactionDetails: () => io.flow.v0.models.TransactionDetailsCard;
|
|
1657
1664
|
export declare const makeTransactionDetailsCard: () => io.flow.v0.models.TransactionDetailsCard;
|
|
1658
1665
|
export declare const makeTransactionMetadata: () => io.flow.v0.unions.TransactionMetadata;
|
|
1666
|
+
export declare const makeTransactionMetadataChannel: () => io.flow.v0.models.TransactionMetadataChannel;
|
|
1667
|
+
export declare const makeTransactionMetadataChannelCardMetadata: () => io.flow.v0.models.TransactionMetadataChannelCardMetadata;
|
|
1668
|
+
export declare const makeTransactionMetadataChannelCardMetadataIssuerSummary: () => io.flow.v0.models.TransactionMetadataChannelCardMetadataIssuerSummary;
|
|
1659
1669
|
export declare const makeTransactionMetadataShippingLabel: () => io.flow.v0.models.TransactionMetadataShippingLabel;
|
|
1660
1670
|
export declare const makeTransactionMetadataTrueup: () => io.flow.v0.models.TransactionMetadataTrueup;
|
|
1661
1671
|
export declare const makeTransactionMetadataTrueupData: () => io.flow.v0.models.TransactionMetadataTrueupData;
|
|
1672
|
+
export declare const makeTransactionMetadataTrueupOriginalTransaction: () => io.flow.v0.models.TransactionMetadataTrueupOriginalTransaction;
|
|
1662
1673
|
export declare const makeTransactionNetworkDetailsCard: () => io.flow.v0.models.TransactionNetworkDetailsCard;
|
|
1663
|
-
export declare const makeTransactionPayoutPendingReason: () => io.flow.v0.enums.TransactionPayoutPendingReason;
|
|
1664
1674
|
export declare const makeTransactionReference: () => io.flow.v0.models.TransactionReference;
|
|
1665
1675
|
export declare const makeTransactionSource: () => io.flow.v0.enums.TransactionSource;
|
|
1666
1676
|
export declare const makeTransactionUpserted: () => io.flow.v0.models.TransactionUpserted;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-factories",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.67",
|
|
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": "bae206460687524c23b75d19a96a544fb102eb2d"
|
|
40
40
|
}
|