@flowio/api-mock-generator 6.17.64 → 6.17.65

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.
Files changed (3) hide show
  1. package/dist/api.json +163 -12
  2. package/package.json +2 -2
  3. package/src/api.json +163 -12
package/dist/api.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "key": "api"
11
11
  },
12
12
  "namespace": "io.flow.v0",
13
- "version": "0.17.88",
13
+ "version": "0.17.94",
14
14
  "info": {
15
15
  "license": {
16
16
  "name": "MIT",
@@ -31,7 +31,7 @@
31
31
  "application": {
32
32
  "key": "apple-pay"
33
33
  },
34
- "version": "0.3.40",
34
+ "version": "0.3.41",
35
35
  "enums": ["apple_pay_contact_field", "apple_pay_line_item_type", "apple_pay_merchant_capability", "apple_pay_shipping_type", "apple_pay_supported_networks"],
36
36
  "interfaces": [],
37
37
  "unions": [],
@@ -46,7 +46,7 @@
46
46
  "application": {
47
47
  "key": "google-pay"
48
48
  },
49
- "version": "0.3.40",
49
+ "version": "0.3.41",
50
50
  "enums": ["auth_method", "billing_address_format", "card_gateway", "card_network", "payment_method_type", "tokenization_type", "total_price_status"],
51
51
  "interfaces": [],
52
52
  "unions": ["payment_method_token"],
@@ -61,7 +61,7 @@
61
61
  "application": {
62
62
  "key": "shopify-external"
63
63
  },
64
- "version": "0.3.40",
64
+ "version": "0.3.41",
65
65
  "enums": ["cancel_reason", "discount_status", "discount_type", "discrepancy_reason", "event", "financial_status_type", "format", "fulfillment_service", "fulfillment_status_type", "inventory_behaviour", "inventory_management", "inventory_policy", "kind_type", "localized_price", "order_status_type", "price_rule_allocation_method", "price_rule_customer_selection", "price_rule_target_selection", "price_rule_target_type", "price_rule_value_type", "published_scope", "restock_type", "shopify_customer_state", "shopify_discount_pagination_direction", "shopify_gift_card_status", "shopify_processing_method_type", "shopify_transaction_error_code", "shopify_transaction_status", "topic", "value_type", "weight_unit"],
66
66
  "interfaces": [],
67
67
  "unions": [],
@@ -76,7 +76,7 @@
76
76
  "application": {
77
77
  "key": "ben-test-internal"
78
78
  },
79
- "version": "0.20.54",
79
+ "version": "0.20.71",
80
80
  "enums": [],
81
81
  "interfaces": ["generate_load"],
82
82
  "unions": ["generate_load"],
@@ -695,6 +695,20 @@
695
695
  "attributes": []
696
696
  }],
697
697
  "attributes": []
698
+ }, {
699
+ "name": "carrier_charge_reason",
700
+ "plural": "carrier_charge_reasons",
701
+ "values": [{
702
+ "name": "return_to_origin",
703
+ "attributes": []
704
+ }, {
705
+ "name": "rejection",
706
+ "attributes": []
707
+ }, {
708
+ "name": "other",
709
+ "attributes": []
710
+ }],
711
+ "attributes": []
698
712
  }, {
699
713
  "name": "center_capability",
700
714
  "plural": "center_capabilities",
@@ -4141,10 +4155,6 @@
4141
4155
  "attributes": [],
4142
4156
  "description": "Items made from or containing wood may be subject to restrictions in select markets",
4143
4157
  "value": "Wood"
4144
- }, {
4145
- "name": "unknown",
4146
- "attributes": [],
4147
- "description": "No restriction rule could be associated."
4148
4158
  }],
4149
4159
  "attributes": []
