@flowio/api-internal-factories 0.0.107 → 0.0.109
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 +89 -74
- package/dist/esm/api-internal.js +60 -42
- package/dist/types/api-internal.d.ts +2 -5
- package/package.json +2 -2
- package/src/api-internal.ts +70 -46
package/dist/esm/api-internal.js
CHANGED
|
@@ -64,6 +64,9 @@ var factories = {
|
|
|
64
64
|
'SECOND_CHARGEBACK',
|
|
65
65
|
'PREARBITRATION_WON',
|
|
66
66
|
'PREARBITRATION_LOST',
|
|
67
|
+
'INFORMATION_SUPPLIED',
|
|
68
|
+
'DISPUTE_DEFENSE_PERIOD_ENDED',
|
|
69
|
+
'ISSUER_RESPONSE_TIMEFRAME_EXPIRED',
|
|
67
70
|
]); },
|
|
68
71
|
'io.flow.adyen.v0.enums.http_redirect_method': function () { return faker.helpers.arrayElement(['GET', 'POST']); },
|
|
69
72
|
'io.flow.adyen.v0.enums.operation': function () { return faker.helpers.arrayElement(['cancel', 'capture', 'refund']); },
|
|
@@ -103,6 +106,7 @@ var factories = {
|
|
|
103
106
|
'molpay_points',
|
|
104
107
|
'multibanco',
|
|
105
108
|
'onlineBanking_PL',
|
|
109
|
+
'paywithgoogle',
|
|
106
110
|
'qiwiwallet',
|
|
107
111
|
'sepadirectdebit',
|
|
108
112
|
'trustly',
|
|
@@ -135,6 +139,10 @@ var factories = {
|
|
|
135
139
|
stateOrProvince: factories.string(),
|
|
136
140
|
country: factories.string(),
|
|
137
141
|
}); },
|
|
142
|
+
'io.flow.adyen.v0.models.adyen_dispute_event': function () { return ({
|
|
143
|
+
live: factories.string(),
|
|
144
|
+
notificationItems: arrayOf(function () { return factories['io.flow.adyen.v0.models.outer_notification_request_item'](); }),
|
|
145
|
+
}); },
|
|
138
146
|
'io.flow.adyen.v0.models.amount': function () { return ({
|
|
139
147
|
value: factories.long(),
|
|
140
148
|
currency: factories.string(),
|
|
@@ -252,6 +260,7 @@ var factories = {
|
|
|
252
260
|
chargebackReasonCode: factories.string(),
|
|
253
261
|
modificationMerchantReferences: factories.string(),
|
|
254
262
|
chargebackSchemeCode: factories.string(),
|
|
263
|
+
defensePeriodEndsAt: factories.date_time_iso_8601(),
|
|
255
264
|
}); },
|
|
256
265
|
'io.flow.adyen.v0.models.error': function () { return ({
|
|
257
266
|
status: factories.integer(),
|
|
@@ -6039,6 +6048,12 @@ var factories = {
|
|
|
6039
6048
|
'accounts_with_final_statements_pending_transaction_total',
|
|
6040
6049
|
'edited_order_tax_amount_exceeding_transaction',
|
|
6041
6050
|
'edited_order_duty_amount_exceeding_transaction',
|
|
6051
|
+
'negative_balance_scheduled_total',
|
|
6052
|
+
'negative_balance_debited_total',
|
|
6053
|
+
'negative_balance_failed_to_be_debited_total',
|
|
6054
|
+
'number_of_orgs_eligible_to_negative_balance_debit',
|
|
6055
|
+
'number_of_orgs_with_failed_negative_debit',
|
|
6056
|
+
'negative_debit_success_rate',
|
|
6042
6057
|
]); },
|
|
6043
6058
|
'io.flow.internal.v0.enums.billing_statement_attachment_key': function () { return faker.helpers.arrayElement([
|
|
6044
6059
|
'invoice',
|
|
@@ -6529,8 +6544,6 @@ var factories = {
|
|
|
6529
6544
|
'ratecard_rate_level_ratecard_deleted',
|
|
6530
6545
|
'ratecard_rate_level_organization_upserted',
|
|
6531
6546
|
'ratecard_rate_level_organization_deleted',
|
|
6532
|
-
'organization_restriction_snapshot_upserted',
|
|
6533
|
-
'organization_restriction_snapshot_deleted',
|
|
6534
6547
|
'restriction_organization_status_upserted',
|
|
6535
6548
|
'restriction_organization_status_deleted',
|
|
6536
6549
|
'organization_restriction_status_upserted',
|
|
@@ -6631,6 +6644,17 @@ var factories = {
|
|
|
6631
6644
|
]); },
|
|
6632
6645
|
'io.flow.internal.v0.enums.ftp_protocol': function () { return faker.helpers.arrayElement(['sftp', 'ftp']); },
|
|
6633
6646
|
'io.flow.internal.v0.enums.google_analytics_plugin': function () { return faker.helpers.arrayElement(['ec']); },
|
|
6647
|
+
'io.flow.internal.v0.enums.graphql_service_types': function () { return faker.helpers.arrayElement([
|
|
6648
|
+
'order_update_mutation',
|
|
6649
|
+
'shipping_address_validation',
|
|
6650
|
+
'bulk_publication_status',
|
|
6651
|
+
'country_catalog_sync',
|
|
6652
|
+
'inventory_item',
|
|
6653
|
+
'product_bundle',
|
|
6654
|
+
'shopify_location',
|
|
6655
|
+
'shopify_order',
|
|
6656
|
+
'sync_product_catalog',
|
|
6657
|
+
]); },
|
|
6634
6658
|
'io.flow.internal.v0.enums.harinath_item_type': function () { return faker.helpers.arrayElement(['digital', 'physical']); },
|
|
6635
6659
|
'io.flow.internal.v0.enums.harmonization_decision_source': function () { return faker.helpers.arrayElement(['human', 'legacy_model', 'enterprise_model']); },
|
|
6636
6660
|
'io.flow.internal.v0.enums.http_method': function () { return faker.helpers.arrayElement(['get', 'post']); },
|
|
@@ -6818,7 +6842,7 @@ var factories = {
|
|
|
6818
6842
|
'breached',
|
|
6819
6843
|
]); },
|
|
6820
6844
|
'io.flow.internal.v0.enums.organization_capability': function () { return faker.helpers.arrayElement(['organization', 'flow', 'dynamic']); },
|
|
6821
|
-
'io.flow.internal.v0.enums.organization_metric_type': function () { return faker.helpers.arrayElement(['
|
|
6845
|
+
'io.flow.internal.v0.enums.organization_metric_type': function () { return faker.helpers.arrayElement(['organization_restriction_status']); },
|
|
6822
6846
|
'io.flow.internal.v0.enums.organization_payment_status': function () { return faker.helpers.arrayElement(['active', 'archived']); },
|
|
6823
6847
|
'io.flow.internal.v0.enums.organization_restriction_approval_status': function () { return faker.helpers.arrayElement(['ready', 'not-ready']); },
|
|
6824
6848
|
'io.flow.internal.v0.enums.organization_restriction_note_type': function () { return faker.helpers.arrayElement(['internal', 'rejection_reason', 'additional_rejection_info']); },
|
|
@@ -8100,12 +8124,6 @@ var factories = {
|
|
|
8100
8124
|
discriminator: 'bulk',
|
|
8101
8125
|
actions: arrayOf(function () { return factories['io.flow.internal.v0.models.single_classification_action'](); }),
|
|
8102
8126
|
}); },
|
|
8103
|
-
'io.flow.internal.v0.models.by_rule_snapshot': function () { return ({
|
|
8104
|
-
id: factories.string(),
|
|
8105
|
-
name: factories.string(),
|
|
8106
|
-
open_decision_count: factories.long(),
|
|
8107
|
-
restricted_product_count: factories.long(),
|
|
8108
|
-
}); },
|
|
8109
8127
|
'io.flow.internal.v0.models.calculated_tax_amount': function () { return ({
|
|
8110
8128
|
discriminator: 'calculated_tax_amount',
|
|
8111
8129
|
amount: factories.decimal(),
|
|
@@ -11947,6 +11965,7 @@ var factories = {
|
|
|
11947
11965
|
carrier_id: factories.string(),
|
|
11948
11966
|
service_id: factories.string(),
|
|
11949
11967
|
errors: arrayOf(function () { return factories.string(); }),
|
|
11968
|
+
direction: factories['io.flow.label.v0.enums.direction'](),
|
|
11950
11969
|
}); },
|
|
11951
11970
|
'io.flow.internal.v0.models.label_request_error_deleted': function () { return ({
|
|
11952
11971
|
discriminator: 'label_request_error_deleted',
|
|
@@ -11995,6 +12014,7 @@ var factories = {
|
|
|
11995
12014
|
direct_delivery: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
11996
12015
|
saturday_stop: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
11997
12016
|
residential_extended_area_pickup: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
12017
|
+
package_level_detail: factories['io.flow.internal.v0.models.label_surcharge_single_form'](),
|
|
11998
12018
|
}); },
|
|
11999
12019
|
'io.flow.internal.v0.models.label_surcharge_single_form': function () { return ({
|
|
12000
12020
|
amount: factories.decimal(),
|
|
@@ -13347,6 +13367,7 @@ var factories = {
|
|
|
13347
13367
|
created_at: factories.string(),
|
|
13348
13368
|
cancelled_at: factories.date_time_iso_8601(),
|
|
13349
13369
|
resolved_at: factories.date_time_iso_8601(),
|
|
13370
|
+
environment: factories['io.flow.common.v0.enums.environment'](),
|
|
13350
13371
|
}); },
|
|
13351
13372
|
'io.flow.internal.v0.models.order_validation_failure_upserted': function () { return ({
|
|
13352
13373
|
discriminator: 'order_validation_failure_upserted',
|
|
@@ -13613,31 +13634,6 @@ var factories = {
|
|
|
13613
13634
|
screening_first_viewed_at: factories.date_time_iso_8601(),
|
|
13614
13635
|
onboarding_first_viewed_at: factories.date_time_iso_8601(),
|
|
13615
13636
|
}); },
|
|
13616
|
-
'io.flow.internal.v0.models.organization_restriction_snapshot': function () { return ({
|
|
13617
|
-
id: factories.string(),
|
|
13618
|
-
organization_id: factories.string(),
|
|
13619
|
-
organization_channel_id: factories.string(),
|
|
13620
|
-
organization_status: factories.string(),
|
|
13621
|
-
product_count: factories.long(),
|
|
13622
|
-
open_decision_count: factories.long(),
|
|
13623
|
-
restricted_product_count: factories.long(),
|
|
13624
|
-
count_by_rule: arrayOf(function () { return factories['io.flow.internal.v0.models.by_rule_snapshot'](); }),
|
|
13625
|
-
earliest_pending_decision_date: factories.date_time_iso_8601(),
|
|
13626
|
-
earliest_product_receipt_date: factories.date_time_iso_8601(),
|
|
13627
|
-
date: factories.date_time_iso_8601(),
|
|
13628
|
-
}); },
|
|
13629
|
-
'io.flow.internal.v0.models.organization_restriction_snapshot_deleted': function () { return ({
|
|
13630
|
-
discriminator: 'organization_restriction_snapshot_deleted',
|
|
13631
|
-
event_id: factories.string(),
|
|
13632
|
-
timestamp: factories.date_time_iso_8601(),
|
|
13633
|
-
organization_restriction_snapshot: factories['io.flow.internal.v0.models.organization_restriction_snapshot'](),
|
|
13634
|
-
}); },
|
|
13635
|
-
'io.flow.internal.v0.models.organization_restriction_snapshot_upserted': function () { return ({
|
|
13636
|
-
discriminator: 'organization_restriction_snapshot_upserted',
|
|
13637
|
-
event_id: factories.string(),
|
|
13638
|
-
timestamp: factories.date_time_iso_8601(),
|
|
13639
|
-
organization_restriction_snapshot: factories['io.flow.internal.v0.models.organization_restriction_snapshot'](),
|
|
13640
|
-
}); },
|
|
13641
13637
|
'io.flow.internal.v0.models.organization_restriction_status': function () { return ({
|
|
13642
13638
|
id: factories.string(),
|
|
13643
13639
|
organization_id: factories.string(),
|
|
@@ -14297,6 +14293,7 @@ var factories = {
|
|
|
14297
14293
|
}); },
|
|
14298
14294
|
'io.flow.internal.v0.models.processed_payment_summary': function () { return ({
|
|
14299
14295
|
type: factories['io.flow.reference.v0.enums.payment_method_capability'](),
|
|
14296
|
+
amount: factories.decimal(),
|
|
14300
14297
|
currency: factories['io.flow.reference.v0.models.currency'](),
|
|
14301
14298
|
method: factories['io.flow.reference.v0.models.payment_method'](),
|
|
14302
14299
|
card_issuer_country: factories['io.flow.reference.v0.models.country'](),
|
|
@@ -15078,6 +15075,7 @@ var factories = {
|
|
|
15078
15075
|
lvg: factories.boolean(),
|
|
15079
15076
|
tax_inclusive: factories.boolean(),
|
|
15080
15077
|
duty_inclusive: factories.boolean(),
|
|
15078
|
+
manual_payment: factories.boolean(),
|
|
15081
15079
|
}); },
|
|
15082
15080
|
'io.flow.internal.v0.models.reporting_fx': function () { return ({
|
|
15083
15081
|
shipping: factories['io.flow.internal.v0.models.reporting_usd'](),
|
|
@@ -15290,7 +15288,6 @@ var factories = {
|
|
|
15290
15288
|
priority_score: factories.decimal(),
|
|
15291
15289
|
date: factories.date_time_iso_8601(),
|
|
15292
15290
|
statuses: arrayOf(function () { return factories['io.flow.internal.v0.models.restriction_status_metadata'](); }),
|
|
15293
|
-
rules: arrayOf(function () { return factories['io.flow.internal.v0.models.restriction_rule_metadata'](); }),
|
|
15294
15291
|
count: factories.long(),
|
|
15295
15292
|
}); },
|
|
15296
15293
|
'io.flow.internal.v0.models.restriction_organization_status': function () { return ({
|
|
@@ -17830,8 +17827,6 @@ var factories = {
|
|
|
17830
17827
|
function () { return factories['io.flow.internal.v0.models.ratecard_rate_level_ratecard_deleted'](); },
|
|
17831
17828
|
function () { return factories['io.flow.internal.v0.models.ratecard_rate_level_organization_upserted'](); },
|
|
17832
17829
|
function () { return factories['io.flow.internal.v0.models.ratecard_rate_level_organization_deleted'](); },
|
|
17833
|
-
function () { return factories['io.flow.internal.v0.models.organization_restriction_snapshot_upserted'](); },
|
|
17834
|
-
function () { return factories['io.flow.internal.v0.models.organization_restriction_snapshot_deleted'](); },
|
|
17835
17830
|
function () { return factories['io.flow.internal.v0.models.restriction_organization_status_upserted'](); },
|
|
17836
17831
|
function () { return factories['io.flow.internal.v0.models.restriction_organization_status_deleted'](); },
|
|
17837
17832
|
function () { return factories['io.flow.internal.v0.models.organization_restriction_status_upserted'](); },
|
|
@@ -18595,6 +18590,7 @@ var factories = {
|
|
|
18595
18590
|
items: arrayOf(function () { return factories['io.flow.common.v0.models.line_item_form'](); }),
|
|
18596
18591
|
'package': factories['io.flow.label.v0.models.shipping_label_package'](),
|
|
18597
18592
|
origin: factories['io.flow.fulfillment.v0.models.shipping_address'](),
|
|
18593
|
+
direction: factories['io.flow.label.v0.enums.direction'](),
|
|
18598
18594
|
}); },
|
|
18599
18595
|
'io.flow.label.v0.models.crossdock_shipment': function () { return ({
|
|
18600
18596
|
partner_id: factories.string(),
|
|
@@ -18684,6 +18680,7 @@ var factories = {
|
|
|
18684
18680
|
additional_services_requested: arrayOf(function () { return factories['io.flow.label.v0.models.additional_services_requested'](); }),
|
|
18685
18681
|
created_at: factories.date_time_iso_8601(),
|
|
18686
18682
|
updated_at: factories.date_time_iso_8601(),
|
|
18683
|
+
direction: factories['io.flow.label.v0.enums.direction'](),
|
|
18687
18684
|
}); },
|
|
18688
18685
|
'io.flow.label.v0.models.shipping_label_document': function () { return ({
|
|
18689
18686
|
zpl: factories.string(),
|
|
@@ -18772,6 +18769,7 @@ var factories = {
|
|
|
18772
18769
|
order_number: factories.string(),
|
|
18773
18770
|
items: arrayOf(function () { return factories['io.flow.common.v0.models.line_item_form'](); }),
|
|
18774
18771
|
center_key: factories.string(),
|
|
18772
|
+
direction: factories['io.flow.label.v0.enums.direction'](),
|
|
18775
18773
|
}); },
|
|
18776
18774
|
'io.flow.label.v0.models.summary_shipping_notification_form': function () { return ({
|
|
18777
18775
|
discriminator: 'summary_shipping_notification_form',
|
|
@@ -18799,7 +18797,7 @@ var factories = {
|
|
|
18799
18797
|
return f();
|
|
18800
18798
|
},
|
|
18801
18799
|
'io.flow.merchant.of.record.v0.enums.economic_title_location': function () { return faker.helpers.arrayElement(['high_seas', 'origination', 'destination']); },
|
|
18802
|
-
'io.flow.merchant.of.record.v0.enums.flow_entity': function () { return faker.helpers.arrayElement(['flow-usa', 'flow-irl', 'flow-can']); },
|
|
18800
|
+
'io.flow.merchant.of.record.v0.enums.flow_entity': function () { return faker.helpers.arrayElement(['flow-usa', 'flow-irl', 'flow-can', 'ge-usa']); },
|
|
18803
18801
|
'io.flow.merchant.onboarding.v0.enums.logistics_format_preference': function () { return faker.helpers.arrayElement(['shopify_console', 'existing_3pl_integration', 'byo_integration']); },
|
|
18804
18802
|
'io.flow.merchant.onboarding.v0.enums.onboarding_application_status': function () { return faker.helpers.arrayElement(['to_do', 'in_progress', 'on_hold', 'rejected', 'accepted']); },
|
|
18805
18803
|
'io.flow.merchant.onboarding.v0.enums.onboarding_trade_sector': function () { return faker.helpers.arrayElement([
|
|
@@ -19566,6 +19564,7 @@ var factories = {
|
|
|
19566
19564
|
'bancontact',
|
|
19567
19565
|
'twint',
|
|
19568
19566
|
'przelewy24',
|
|
19567
|
+
'mobilepay',
|
|
19569
19568
|
]); },
|
|
19570
19569
|
'io.flow.payment.gateway.v0.models.action_display_inline_window': function () { return ({
|
|
19571
19570
|
type: 'display_inline_window',
|
|
@@ -19889,6 +19888,10 @@ var factories = {
|
|
|
19889
19888
|
type: 'init_klarna',
|
|
19890
19889
|
reference: factories.string(),
|
|
19891
19890
|
}); },
|
|
19891
|
+
'io.flow.payment.gateway.v0.models.payment_method_data_init_mobilepay': function () { return ({
|
|
19892
|
+
type: 'init_mobilepay',
|
|
19893
|
+
reference: factories.string(),
|
|
19894
|
+
}); },
|
|
19892
19895
|
'io.flow.payment.gateway.v0.models.payment_method_data_init_paypal': function () { return ({
|
|
19893
19896
|
type: 'init_paypal',
|
|
19894
19897
|
reference: factories.string(),
|
|
@@ -19965,6 +19968,10 @@ var factories = {
|
|
|
19965
19968
|
type: 'klarna',
|
|
19966
19969
|
merchant_of_record: factories['io.flow.common.v0.enums.merchant_of_record'](),
|
|
19967
19970
|
}); },
|
|
19971
|
+
'io.flow.payment.gateway.v0.models.payment_method_summary_mobilepay': function () { return ({
|
|
19972
|
+
type: 'mobilepay',
|
|
19973
|
+
merchant_of_record: factories['io.flow.common.v0.enums.merchant_of_record'](),
|
|
19974
|
+
}); },
|
|
19968
19975
|
'io.flow.payment.gateway.v0.models.payment_method_summary_paypal': function () { return ({
|
|
19969
19976
|
type: 'paypal',
|
|
19970
19977
|
merchant_of_record: factories['io.flow.common.v0.enums.merchant_of_record'](),
|
|
@@ -20175,6 +20182,7 @@ var factories = {
|
|
|
20175
20182
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_data_init_sofort'](); },
|
|
20176
20183
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_data_init_twint'](); },
|
|
20177
20184
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_data_init_przelewy24'](); },
|
|
20185
|
+
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_data_init_mobilepay'](); },
|
|
20178
20186
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_data_init_bancontact'](); },
|
|
20179
20187
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_data_validate_applepay'](); },
|
|
20180
20188
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_data_authorize_card'](); },
|
|
@@ -20225,6 +20233,7 @@ var factories = {
|
|
|
20225
20233
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_summary_ideal'](); },
|
|
20226
20234
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_summary_twint'](); },
|
|
20227
20235
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_summary_przelewy24'](); },
|
|
20236
|
+
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_summary_mobilepay'](); },
|
|
20228
20237
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_summary_sofort'](); },
|
|
20229
20238
|
function () { return factories['io.flow.payment.gateway.v0.models.payment_method_summary_bancontact'](); },
|
|
20230
20239
|
]);
|
|
@@ -23586,6 +23595,17 @@ var factories = {
|
|
|
23586
23595
|
'io.flow.shopify.markets.internal.v0.enums.any_dangerous_goods': function () { return faker.helpers.arrayElement(['yes', 'no', 'i_dont_know']); },
|
|
23587
23596
|
'io.flow.shopify.markets.internal.v0.enums.api_call_reference_id': function () { return faker.helpers.arrayElement(['duty_rates_data_event', 'integration_test', 'unit_test']); },
|
|
23588
23597
|
'io.flow.shopify.markets.internal.v0.enums.channel_order_fulfillment_status_code': function () { return faker.helpers.arrayElement(['unfulfilled', 'fulfilled', 'partial', 'cancelled']); },
|
|
23598
|
+
'io.flow.shopify.markets.internal.v0.enums.graphql_service_types': function () { return faker.helpers.arrayElement([
|
|
23599
|
+
'order_update_mutation',
|
|
23600
|
+
'shipping_address_validation',
|
|
23601
|
+
'bulk_publication_status',
|
|
23602
|
+
'country_catalog_sync',
|
|
23603
|
+
'inventory_item',
|
|
23604
|
+
'product_bundle',
|
|
23605
|
+
'shopify_location',
|
|
23606
|
+
'shopify_order',
|
|
23607
|
+
'sync_product_catalog',
|
|
23608
|
+
]); },
|
|
23589
23609
|
'io.flow.shopify.markets.internal.v0.enums.product_status': function () { return faker.helpers.arrayElement(['active', 'archived', 'draft']); },
|
|
23590
23610
|
'io.flow.shopify.markets.internal.v0.enums.shopify_markets_dangerous_goods': function () { return faker.helpers.arrayElement([
|
|
23591
23611
|
'aerosols',
|
|
@@ -26623,6 +26643,7 @@ var factories = {
|
|
|
26623
26643
|
'direct_delivery',
|
|
26624
26644
|
'saturday_stop',
|
|
26625
26645
|
'residential_extended_area_pickup',
|
|
26646
|
+
'package_level_detail',
|
|
26626
26647
|
]); },
|
|
26627
26648
|
'io.flow.trueup.v0.models.dead_weight': function () { return ({
|
|
26628
26649
|
weight: factories.decimal(),
|
|
@@ -26860,7 +26881,6 @@ export var makeBrowserBundlePaymentMethod = function () { return factories['io.f
|
|
|
26860
26881
|
export var makeBrowserBundlePaymentMethodForm = function () { return factories['io.flow.internal.v0.models.browser_bundle_payment_method_form'](); };
|
|
26861
26882
|
export var makeBrowserBundlePaymentMethods = function () { return factories['io.flow.internal.v0.models.browser_bundle_payment_methods'](); };
|
|
26862
26883
|
export var makeBulkClassificationAction = function () { return factories['io.flow.internal.v0.models.bulk_classification_action'](); };
|
|
26863
|
-
export var makeByRuleSnapshot = function () { return factories['io.flow.internal.v0.models.by_rule_snapshot'](); };
|
|
26864
26884
|
export var makeCalculatedTaxAmount = function () { return factories['io.flow.internal.v0.models.calculated_tax_amount'](); };
|
|
26865
26885
|
export var makeCalculationStampingLineItem = function () { return factories['io.flow.internal.v0.models.calculation_stamping_line_item'](); };
|
|
26866
26886
|
export var makeCalculationStampingShippingLine = function () { return factories['io.flow.internal.v0.models.calculation_stamping_shipping_line'](); };
|
|
@@ -27428,6 +27448,7 @@ export var makeGoogleLinker = function () { return factories['io.flow.internal.v
|
|
|
27428
27448
|
export var makeGoogleShoppingAccountParameters = function () { return factories['io.flow.internal.v0.models.google_shopping_account_parameters'](); };
|
|
27429
27449
|
export var makeGoogleShoppingSetting = function () { return factories['io.flow.internal.v0.models.google_shopping_setting'](); };
|
|
27430
27450
|
export var makeGoogleTagManager = function () { return factories['io.flow.internal.v0.models.google_tag_manager'](); };
|
|
27451
|
+
export var makeGraphqlServiceTypes = function () { return factories['io.flow.internal.v0.enums.graphql_service_types'](); };
|
|
27431
27452
|
export var makeHarinathItem = function () { return factories['io.flow.internal.v0.models.harinath_item'](); };
|
|
27432
27453
|
export var makeHarinathItemDeleted = function () { return factories['io.flow.internal.v0.models.harinath_item_deleted'](); };
|
|
27433
27454
|
export var makeHarinathItemForm = function () { return factories['io.flow.internal.v0.models.harinath_item_form'](); };
|
|
@@ -27876,9 +27897,6 @@ export var makeOrganizationRestrictionReviewType = function () { return factorie
|
|
|
27876
27897
|
export var makeOrganizationRestrictionRiskLevel = function () { return factories['io.flow.internal.v0.enums.organization_restriction_risk_level'](); };
|
|
27877
27898
|
export var makeOrganizationRestrictionScreeningDecisionForm = function () { return factories['io.flow.internal.v0.models.organization_restriction_screening_decision_form'](); };
|
|
27878
27899
|
export var makeOrganizationRestrictionScreeningStatus = function () { return factories['io.flow.internal.v0.enums.organization_restriction_screening_status'](); };
|
|
27879
|
-
export var makeOrganizationRestrictionSnapshot = function () { return factories['io.flow.internal.v0.models.organization_restriction_snapshot'](); };
|
|
27880
|
-
export var makeOrganizationRestrictionSnapshotDeleted = function () { return factories['io.flow.internal.v0.models.organization_restriction_snapshot_deleted'](); };
|
|
27881
|
-
export var makeOrganizationRestrictionSnapshotUpserted = function () { return factories['io.flow.internal.v0.models.organization_restriction_snapshot_upserted'](); };
|
|
27882
27900
|
export var makeOrganizationRestrictionStatus = function () { return factories['io.flow.internal.v0.models.organization_restriction_status'](); };
|
|
27883
27901
|
export var makeOrganizationRestrictionStatusDeleted = function () { return factories['io.flow.internal.v0.models.organization_restriction_status_deleted'](); };
|
|
27884
27902
|
export var makeOrganizationRestrictionStatusNote = function () { return factories['io.flow.internal.v0.models.organization_restriction_status_note'](); };
|
|
@@ -188,7 +188,6 @@ export declare const makeBrowserBundlePaymentMethod: () => io.flow.internal.v0.m
|
|
|
188
188
|
export declare const makeBrowserBundlePaymentMethodForm: () => io.flow.internal.v0.models.BrowserBundlePaymentMethodForm;
|
|
189
189
|
export declare const makeBrowserBundlePaymentMethods: () => io.flow.internal.v0.models.BrowserBundlePaymentMethods;
|
|
190
190
|
export declare const makeBulkClassificationAction: () => io.flow.internal.v0.models.BulkClassificationAction;
|
|
191
|
-
export declare const makeByRuleSnapshot: () => io.flow.internal.v0.models.ByRuleSnapshot;
|
|
192
191
|
export declare const makeCalculatedTaxAmount: () => io.flow.internal.v0.models.CalculatedTaxAmount;
|
|
193
192
|
export declare const makeCalculationStampingLineItem: () => io.flow.internal.v0.models.CalculationStampingLineItem;
|
|
194
193
|
export declare const makeCalculationStampingShippingLine: () => io.flow.internal.v0.models.CalculationStampingShippingLine;
|
|
@@ -756,6 +755,7 @@ export declare const makeGoogleLinker: () => io.flow.internal.v0.models.GoogleLi
|
|
|
756
755
|
export declare const makeGoogleShoppingAccountParameters: () => io.flow.internal.v0.models.GoogleShoppingAccountParameters;
|
|
757
756
|
export declare const makeGoogleShoppingSetting: () => io.flow.internal.v0.models.GoogleShoppingSetting;
|
|
758
757
|
export declare const makeGoogleTagManager: () => io.flow.internal.v0.models.GoogleTagManager;
|
|
758
|
+
export declare const makeGraphqlServiceTypes: () => io.flow.internal.v0.enums.GraphqlServiceTypes;
|
|
759
759
|
export declare const makeHarinathItem: () => io.flow.internal.v0.models.HarinathItem;
|
|
760
760
|
export declare const makeHarinathItemDeleted: () => io.flow.internal.v0.models.HarinathItemDeleted;
|
|
761
761
|
export declare const makeHarinathItemForm: () => io.flow.internal.v0.models.HarinathItemForm;
|
|
@@ -1188,7 +1188,7 @@ export declare const makeOrganizationMembershipCopyForm: () => io.flow.internal.
|
|
|
1188
1188
|
export declare const makeOrganizationMetadata: () => io.flow.internal.v0.models.OrganizationMetadata;
|
|
1189
1189
|
export declare const makeOrganizationMetadataDeleted: () => io.flow.internal.v0.models.OrganizationMetadataDeleted;
|
|
1190
1190
|
export declare const makeOrganizationMetadataUpserted: () => io.flow.internal.v0.models.OrganizationMetadataUpserted;
|
|
1191
|
-
export declare const makeOrganizationMetricType: () =>
|
|
1191
|
+
export declare const makeOrganizationMetricType: () => "organization_restriction_status";
|
|
1192
1192
|
export declare const makeOrganizationOnboardingStateAdjustmentResult: () => io.flow.internal.v0.models.OrganizationOnboardingStateAdjustmentResult;
|
|
1193
1193
|
export declare const makeOrganizationOnboardingStateAuditResult: () => io.flow.internal.v0.models.OrganizationOnboardingStateAuditResult;
|
|
1194
1194
|
export declare const makeOrganizationPaymentSetting: () => io.flow.internal.v0.models.OrganizationPaymentSetting;
|
|
@@ -1204,9 +1204,6 @@ export declare const makeOrganizationRestrictionReviewType: () => io.flow.intern
|
|
|
1204
1204
|
export declare const makeOrganizationRestrictionRiskLevel: () => io.flow.internal.v0.enums.OrganizationRestrictionRiskLevel;
|
|
1205
1205
|
export declare const makeOrganizationRestrictionScreeningDecisionForm: () => io.flow.internal.v0.models.OrganizationRestrictionScreeningDecisionForm;
|
|
1206
1206
|
export declare const makeOrganizationRestrictionScreeningStatus: () => io.flow.internal.v0.enums.OrganizationRestrictionScreeningStatus;
|
|
1207
|
-
export declare const makeOrganizationRestrictionSnapshot: () => io.flow.internal.v0.models.OrganizationRestrictionSnapshot;
|
|
1208
|
-
export declare const makeOrganizationRestrictionSnapshotDeleted: () => io.flow.internal.v0.models.OrganizationRestrictionSnapshotDeleted;
|
|
1209
|
-
export declare const makeOrganizationRestrictionSnapshotUpserted: () => io.flow.internal.v0.models.OrganizationRestrictionSnapshotUpserted;
|
|
1210
1207
|
export declare const makeOrganizationRestrictionStatus: () => io.flow.internal.v0.models.OrganizationRestrictionStatus;
|
|
1211
1208
|
export declare const makeOrganizationRestrictionStatusDeleted: () => io.flow.internal.v0.models.OrganizationRestrictionStatusDeleted;
|
|
1212
1209
|
export declare const makeOrganizationRestrictionStatusNote: () => io.flow.internal.v0.models.OrganizationRestrictionStatusNote;
|
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.109",
|
|
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": "6f3d155eabc51fc1da757af5889d9066f4c03efe"
|
|
41
41
|
}
|