4150
4160
  }, {
@@ -5110,6 +5120,9 @@
5110
5120
  }, {
5111
5121
  "name": "trueup",
5112
5122
  "attributes": []
5123
+ }, {
5124
+ "name": "carrier_charge",
5125
+ "attributes": []
5113
5126
  }, {
5114
5127
  "name": "shipping_label_revenue_share",
5115
5128
  "attributes": []
@@ -9491,6 +9504,11 @@
9491
9504
  "attributes": [],
9492
9505
  "default": false,
9493
9506
  "discriminator_value": "trueup"
9507
+ }, {
9508
+ "type": "transaction_metadata_carrier_charge",
9509
+ "attributes": [],
9510
+ "default": false,
9511
+ "discriminator_value": "carrier_charge"
9494
9512
  }, {
9495
9513
  "type": "transaction_metadata_manual",
9496
9514
  "attributes": [],
@@ -37478,6 +37496,22 @@
37478
37496
  "annotations": [],
37479
37497
  "description": "The ISO 4217-3 code for the currency. Case insensitive. See https://api.flow.io/reference/currencies",
37480
37498
  "example": "CAD"
37499
+ }, {
37500
+ "name": "base_amount",
37501
+ "type": "decimal",
37502
+ "required": false,
37503
+ "attributes": [],
37504
+ "annotations": [],
37505
+ "description": "The base amount to authorize. Used for financial reconciliation for currency conversion, not for payment operations.",
37506
+ "example": "120.38"
37507
+ }, {
37508
+ "name": "base_currency",
37509
+ "type": "string",
37510
+ "required": false,
37511
+ "attributes": [],
37512
+ "annotations": [],
37513
+ "description": "The ISO 4217-3 code for the base currency.",
37514
+ "example": "CAD"
37481
37515
  }],
37482
37516
  "attributes": [],
37483
37517
  "interfaces": [],
@@ -37526,6 +37560,22 @@
37526
37560
  "annotations": [],
37527
37561
  "description": "The ISO 4217-3 code for the currency. Case insensitive. See https://api.flow.io/reference/currencies",
37528
37562
  "example": "CAD"
37563
+ }, {
37564
+ "name": "base_amount",
37565
+ "type": "decimal",
37566
+ "required": false,
37567
+ "attributes": [],
37568
+ "annotations": [],
37569
+ "description": "The base amount captured. Used for financial reconciliation for currency conversion, not for payment operations.",
37570
+ "example": "120.38"
37571
+ }, {
37572
+ "name": "base_currency",
37573
+ "type": "string",
37574
+ "required": false,
37575
+ "attributes": [],
37576
+ "annotations": [],
37577
+ "description": "The ISO 4217-3 code for the base currency.",
37578
+ "example": "CAD"
37529
37579
  }, {
37530
37580
  "name": "created_at",
37531
37581
  "type": "date-time-iso8601",
@@ -39174,6 +39224,22 @@
39174
39224
  "annotations": [],
39175
39225
  "description": "The ISO 4217-3 code for the currency. Case insensitive. See https://api.flow.io/reference/currencies",
39176
39226
  "example": "CAD"
39227
+ }, {
39228
+ "name": "base_amount",
39229
+ "type": "decimal",
39230
+ "required": false,
39231
+ "attributes": [],
39232
+ "annotations": [],
39233
+ "description": "The base amount refunded. Used for financial reconciliation for currency conversion, not for payment operations.",
39234
+ "example": "120.38"
39235
+ }, {
39236
+ "name": "base_currency",
39237
+ "type": "string",
39238
+ "required": false,
39239
+ "attributes": [],
39240
+ "annotations": [],
39241
+ "description": "The ISO 4217-3 code for the base currency.",
39242
+ "example": "CAD"
39177
39243
  }, {
39178
39244
  "name": "created_at",
39179
39245
  "type": "date-time-iso8601",
@@ -39304,6 +39370,22 @@
39304
39370
  "annotations": [],
39305
39371
  "description": "The ISO 4217-3 code for the currency. Case insensitive. See https://api.flow.io/reference/currencies",
39306
39372
  "example": "CAD"
39373
+ }, {
39374
+ "name": "base_amount",
39375
+ "type": "decimal",
39376
+ "required": false,
39377
+ "attributes": [],
39378
+ "annotations": [],
39379
+ "description": "The base amount to authorize. Used for financial reconciliation for currency conversion, not for payment operations",
39380
+ "example": "120.38"
39381
+ }, {
39382
+ "name": "base_currency",
39383
+ "type": "string",
39384
+ "required": false,
39385
+ "attributes": [],
39386
+ "annotations": [],
39387
+ "description": "The ISO 4217-3 code for the base currency.",
39388
+ "example": "CAD"
39307
39389
  }, {
39308
39390
  "name": "order_information",
39309
39391
  "type": "order_information",
@@ -39388,6 +39470,35 @@
39388
39470
  "required": true,
39389
39471
  "attributes": [],
39390
39472
  "annotations": []
39473
+ }, {
39474
+ "name": "currency_rate",
39475
+ "type": "payment_request_billing_currency_rate",
39476
+ "required": false,
39477
+ "attributes": [],
39478
+ "annotations": [],
39479
+ "description": "Base amount, currency, and rate information that can be provided to 'lock' currency conversion for financial reconciliation. If not passed, it will be determined automatically by our currency rates."
39480
+ }],
39481
+ "attributes": [],
39482
+ "interfaces": []
39483
+ }, {
39484
+ "name": "payment_request_billing_currency_rate",
39485
+ "plural": "payment_request_billing_currency_rates",
39486
+ "fields": [{
39487
+ "name": "base_amount",
39488
+ "type": "decimal",
39489
+ "required": true,
39490
+ "attributes": [],
39491
+ "annotations": [],
39492
+ "description": "The base amount to authorize. This will be used for financial reconciliation for currency conversion and will not be utilized for actual payment attempts. Amounts with more decimal places than allowed by the currency will be rejected: e.g. $100.001 or ¥1000.1.",
39493
+ "example": "120.38"
39494
+ }, {
39495
+ "name": "base_currency",
39496
+ "type": "string",
39497
+ "required": true,
39498
+ "attributes": [],
39499
+ "annotations": [],
39500
+ "description": "The ISO 4217-3 code for the base currency. Must match the specified base currency for the organization. Case insensitive. See https://api.flow.io/reference/currencies",
39501
+ "example": "CAD"
39391
39502
  }],
39392
39503
  "attributes": [],
39393
39504
  "interfaces": []
@@ -39683,6 +39794,22 @@
39683
39794
  "annotations": [],
39684
39795
  "description": "The ISO 4217-3 code for the currency. Case insensitive. See https://api.flow.io/reference/currencies",
39685
39796
  "example": "CAD"
39797
+ }, {
39798
+ "name": "base_amount",
39799
+ "type": "decimal",
39800
+ "required": false,
39801
+ "attributes": [],
39802
+ "annotations": [],
39803
+ "description": "The base amount reversed. Used for financial reconciliation for currency conversion, not for payment operations.",
39804
+ "example": "120.38"
39805
+ }, {
39806
+ "name": "base_currency",
39807
+ "type": "string",
39808
+ "required": false,
39809
+ "attributes": [],
39810
+ "annotations": [],
39811
+ "description": "The ISO 4217-3 code for the base currency.",
39812
+ "example": "CAD"
39686
39813
  }, {
39687
39814
  "name": "created_at",
39688
39815
  "type": "date-time-iso8601",
@@ -41699,21 +41826,21 @@
41699
41826
  }, {
41700
41827
  "name": "review_status",
41701
41828
  "type": "review_status",
41702
- "required": true,
41829
+ "required": false,
41703
41830
  "attributes": [],
41704
41831
  "annotations": [],
41705
41832
  "description": "Indicates whether the product has been reviewed, and its restriction status is unlikely to change."
41706
41833
  }, {
41707
41834
  "name": "rules",
41708
41835
  "type": "[product_restriction_rule]",
41709
- "required": true,
41836
+ "required": false,
41710
41837
  "attributes": [],
41711
41838
  "annotations": [],
41712
41839
  "description": "The reasons why item was restricted."
41713
41840
  }, {
41714
41841
  "name": "updated_by_user_id",
41715
41842
  "type": "string",
41716
- "required": true,
41843
+ "required": false,
41717
41844
  "attributes": [],
41718
41845
  "annotations": [],
41719
41846
  "description": "User reference id."
@@ -53307,6 +53434,30 @@
53307
53434
  }],
53308
53435
  "attributes": [],
53309
53436
  "interfaces": []
53437
+ }, {
53438
+ "name": "transaction_metadata_carrier_charge",
53439
+ "plural": "transaction_metadata_carrier_charges",
53440
+ "fields": [{
53441
+ "name": "reason",
53442
+ "type": "carrier_charge_reason",
53443
+ "required": true,
53444
+ "attributes": [],
53445
+ "annotations": []
53446
+ }, {
53447
+ "name": "carrier_id",
53448
+ "type": "string",
53449
+ "required": true,
53450
+ "attributes": [],
53451
+ "annotations": []
53452
+ }, {
53453
+ "name": "carrier_tracking_number",
53454
+ "type": "string",
53455
+ "required": true,
53456
+ "attributes": [],
53457
+ "annotations": []
53458
+ }],
53459
+ "attributes": [],
53460
+ "interfaces": []
53310
53461
  }, {
53311
53462
  "name": "transaction_metadata_channel",
53312
53463
  "plural": "transaction_metadata_channels",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-mock-generator",
3
- "version": "6.17.64",
3
+ "version": "6.17.65",
4
4
  "description": "A mock data generator based on our API specifications for JavaScript",
5
5
  "keywords": [
6
6
  "flowcommerce",
@@ -28,5 +28,5 @@
28
28
  "apibuilder-js": "0.0.13",
29
29
  "apibuilder-mock-generator": "0.0.13"
30
30
  },
31
- "gitHead": "1855db886db2701e6ba2ae9ede907ce6abbcaa38"
31
+ "gitHead": "69a80797baeb34690859818e5db7ef87aa6082a5"
32
32
  }
package/src/api.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "key" : "api"
11
11
  },
12
12
  "namespace" : "io.flow.v0",
13
- "version" : "0.17.88",
13
+ "version" : "0.17.94",
14
14
  "info" : {
15
15
  "license" : {
16
16
  "name" : "MIT",
@@ -31,7 +31,7 @@
31
31
  "application" : {
32
32
  "key" : "apple-pay"
33
33
  },
34
- "version" : "0.3.40",
34
+ "version" : "0.3.41",
35
35
  "enums" : [ "apple_pay_contact_field", "apple_pay_line_item_type", "apple_pay_merchant_capability", "apple_pay_shipping_type", "apple_pay_supported_networks" ],
36
36
  "interfaces" : [ ],
37
37
  "unions" : [ ],
@@ -46,7 +46,7 @@
46
46
  "application" : {
47
47
  "key" : "google-pay"
48
48
  },
49
- "version" : "0.3.40",
49
+ "version" : "0.3.41",
50
50
  "enums" : [ "auth_method", "billing_address_format", "card_gateway", "card_network", "payment_method_type", "tokenization_type", "total_price_status" ],
51
51
  "interfaces" : [ ],
52
52
  "unions" : [ "payment_method_token" ],
@@ -61,7 +61,7 @@
61
61
  "application" : {
62
62
  "key" : "shopify-external"
63
63
  },
64
- "version" : "0.3.40",
64
+ "version" : "0.3.41",
65
65
  "enums" : [ "cancel_reason", "discount_status", "discount_type", "discrepancy_reason", "event", "financial_status_type", "format", "fulfillment_service", "fulfillment_status_type", "inventory_behaviour", "inventory_management", "inventory_policy", "kind_type", "localized_price", "order_status_type", "price_rule_allocation_method", "price_rule_customer_selection", "price_rule_target_selection", "price_rule_target_type", "price_rule_value_type", "published_scope", "restock_type", "shopify_customer_state", "shopify_discount_pagination_direction", "shopify_gift_card_status", "shopify_processing_method_type", "shopify_transaction_error_code", "shopify_transaction_status", "topic", "value_type", "weight_unit" ],
66
66
  "interfaces" : [ ],
67
67
  "unions" : [ ],
@@ -76,7 +76,7 @@
76
76
  "application" : {
77
77
  "key" : "ben-test-internal"
78
78
  },
79
- "version" : "0.20.54",
79
+ "version" : "0.20.71",
80
80
  "enums" : [ ],
81
81
  "interfaces" : [ "generate_load" ],
82
82
  "unions" : [ "generate_load" ],
@@ -695,6 +695,20 @@
695
695
  "attributes" : [ ]
696
696
  } ],
697
697
  "attributes" : [ ]
698
+ }, {
699
+ "name" : "carrier_charge_reason",
700
+ "plural" : "carrier_charge_reasons",
701
+ "values" : [ {
702
+ "name" : "return_to_origin",
703
+ "attributes" : [ ]
704
+ }, {
705
+ "name" : "rejection",
706
+ "attributes" : [ ]
707
+ }, {
708
+ "name" : "other",
709
+ "attributes" : [ ]
710
+ } ],
711
+ "attributes" : [ ]
698
712
  }, {
699
713
  "name" : "center_capability",
700
714
  "plural" : "center_capabilities",
@@ -4141,10 +4155,6 @@
4141
4155
  "attributes" : [ ],
4142
4156
  "description" : "Items made from or containing wood may be subject to restrictions in select markets",
4143
4157
  "value" : "Wood"
4144
- }, {
4145
- "name" : "unknown",
4146
- "attributes" : [ ],
4147
- "description" : "No restriction rule could be associated."
4148
4158
  } ],
4149
4159
  "attributes" : [ ]
4150
4160
  }, {
@@ -5110,6 +5120,9 @@
5110
5120
  }, {
5111
5121
  "name" : "trueup",
5112
5122
  "attributes" : [ ]
5123
+ }, {
5124
+ "name" : "carrier_charge",
5125
+ "attributes" : [ ]
5113
5126
  }, {
5114
5127
  "name" : "shipping_label_revenue_share",
5115
5128
  "attributes" : [ ]
@@ -9491,6 +9504,11 @@
9491
9504
  "attributes" : [ ],
9492
9505
  "default" : false,
9493
9506
  "discriminator_value" : "trueup"
9507
+ }, {
9508
+ "type" : "transaction_metadata_carrier_charge",
9509
+ "attributes" : [ ],
9510
+ "default" : false,
9511
+ "discriminator_value" : "carrier_charge"
9494
9512
  }, {
9495
9513
  "type" : "transaction_metadata_manual",
9496
9514
  "attributes" : [ ],
@@ -37478,6 +37496,22 @@
37478
37496
  "annotations" : [ ],
37479
37497
  "description" : "The ISO 4217-3 code for the currency. Case insensitive. See https://api.flow.io/reference/currencies",
37480
37498
  "example" : "CAD"
37499
+ }, {
37500
+ "name" : "base_amount",
37501
+ "type" : "decimal",
37502
+ "required" : false,
37503
+ "attributes" : [ ],
37504
+ "annotations" : [ ],
37505
+ "description" : "The base amount to authorize. Used for financial reconciliation for currency conversion, not for payment operations.",
37506
+ "example" : "120.38"
37507
+ }, {
37508
+ "name" : "base_currency",
37509
+ "type" : "string",
37510
+ "required" : false,
37511
+ "attributes" : [ ],
37512
+ "annotations" : [ ],
37513
+ "description" : "The ISO 4217-3 code for the base currency.",
37514
+ "example" : "CAD"
37481
37515
  } ],
37482
37516
  "attributes" : [ ],
37483
37517
  "interfaces" : [ ],
@@ -37526,6 +37560,22 @@
37526
37560
  "annotations" : [ ],
37527
37561
  "description" : "The ISO 4217-3 code for the currency. Case insensitive. See https://api.flow.io/reference/currencies",
37528
37562
  "example" : "CAD"
37563
+ }, {
37564
+ "name" : "base_amount",
37565
+ "type" : "decimal",
37566
+ "required" : false,
37567
+ "attributes" : [ ],
37568
+ "annotations" : [ ],
37569
+ "description" : "The base amount captured. Used for financial reconciliation for currency conversion, not for payment operations.",
37570
+ "example" : "120.38"
37571
+ }, {
37572
+ "name" : "base_currency",
37573
+ "type" : "string",
37574
+ "required" : false,
37575
+ "attributes" : [ ],
37576
+ "annotations" : [ ],
37577
+ "description" : "The ISO 4217-3 code for the base currency.",
37578
+ "example" : "CAD"
37529
37579
  }, {
37530
37580
  "name" : "created_at",
37531
37581
  "type" : "date-time-iso8601",
@@ -39174,6 +39224,22 @@
39174
39224
  "annotations" : [ ],
39175
39225
  "description" : "The ISO 4217-3 code for the currency. Case insensitive. See https://api.flow.io/reference/currencies",
39176
39226
  "example" : "CAD"
39227
+ }, {
39228
+ "name" : "base_amount",
39229
+ "type" : "decimal",
39230
+ "required" : false,
39231
+ "attributes" : [ ],
39232
+ "annotations" : [ ],
39233
+ "description" : "The base amount refunded. Used for financial reconciliation for currency conversion, not for payment operations.",
39234
+ "example" : "120.38"
39235
+ }, {
39236
+ "name" : "base_currency",
39237
+ "type" : "string",
39238
+ "required" : false,
39239
+ "attributes" : [ ],
39240
+ "annotations" : [ ],
39241
+ "description" : "The ISO 4217-3 code for the base currency.",
39242
+ "example" : "CAD"
39177
39243
  }, {
39178
39244
  "name" : "created_at",
39179
39245
  "type" : "date-time-iso8601",
@@ -39304,6 +39370,22 @@
39304
39370
  "annotations" : [ ],
39305
39371
  "description" : "The ISO 4217-3 code for the currency. Case insensitive. See https://api.flow.io/reference/currencies",
39306
39372
  "example" : "CAD"
39373
+ }, {
39374
+ "name" : "base_amount",
39375
+ "type" : "decimal",
39376
+ "required" : false,
39377
+ "attributes" : [ ],
39378
+ "annotations" : [ ],
39379
+ "description" : "The base amount to authorize. Used for financial reconciliation for currency conversion, not for payment operations",
39380
+ "example" : "120.38"
39381
+ }, {
39382
+ "name" : "base_currency",
39383
+ "type" : "string",
39384
+ "required" : false,
39385
+ "attributes" : [ ],
39386
+ "annotations" : [ ],
39387
+ "description" : "The ISO 4217-3 code for the base currency.",
39388
+ "example" : "CAD"
39307
39389
  }, {
39308
39390
  "name" : "order_information",
39309
39391
  "type" : "order_information",
@@ -39388,6 +39470,35 @@
39388
39470
  "required" : true,
39389
39471
  "attributes" : [ ],
39390
39472
  "annotations" : [ ]
39473
+ }, {
39474
+ "name" : "currency_rate",
39475
+ "type" : "payment_request_billing_currency_rate",
39476
+ "required" : false,
39477
+ "attributes" : [ ],
39478
+ "annotations" : [ ],
39479
+ "description" : "Base amount, currency, and rate information that can be provided to 'lock' currency conversion for financial reconciliation. If not passed, it will be determined automatically by our currency rates."
39480
+ } ],
39481
+ "attributes" : [ ],
39482
+ "interfaces" : [ ]
39483
+ }, {
39484
+ "name" : "payment_request_billing_currency_rate",
39485
+ "plural" : "payment_request_billing_currency_rates",
39486
+ "fields" : [ {
39487
+ "name" : "base_amount",
39488
+ "type" : "decimal",
39489
+ "required" : true,
39490
+ "attributes" : [ ],
39491
+ "annotations" : [ ],
39492
+ "description" : "The base amount to authorize. This will be used for financial reconciliation for currency conversion and will not be utilized for actual payment attempts. Amounts with more decimal places than allowed by the currency will be rejected: e.g. $100.001 or ¥1000.1.",
39493
+ "example" : "120.38"
39494
+ }, {
39495
+ "name" : "base_currency",
39496
+ "type" : "string",
39497
+ "required" : true,
39498
+ "attributes" : [ ],
39499
+ "annotations" : [ ],
39500
+ "description" : "The ISO 4217-3 code for the base currency. Must match the specified base currency for the organization. Case insensitive. See https://api.flow.io/reference/currencies",
39501
+ "example" : "CAD"
39391
39502
  } ],
39392
39503
  "attributes" : [ ],
39393
39504
  "interfaces" : [ ]
@@ -39683,6 +39794,22 @@
39683
39794
  "annotations" : [ ],
39684
39795
  "description" : "The ISO 4217-3 code for the currency. Case insensitive. See https://api.flow.io/reference/currencies",
39685
39796
  "example" : "CAD"
39797
+ }, {
39798
+ "name" : "base_amount",
39799
+ "type" : "decimal",
39800
+ "required" : false,
39801
+ "attributes" : [ ],
39802
+ "annotations" : [ ],
39803
+ "description" : "The base amount reversed. Used for financial reconciliation for currency conversion, not for payment operations.",
39804
+ "example" : "120.38"
39805
+ }, {
39806
+ "name" : "base_currency",
39807
+ "type" : "string",
39808
+ "required" : false,
39809
+ "attributes" : [ ],
39810
+ "annotations" : [ ],
39811
+ "description" : "The ISO 4217-3 code for the base currency.",
39812
+ "example" : "CAD"
39686
39813
  }, {
39687
39814
  "name" : "created_at",
39688
39815
  "type" : "date-time-iso8601",
@@ -41699,21 +41826,21 @@
41699
41826
  }, {
41700
41827
  "name" : "review_status",
41701
41828
  "type" : "review_status",
41702
- "required" : true,
41829
+ "required" : false,
41703
41830
  "attributes" : [ ],
41704
41831
  "annotations" : [ ],
41705
41832
  "description" : "Indicates whether the product has been reviewed, and its restriction status is unlikely to change."
41706
41833
  }, {
41707
41834
  "name" : "rules",
41708
41835
  "type" : "[product_restriction_rule]",
41709
- "required" : true,
41836
+ "required" : false,
41710
41837
  "attributes" : [ ],
41711
41838
  "annotations" : [ ],
41712
41839
  "description" : "The reasons why item was restricted."
41713
41840
  }, {
41714
41841
  "name" : "updated_by_user_id",
41715
41842
  "type" : "string",
41716
- "required" : true,
41843
+ "required" : false,
41717
41844
  "attributes" : [ ],
41718
41845
  "annotations" : [ ],
41719
41846
  "description" : "User reference id."
@@ -53307,6 +53434,30 @@
53307
53434
  } ],
53308
53435
  "attributes" : [ ],
53309
53436
  "interfaces" : [ ]
53437
+ }, {
53438
+ "name" : "transaction_metadata_carrier_charge",
53439
+ "plural" : "transaction_metadata_carrier_charges",
53440
+ "fields" : [ {
53441
+ "name" : "reason",
53442
+ "type" : "carrier_charge_reason",
53443
+ "required" : true,
53444
+ "attributes" : [ ],
53445
+ "annotations" : [ ]
53446
+ }, {
53447
+ "name" : "carrier_id",
53448
+ "type" : "string",
53449
+ "required" : true,
53450
+ "attributes" : [ ],
53451
+ "annotations" : [ ]
53452
+ }, {
53453
+ "name" : "carrier_tracking_number",
53454
+ "type" : "string",
53455
+ "required" : true,
53456
+ "attributes" : [ ],
53457
+ "annotations" : [ ]
53458
+ } ],
53459
+ "attributes" : [ ],
53460
+ "interfaces" : [ ]
53310
53461
  }, {
53311
53462
  "name" : "transaction_metadata_channel",
53312
53463
  "plural" : "transaction_metadata_channels",