@flowio/api-mock-generator 6.17.77 → 6.17.78

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 +387 -52
  2. package/package.json +2 -2
  3. package/src/api.json +387 -52
package/dist/api.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "key": "api"
11
11
  },
12
12
  "namespace": "io.flow.v0",
13
- "version": "0.18.46",
13
+ "version": "0.18.63",
14
14
  "info": {
15
15
  "license": {
16
16
  "name": "MIT",
@@ -76,7 +76,7 @@
76
76
  "application": {
77
77
  "key": "ben-test-internal"
78
78
  },
79
- "version": "0.22.20",
79
+ "version": "0.22.49",
80
80
  "enums": [],
81
81
  "interfaces": ["generate_load"],
82
82
  "unions": ["generate_load"],
@@ -1622,6 +1622,12 @@
1622
1622
  }, {
1623
1623
  "name": "manifested_label_deleted",
1624
1624
  "attributes": []
1625
+ }, {
1626
+ "name": "label_processing_modification_upserted",
1627
+ "attributes": []
1628
+ }, {
1629
+ "name": "label_processing_modification_deleted",
1630
+ "attributes": []
1625
1631
  }, {
1626
1632
  "name": "local_item_upserted",
1627
1633
  "attributes": []
@@ -5091,13 +5097,16 @@
5091
5097
  "name": "trueup",
5092
5098
  "attributes": []
5093
5099
  }, {
5094
- "name": "carrier_charge",
5100
+ "name": "trueup_base",
5095
5101
  "attributes": []
5096
5102
  }, {
5097
- "name": "carrier_charge_revenue_share",
5103
+ "name": "trueup_surcharge",
5098
5104
  "attributes": []
5099
5105
  }, {
5100
- "name": "carrier_fee",
5106
+ "name": "carrier_charge",
5107
+ "attributes": []
5108
+ }, {
5109
+ "name": "carrier_charge_revenue_share",
5101
5110
  "attributes": []
5102
5111
  }, {
5103
5112
  "name": "platform_fee",
@@ -5132,6 +5141,9 @@
5132
5141
  }, {
5133
5142
  "name": "virtual_card_refund",
5134
5143
  "attributes": []
5144
+ }, {
5145
+ "name": "failed_payout",
5146
+ "attributes": []
5135
5147
  }],
5136
5148
  "attributes": []
5137
5149
  }, {
@@ -5149,6 +5161,9 @@
5149
5161
  }, {
5150
5162
  "name": "dhl",
5151
5163
  "attributes": []
5164
+ }, {
5165
+ "name": "ups",
5166
+ "attributes": []
5152
5167
  }],
5153
5168
  "attributes": []
5154
5169
  }, {
@@ -5187,6 +5202,24 @@
5187
5202
  }, {
5188
5203
  "name": "fixed_currency_conversion",
5189
5204
  "attributes": []
5205
+ }, {
5206
+ "name": "prohibited_item",
5207
+ "attributes": []
5208
+ }, {
5209
+ "name": "undeliverable_shipment",
5210
+ "attributes": []
5211
+ }, {
5212
+ "name": "signature_required",
5213
+ "attributes": []
5214
+ }, {
5215
+ "name": "direct_delivery",
5216
+ "attributes": []
5217
+ }, {
5218
+ "name": "saturday_stop",
5219
+ "attributes": []
5220
+ }, {
5221
+ "name": "residential_extended_area_pickup",
5222
+ "attributes": []
5190
5223
  }],
5191
5224
  "attributes": []
5192
5225
  }, {
@@ -7649,6 +7682,14 @@
7649
7682
  "type": "manifested_label_deleted",
7650
7683
  "attributes": [],
7651
7684
  "discriminator_value": "manifested_label_deleted"
7685
+ }, {
7686
+ "type": "label_processing_modification_upserted",
7687
+ "attributes": [],
7688
+ "discriminator_value": "label_processing_modification_upserted"
7689
+ }, {
7690
+ "type": "label_processing_modification_deleted",
7691
+ "attributes": [],
7692
+ "discriminator_value": "label_processing_modification_deleted"
7652
7693
  }, {
7653
7694
  "type": "local_item_upserted",
7654
7695
  "attributes": [],
@@ -9494,20 +9535,30 @@
9494
9535
  "default": false,
9495
9536
  "discriminator_value": "trueup"
9496
9537
  }, {
9497
- "type": "transaction_metadata_carrier_charge",
9538
+ "type": "transaction_metadata_trueup_base",
9498
9539
  "attributes": [],
9499
9540
  "default": false,
9500
- "discriminator_value": "carrier_charge"
9541
+ "discriminator_value": "trueup_base"
9542
+ }, {
9543
+ "type": "transaction_metadata_trueup_surcharge",
9544
+ "attributes": [],
9545
+ "default": false,
9546
+ "discriminator_value": "trueup_surcharge"
9501
9547
  }, {
9502
- "type": "transaction_metadata_carrier_fee",
9548
+ "type": "transaction_metadata_carrier_charge",
9503
9549
  "attributes": [],
9504
9550
  "default": false,
9505
- "discriminator_value": "carrier_fee"
9551
+ "discriminator_value": "carrier_charge"
9506
9552
  }, {
9507
9553
  "type": "transaction_metadata_manual",
9508
9554
  "attributes": [],
9509
9555
  "default": false,
9510
9556
  "discriminator_value": "manual"
9557
+ }, {
9558
+ "type": "transaction_metadata_failed_payout",
9559
+ "attributes": [],
9560
+ "default": false,
9561
+ "discriminator_value": "failed_payout"
9511
9562
  }, {
9512
9563
  "type": "transaction_metadata_payment_transaction",
9513
9564
  "attributes": [],
@@ -13898,13 +13949,13 @@
13898
13949
  "type": "expiration",
13899
13950
  "required": true,
13900
13951
  "attributes": [],
13901
- "annotations": ["personal_data", "consumer"]
13952
+ "annotations": ["consumer"]
13902
13953
  }, {
13903
13954
  "name": "iin",
13904
13955
  "type": "string",
13905
13956
  "required": true,
13906
13957
  "attributes": [],
13907
- "annotations": ["personal_data", "consumer"],
13958
+ "annotations": ["consumer"],
13908
13959
  "description": "The issuer identification number (IIN) (formerly known as the Bank Identification Number) which are the leading digits of the card number."
13909
13960
  }, {
13910
13961
  "name": "issuer",
@@ -13918,7 +13969,7 @@
13918
13969
  "type": "string",
13919
13970
  "required": true,
13920
13971
  "attributes": [],
13921
- "annotations": ["personal_data", "consumer"],
13972
+ "annotations": ["consumer"],
13922
13973
  "description": "Cleartext last 4 numbers of the card"
13923
13974
  }, {
13924
13975
  "name": "name",
@@ -14637,7 +14688,7 @@
14637
14688
  "type": "string",
14638
14689
  "required": true,
14639
14690
  "attributes": [],
14640
- "annotations": ["personal_data", "consumer"],
14691
+ "annotations": ["consumer"],
14641
14692
  "description": "The issuer identification number (IIN) (formerly known as the Bank Identification Number) which are the leading digits of the card number."
14642
14693
  }, {
14643
14694
  "name": "issuer",
@@ -14651,7 +14702,7 @@
14651
14702
  "type": "string",
14652
14703
  "required": true,
14653
14704
  "attributes": [],
14654
- "annotations": ["personal_data", "consumer"],
14705
+ "annotations": ["consumer"],
14655
14706
  "description": "Cleartext last 4 numbers of the card"
14656
14707
  }, {
14657
14708
  "name": "name",
@@ -23662,7 +23713,7 @@
23662
23713
  "type": "integer",
23663
23714
  "required": true,
23664
23715
  "attributes": [],
23665
- "annotations": ["personal_data", "consumer"],
23716
+ "annotations": ["consumer"],
23666
23717
  "description": "The month of expiration expressed as a number. 1 = January, 12 = December",
23667
23718
  "minimum": 1,
23668
23719
  "maximum": 12,
@@ -23672,7 +23723,7 @@
23672
23723
  "type": "integer",
23673
23724
  "required": true,
23674
23725
  "attributes": [],
23675
- "annotations": ["personal_data", "consumer"],
23726
+ "annotations": ["consumer"],
23676
23727
  "description": "The 4 digit expiration year",
23677
23728
  "example": "2021"
23678
23729
  }],
@@ -29038,6 +29089,102 @@
29038
29089
  }],
29039
29090
  "attributes": [],
29040
29091
  "interfaces": []
29092
+ }, {
29093
+ "name": "label_processing_modification",
29094
+ "plural": "label_processing_modifications",
29095
+ "fields": [{
29096
+ "name": "id",
29097
+ "type": "string",
29098
+ "required": true,
29099
+ "attributes": [],
29100
+ "annotations": [],
29101
+ "description": "Globally unique identifier"
29102
+ }, {
29103
+ "name": "modifications",
29104
+ "type": "[string]",
29105
+ "required": true,
29106
+ "attributes": [],
29107
+ "annotations": []
29108
+ }, {
29109
+ "name": "destination",
29110
+ "type": "shipping_address",
29111
+ "required": true,
29112
+ "attributes": [],
29113
+ "annotations": ["personal_data", "consumer"],
29114
+ "description": "Destination contact information and structured address"
29115
+ }, {
29116
+ "name": "destination_provided_to_carrier",
29117
+ "type": "shipping_address",
29118
+ "required": false,
29119
+ "attributes": [],
29120
+ "annotations": ["personal_data", "consumer"],
29121
+ "description": "Modified destination contact information and structured address"
29122
+ }],
29123
+ "attributes": [],
29124
+ "interfaces": []
29125
+ }, {
29126
+ "name": "label_processing_modification_deleted",
29127
+ "plural": "label_processing_modification_deleteds",
29128
+ "fields": [{
29129
+ "name": "event_id",
29130
+ "type": "string",
29131
+ "required": true,
29132
+ "attributes": [],
29133
+ "annotations": []
29134
+ }, {
29135
+ "name": "timestamp",
29136
+ "type": "date-time-iso8601",
29137
+ "required": true,
29138
+ "attributes": [],
29139
+ "annotations": []
29140
+ }, {
29141
+ "name": "organization",
29142
+ "type": "string",
29143
+ "required": true,
29144
+ "attributes": [],
29145
+ "annotations": [],
29146
+ "description": "Refers to your organization's account identifier"
29147
+ }, {
29148
+ "name": "id",
29149
+ "type": "string",
29150
+ "required": true,
29151
+ "attributes": [],
29152
+ "annotations": [],
29153
+ "description": "Globally unique identifier"
29154
+ }],
29155
+ "attributes": [],
29156
+ "interfaces": []
29157
+ }, {
29158
+ "name": "label_processing_modification_upserted",
29159
+ "plural": "label_processing_modification_upserteds",
29160
+ "fields": [{
29161
+ "name": "event_id",
29162
+ "type": "string",
29163
+ "required": true,
29164
+ "attributes": [],
29165
+ "annotations": []
29166
+ }, {
29167
+ "name": "timestamp",
29168
+ "type": "date-time-iso8601",
29169
+ "required": true,
29170
+ "attributes": [],
29171
+ "annotations": []
29172
+ }, {
29173
+ "name": "organization",
29174
+ "type": "string",
29175
+ "required": true,
29176
+ "attributes": [],
29177
+ "annotations": [],
29178
+ "description": "Refers to your organization's account identifier"
29179
+ }, {
29180
+ "name": "label_processing_modification",
29181
+ "type": "label_processing_modification",
29182
+ "required": true,
29183
+ "attributes": [],
29184
+ "annotations": []
29185
+ }],
29186
+ "attributes": [],
29187
+ "interfaces": []
29041
29188
  }, {
29042
29189
  "name": "label_reference",
29043
29190
  "plural": "label_references",
@@ -53434,42 +53581,6 @@
53434
53581
  }],
53435
53582
  "attributes": [],
53436
53583
  "interfaces": []
53437
- }, {
53438
- "name": "transaction_metadata_carrier_fee",
53439
- "plural": "transaction_metadata_carrier_fees",
53440
- "fields": [{
53441
- "name": "outbound",
53442
- "type": "transaction_metadata_outbound_transaction",
53443
- "required": true,
53444
- "attributes": [],
53445
- "annotations": []
53446
- }, {
53447
- "name": "estimate",
53448
- "type": "transaction_metadata_carrier_fee_data",
53449
- "required": true,
53450
- "attributes": [],
53451
- "annotations": []
53452
- }, {
53453
- "name": "actual",
53454
- "type": "transaction_metadata_carrier_fee_data",
53455
- "required": true,
53456
- "attributes": [],
53457
- "annotations": []
53458
- }],
53459
- "attributes": [],
53460
- "interfaces": []
53461
- }, {
53462
- "name": "transaction_metadata_carrier_fee_data",
53463
- "plural": "transaction_metadata_carrier_fee_data",
53464
- "fields": [{
53465
- "name": "surcharges",
53466
- "type": "[trueup_label_surcharge]",
53467
- "required": true,
53468
- "attributes": [],
53469
- "annotations": []
53470
- }],
53471
- "attributes": [],
53472
- "interfaces": []
53473
53584
  }, {
53474
53585
  "name": "transaction_metadata_channel",
53475
53586
  "plural": "transaction_metadata_channels",
@@ -53486,6 +53597,12 @@
53486
53597
  "required": false,
53487
53598
  "attributes": [],
53488
53599
  "annotations": []
53600
+ }, {
53601
+ "name": "organization_transaction",
53602
+ "type": "transaction_reference",
53603
+ "required": true,
53604
+ "attributes": [],
53605
+ "annotations": []
53489
53606
  }],
53490
53607
  "attributes": [],
53491
53608
  "interfaces": []
@@ -53525,6 +53642,31 @@
53525
53642
  }],
53526
53643
  "attributes": [],
53527
53644
  "interfaces": []
53645
+ }, {
53646
+ "name": "transaction_metadata_failed_payout",
53647
+ "plural": "transaction_metadata_failed_payouts",
53648
+ "fields": [{
53649
+ "name": "failed_payout",
53650
+ "type": "transaction_metadata_failed_payout_reference",
53651
+ "required": true,
53652
+ "attributes": [],
53653
+ "annotations": []
53654
+ }],
53655
+ "attributes": [],
53656
+ "interfaces": []
53657
+ }, {
53658
+ "name": "transaction_metadata_failed_payout_reference",
53659
+ "plural": "transaction_metadata_failed_payout_references",
53660
+ "fields": [{
53661
+ "name": "id",
53662
+ "type": "string",
53663
+ "required": true,
53664
+ "attributes": [],
53665
+ "annotations": [],
53666
+ "description": "Globally unique identifier"
53667
+ }],
53668
+ "attributes": [],
53669
+ "interfaces": []
53528
53670
  }, {
53529
53671
  "name": "transaction_metadata_manual",
53530
53672
  "plural": "transaction_metadata_manuals",
@@ -53578,6 +53720,13 @@
53578
53720
  "name": "transaction_metadata_payment_transaction",
53579
53721
  "plural": "transaction_metadata_payment_transactions",
53580
53722
  "fields": [{
53723
+ "name": "id",
53724
+ "type": "string",
53725
+ "required": false,
53726
+ "attributes": [],
53727
+ "annotations": [],
53728
+ "description": "Globally unique identifier"
53729
+ }, {
53581
53730
  "name": "key",
53582
53731
  "type": "string",
53583
53732
  "required": false,
@@ -53654,6 +53803,72 @@
53654
53803
  }],
53655
53804
  "attributes": [],
53656
53805
  "interfaces": []
53806
+ }, {
53807
+ "name": "transaction_metadata_trueup_base",
53808
+ "plural": "transaction_metadata_trueup_bases",
53809
+ "fields": [{
53810
+ "name": "original",
53811
+ "type": "transaction_metadata_original_transaction",
53812
+ "required": true,
53813
+ "attributes": [],
53814
+ "annotations": []
53815
+ }, {
53816
+ "name": "estimate",
53817
+ "type": "transaction_metadata_trueup_base_data",
53818
+ "required": true,
53819
+ "attributes": [],
53820
+ "annotations": []
53821
+ }, {
53822
+ "name": "actual",
53823
+ "type": "transaction_metadata_trueup_base_data",
53824
+ "required": true,
53825
+ "attributes": [],
53826
+ "annotations": []
53827
+ }],
53828
+ "attributes": [],
53829
+ "interfaces": []
53830
+ }, {
53831
+ "name": "transaction_metadata_trueup_base_data",
53832
+ "plural": "transaction_metadata_trueup_base_data",
53833
+ "fields": [{
53834
+ "name": "source",
53835
+ "type": "trueup_source",
53836
+ "required": true,
53837
+ "attributes": [],
53838
+ "annotations": []
53839
+ }, {
53840
+ "name": "weights",
53841
+ "type": "trueup_label_weights",
53842
+ "required": true,
53843
+ "attributes": [],
53844
+ "annotations": []
53845
+ }, {
53846
+ "name": "units",
53847
+ "type": "trueup_label_units",
53848
+ "required": true,
53849
+ "attributes": [],
53850
+ "annotations": []
53851
+ }, {
53852
+ "name": "base",
53853
+ "type": "trueup_label_base_v2",
53854
+ "required": true,
53855
+ "attributes": [],
53856
+ "annotations": []
53857
+ }, {
53858
+ "name": "fuel",
53859
+ "type": "trueup_label_fuel",
53860
+ "required": false,
53861
+ "attributes": [],
53862
+ "annotations": []
53863
+ }, {
53864
+ "name": "total",
53865
+ "type": "decimal",
53866
+ "required": true,
53867
+ "attributes": [],
53868
+ "annotations": []
53869
+ }],
53870
+ "attributes": [],
53871
+ "interfaces": []
53657
53872
  }, {
53658
53873
  "name": "transaction_metadata_trueup_data",
53659
53874
  "plural": "transaction_metadata_trueup_data",
@@ -53702,6 +53917,48 @@
53702
53917
  }],
53703
53918
  "attributes": [],
53704
53919
  "interfaces": []
53920
+ }, {
53921
+ "name": "transaction_metadata_trueup_surcharge",
53922
+ "plural": "transaction_metadata_trueup_surcharges",
53923
+ "fields": [{
53924
+ "name": "original",
53925
+ "type": "transaction_metadata_original_transaction",
53926
+ "required": true,
53927
+ "attributes": [],
53928
+ "annotations": []
53929
+ }, {
53930
+ "name": "estimate",
53931
+ "type": "transaction_metadata_trueup_surcharge_data",
53932
+ "required": true,
53933
+ "attributes": [],
53934
+ "annotations": []
53935
+ }, {
53936
+ "name": "actual",
53937
+ "type": "transaction_metadata_trueup_surcharge_data",
53938
+ "required": true,
53939
+ "attributes": [],
53940
+ "annotations": []
53941
+ }],
53942
+ "attributes": [],
53943
+ "interfaces": []
53944
+ }, {
53945
+ "name": "transaction_metadata_trueup_surcharge_data",
53946
+ "plural": "transaction_metadata_trueup_surcharge_data",
53947
+ "fields": [{
53948
+ "name": "source",
53949
+ "type": "trueup_source",
53950
+ "required": true,
53951
+ "attributes": [],
53952
+ "annotations": []
53953
+ }, {
53954
+ "name": "surcharge",
53955
+ "type": "trueup_label_surcharge",
53956
+ "required": true,
53957
+ "attributes": [],
53958
+ "annotations": []
53959
+ }],
53960
+ "attributes": [],
53961
+ "interfaces": []
53705
53962
  }, {
53706
53963
  "name": "transaction_network_details_card",
53707
53964
  "plural": "transaction_network_details_cards",
@@ -53863,6 +54120,60 @@
53863
54120
  }],
53864
54121
  "attributes": [],
53865
54122
  "interfaces": []
54123
+ }, {
54124
+ "name": "trueup_label_base_v2",
54125
+ "plural": "trueup_label_base_v2s",
54126
+ "fields": [{
54127
+ "name": "amount",
54128
+ "type": "decimal",
54129
+ "required": true,
54130
+ "attributes": [],
54131
+ "annotations": [],
54132
+ "description": "The base rate card charge (based on weight, before fees)"
54133
+ }],
54134
+ "attributes": [],
54135
+ "interfaces": []
54136
+ }, {
54137
+ "name": "trueup_label_base_weight",
54138
+ "plural": "trueup_label_base_weights",
54139
+ "fields": [{
54140
+ "name": "weight",
54141
+ "type": "decimal",
54142
+ "required": true,
54143
+ "attributes": [],
54144
+ "annotations": [],
54145
+ "description": "The actual weight used for ratecard lookup"
54146
+ }],
54147
+ "attributes": [],
54148
+ "interfaces": []
54149
+ }, {
54150
+ "name": "trueup_label_fuel",
54151
+ "plural": "trueup_label_fuels",
54152
+ "fields": [{
54153
+ "name": "amount",
54154
+ "type": "decimal",
54155
+ "required": true,
54156
+ "attributes": [],
54157
+ "annotations": []
54158
+ }, {
54159
+ "name": "percentage",
54160
+ "type": "decimal",
54161
+ "required": false,
54162
+ "attributes": [],
54163
+ "annotations": [],
54164
+ "description": "When applicable, the % used to calculate this surcharge. Values are expressed as '10.5' to represent '10.5%'",
54165
+ "example": "15.5"
54166
+ }, {
54167
+ "name": "per_weight_unit",
54168
+ "type": "decimal",
54169
+ "required": false,
54170
+ "attributes": [],
54171
+ "annotations": [],
54172
+ "description": "When applicable, the dollar amount per weight unit used to calculate this surcharge. Values are expressed as '0.04' to represent '4 cents' per unit (eg pound)",
54173
+ "example": "0.04"
54174
+ }],
54175
+ "attributes": [],
54176
+ "interfaces": []
53866
54177
  }, {
53867
54178
  "name": "trueup_label_surcharge",
53868
54179
  "plural": "trueup_label_surcharges",
@@ -53917,6 +54228,30 @@
53917
54228
  }],
53918
54229
  "attributes": [],
53919
54230
  "interfaces": []
54231
+ }, {
54232
+ "name": "trueup_label_weights",
54233
+ "plural": "trueup_label_weights",
54234
+ "fields": [{
54235
+ "name": "base",
54236
+ "type": "trueup_label_base_weight",
54237
+ "required": true,
54238
+ "attributes": [],
54239
+ "annotations": []
54240
+ }, {
54241
+ "name": "dead",
54242
+ "type": "dead_weight",
54243
+ "required": false,
54244
+ "attributes": [],
54245
+ "annotations": []
54246
+ }, {
54247
+ "name": "dimensional",
54248
+ "type": "dimensional_weight",
54249
+ "required": false,
54250
+ "attributes": [],
54251
+ "annotations": []
54252
+ }],
54253
+ "attributes": [],
54254
+ "interfaces": []
53920
54255
  }, {
53921
54256
  "name": "ultimate_beneficiary_owner",
53922
54257
  "plural": "ultimate_beneficiary_owners",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-mock-generator",
3
- "version": "6.17.77",
3
+ "version": "6.17.78",
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": "237a816e178ccd4501b30aaf454fb6a93392afd9"
31
+ "gitHead": "15b5319239e2dc57a7ee0b2171f4f54fc4172c16"
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.18.46",
13
+ "version" : "0.18.63",
14
14
  "info" : {
15
15
  "license" : {
16
16
  "name" : "MIT",
@@ -76,7 +76,7 @@
76
76
  "application" : {
77
77
  "key" : "ben-test-internal"
78
78
  },
79
- "version" : "0.22.20",
79
+ "version" : "0.22.49",
80
80
  "enums" : [ ],
81
81
  "interfaces" : [ "generate_load" ],
82
82
  "unions" : [ "generate_load" ],
@@ -1622,6 +1622,12 @@
1622
1622
  }, {
1623
1623
  "name" : "manifested_label_deleted",
1624
1624
  "attributes" : [ ]
1625
+ }, {
1626
+ "name" : "label_processing_modification_upserted",
1627
+ "attributes" : [ ]
1628
+ }, {
1629
+ "name" : "label_processing_modification_deleted",
1630
+ "attributes" : [ ]
1625
1631
  }, {
1626
1632
  "name" : "local_item_upserted",
1627
1633
  "attributes" : [ ]
@@ -5091,13 +5097,16 @@
5091
5097
  "name" : "trueup",
5092
5098
  "attributes" : [ ]
5093
5099
  }, {
5094
- "name" : "carrier_charge",
5100
+ "name" : "trueup_base",
5095
5101
  "attributes" : [ ]
5096
5102
  }, {
5097
- "name" : "carrier_charge_revenue_share",
5103
+ "name" : "trueup_surcharge",
5098
5104
  "attributes" : [ ]
5099
5105
  }, {
5100
- "name" : "carrier_fee",
5106
+ "name" : "carrier_charge",
5107
+ "attributes" : [ ]
5108
+ }, {
5109
+ "name" : "carrier_charge_revenue_share",
5101
5110
  "attributes" : [ ]
5102
5111
  }, {
5103
5112
  "name" : "platform_fee",
@@ -5132,6 +5141,9 @@
5132
5141
  }, {
5133
5142
  "name" : "virtual_card_refund",
5134
5143
  "attributes" : [ ]
5144
+ }, {
5145
+ "name" : "failed_payout",
5146
+ "attributes" : [ ]
5135
5147
  } ],
5136
5148
  "attributes" : [ ]
5137
5149
  }, {
@@ -5149,6 +5161,9 @@
5149
5161
  }, {
5150
5162
  "name" : "dhl",
5151
5163
  "attributes" : [ ]
5164
+ }, {
5165
+ "name" : "ups",
5166
+ "attributes" : [ ]
5152
5167
  } ],
5153
5168
  "attributes" : [ ]
5154
5169
  }, {
@@ -5187,6 +5202,24 @@
5187
5202
  }, {
5188
5203
  "name" : "fixed_currency_conversion",
5189
5204
  "attributes" : [ ]
5205
+ }, {
5206
+ "name" : "prohibited_item",
5207
+ "attributes" : [ ]
5208
+ }, {
5209
+ "name" : "undeliverable_shipment",
5210
+ "attributes" : [ ]
5211
+ }, {
5212
+ "name" : "signature_required",
5213
+ "attributes" : [ ]
5214
+ }, {
5215
+ "name" : "direct_delivery",
5216
+ "attributes" : [ ]
5217
+ }, {
5218
+ "name" : "saturday_stop",
5219
+ "attributes" : [ ]
5220
+ }, {
5221
+ "name" : "residential_extended_area_pickup",
5222
+ "attributes" : [ ]
5190
5223
  } ],
5191
5224
  "attributes" : [ ]
5192
5225
  }, {
@@ -7649,6 +7682,14 @@
7649
7682
  "type" : "manifested_label_deleted",
7650
7683
  "attributes" : [ ],
7651
7684
  "discriminator_value" : "manifested_label_deleted"
7685
+ }, {
7686
+ "type" : "label_processing_modification_upserted",
7687
+ "attributes" : [ ],
7688
+ "discriminator_value" : "label_processing_modification_upserted"
7689
+ }, {
7690
+ "type" : "label_processing_modification_deleted",
7691
+ "attributes" : [ ],
7692
+ "discriminator_value" : "label_processing_modification_deleted"
7652
7693
  }, {
7653
7694
  "type" : "local_item_upserted",
7654
7695
  "attributes" : [ ],
@@ -9494,20 +9535,30 @@
9494
9535
  "default" : false,
9495
9536
  "discriminator_value" : "trueup"
9496
9537
  }, {
9497
- "type" : "transaction_metadata_carrier_charge",
9538
+ "type" : "transaction_metadata_trueup_base",
9498
9539
  "attributes" : [ ],
9499
9540
  "default" : false,
9500
- "discriminator_value" : "carrier_charge"
9541
+ "discriminator_value" : "trueup_base"
9542
+ }, {
9543
+ "type" : "transaction_metadata_trueup_surcharge",
9544
+ "attributes" : [ ],
9545
+ "default" : false,
9546
+ "discriminator_value" : "trueup_surcharge"
9501
9547
  }, {
9502
- "type" : "transaction_metadata_carrier_fee",
9548
+ "type" : "transaction_metadata_carrier_charge",
9503
9549
  "attributes" : [ ],
9504
9550
  "default" : false,
9505
- "discriminator_value" : "carrier_fee"
9551
+ "discriminator_value" : "carrier_charge"
9506
9552
  }, {
9507
9553
  "type" : "transaction_metadata_manual",
9508
9554
  "attributes" : [ ],
9509
9555
  "default" : false,
9510
9556
  "discriminator_value" : "manual"
9557
+ }, {
9558
+ "type" : "transaction_metadata_failed_payout",
9559
+ "attributes" : [ ],
9560
+ "default" : false,
9561
+ "discriminator_value" : "failed_payout"
9511
9562
  }, {
9512
9563
  "type" : "transaction_metadata_payment_transaction",
9513
9564
  "attributes" : [ ],
@@ -13898,13 +13949,13 @@
13898
13949
  "type" : "expiration",
13899
13950
  "required" : true,
13900
13951
  "attributes" : [ ],
13901
- "annotations" : [ "personal_data", "consumer" ]
13952
+ "annotations" : [ "consumer" ]
13902
13953
  }, {
13903
13954
  "name" : "iin",
13904
13955
  "type" : "string",
13905
13956
  "required" : true,
13906
13957
  "attributes" : [ ],
13907
- "annotations" : [ "personal_data", "consumer" ],
13958
+ "annotations" : [ "consumer" ],
13908
13959
  "description" : "The issuer identification number (IIN) (formerly known as the Bank Identification Number) which are the leading digits of the card number."
13909
13960
  }, {
13910
13961
  "name" : "issuer",
@@ -13918,7 +13969,7 @@
13918
13969
  "type" : "string",
13919
13970
  "required" : true,
13920
13971
  "attributes" : [ ],
13921
- "annotations" : [ "personal_data", "consumer" ],
13972
+ "annotations" : [ "consumer" ],
13922
13973
  "description" : "Cleartext last 4 numbers of the card"
13923
13974
  }, {
13924
13975
  "name" : "name",
@@ -14637,7 +14688,7 @@
14637
14688
  "type" : "string",
14638
14689
  "required" : true,
14639
14690
  "attributes" : [ ],
14640
- "annotations" : [ "personal_data", "consumer" ],
14691
+ "annotations" : [ "consumer" ],
14641
14692
  "description" : "The issuer identification number (IIN) (formerly known as the Bank Identification Number) which are the leading digits of the card number."
14642
14693
  }, {
14643
14694
  "name" : "issuer",
@@ -14651,7 +14702,7 @@
14651
14702
  "type" : "string",
14652
14703
  "required" : true,
14653
14704
  "attributes" : [ ],
14654
- "annotations" : [ "personal_data", "consumer" ],
14705
+ "annotations" : [ "consumer" ],
14655
14706
  "description" : "Cleartext last 4 numbers of the card"
14656
14707
  }, {
14657
14708
  "name" : "name",
@@ -23662,7 +23713,7 @@
23662
23713
  "type" : "integer",
23663
23714
  "required" : true,
23664
23715
  "attributes" : [ ],
23665
- "annotations" : [ "personal_data", "consumer" ],
23716
+ "annotations" : [ "consumer" ],
23666
23717
  "description" : "The month of expiration expressed as a number. 1 = January, 12 = December",
23667
23718
  "minimum" : 1,
23668
23719
  "maximum" : 12,
@@ -23672,7 +23723,7 @@
23672
23723
  "type" : "integer",
23673
23724
  "required" : true,
23674
23725
  "attributes" : [ ],
23675
- "annotations" : [ "personal_data", "consumer" ],
23726
+ "annotations" : [ "consumer" ],
23676
23727
  "description" : "The 4 digit expiration year",
23677
23728
  "example" : "2021"
23678
23729
  } ],
@@ -29038,6 +29089,102 @@
29038
29089
  } ],
29039
29090
  "attributes" : [ ],
29040
29091
  "interfaces" : [ ]
29092
+ }, {
29093
+ "name" : "label_processing_modification",
29094
+ "plural" : "label_processing_modifications",
29095
+ "fields" : [ {
29096
+ "name" : "id",
29097
+ "type" : "string",
29098
+ "required" : true,
29099
+ "attributes" : [ ],
29100
+ "annotations" : [ ],
29101
+ "description" : "Globally unique identifier"
29102
+ }, {
29103
+ "name" : "modifications",
29104
+ "type" : "[string]",
29105
+ "required" : true,
29106
+ "attributes" : [ ],
29107
+ "annotations" : [ ]
29108
+ }, {
29109
+ "name" : "destination",
29110
+ "type" : "shipping_address",
29111
+ "required" : true,
29112
+ "attributes" : [ ],
29113
+ "annotations" : [ "personal_data", "consumer" ],
29114
+ "description" : "Destination contact information and structured address"
29115
+ }, {
29116
+ "name" : "destination_provided_to_carrier",
29117
+ "type" : "shipping_address",
29118
+ "required" : false,
29119
+ "attributes" : [ ],
29120
+ "annotations" : [ "personal_data", "consumer" ],
29121
+ "description" : "Modified destination contact information and structured address"
29122
+ } ],
29123
+ "attributes" : [ ],
29124
+ "interfaces" : [ ]
29125
+ }, {
29126
+ "name" : "label_processing_modification_deleted",
29127
+ "plural" : "label_processing_modification_deleteds",
29128
+ "fields" : [ {
29129
+ "name" : "event_id",
29130
+ "type" : "string",
29131
+ "required" : true,
29132
+ "attributes" : [ ],
29133
+ "annotations" : [ ]
29134
+ }, {
29135
+ "name" : "timestamp",
29136
+ "type" : "date-time-iso8601",
29137
+ "required" : true,
29138
+ "attributes" : [ ],
29139
+ "annotations" : [ ]
29140
+ }, {
29141
+ "name" : "organization",
29142
+ "type" : "string",
29143
+ "required" : true,
29144
+ "attributes" : [ ],
29145
+ "annotations" : [ ],
29146
+ "description" : "Refers to your organization's account identifier"
29147
+ }, {
29148
+ "name" : "id",
29149
+ "type" : "string",
29150
+ "required" : true,
29151
+ "attributes" : [ ],
29152
+ "annotations" : [ ],
29153
+ "description" : "Globally unique identifier"
29154
+ } ],
29155
+ "attributes" : [ ],
29156
+ "interfaces" : [ ]
29157
+ }, {
29158
+ "name" : "label_processing_modification_upserted",
29159
+ "plural" : "label_processing_modification_upserteds",
29160
+ "fields" : [ {
29161
+ "name" : "event_id",
29162
+ "type" : "string",
29163
+ "required" : true,
29164
+ "attributes" : [ ],
29165
+ "annotations" : [ ]
29166
+ }, {
29167
+ "name" : "timestamp",
29168
+ "type" : "date-time-iso8601",
29169
+ "required" : true,
29170
+ "attributes" : [ ],
29171
+ "annotations" : [ ]
29172
+ }, {
29173
+ "name" : "organization",
29174
+ "type" : "string",
29175
+ "required" : true,
29176
+ "attributes" : [ ],
29177
+ "annotations" : [ ],
29178
+ "description" : "Refers to your organization's account identifier"
29179
+ }, {
29180
+ "name" : "label_processing_modification",
29181
+ "type" : "label_processing_modification",
29182
+ "required" : true,
29183
+ "attributes" : [ ],
29184
+ "annotations" : [ ]
29185
+ } ],
29186
+ "attributes" : [ ],
29187
+ "interfaces" : [ ]
29041
29188
  }, {
29042
29189
  "name" : "label_reference",
29043
29190
  "plural" : "label_references",
@@ -53434,42 +53581,6 @@
53434
53581
  } ],
53435
53582
  "attributes" : [ ],
53436
53583
  "interfaces" : [ ]
53437
- }, {
53438
- "name" : "transaction_metadata_carrier_fee",
53439
- "plural" : "transaction_metadata_carrier_fees",
53440
- "fields" : [ {
53441
- "name" : "outbound",
53442
- "type" : "transaction_metadata_outbound_transaction",
53443
- "required" : true,
53444
- "attributes" : [ ],
53445
- "annotations" : [ ]
53446
- }, {
53447
- "name" : "estimate",
53448
- "type" : "transaction_metadata_carrier_fee_data",
53449
- "required" : true,
53450
- "attributes" : [ ],
53451
- "annotations" : [ ]
53452
- }, {
53453
- "name" : "actual",
53454
- "type" : "transaction_metadata_carrier_fee_data",
53455
- "required" : true,
53456
- "attributes" : [ ],
53457
- "annotations" : [ ]
53458
- } ],
53459
- "attributes" : [ ],
53460
- "interfaces" : [ ]
53461
- }, {
53462
- "name" : "transaction_metadata_carrier_fee_data",
53463
- "plural" : "transaction_metadata_carrier_fee_data",
53464
- "fields" : [ {
53465
- "name" : "surcharges",
53466
- "type" : "[trueup_label_surcharge]",
53467
- "required" : true,
53468
- "attributes" : [ ],
53469
- "annotations" : [ ]
53470
- } ],
53471
- "attributes" : [ ],
53472
- "interfaces" : [ ]
53473
53584
  }, {
53474
53585
  "name" : "transaction_metadata_channel",
53475
53586
  "plural" : "transaction_metadata_channels",
@@ -53486,6 +53597,12 @@
53486
53597
  "required" : false,
53487
53598
  "attributes" : [ ],
53488
53599
  "annotations" : [ ]
53600
+ }, {
53601
+ "name" : "organization_transaction",
53602
+ "type" : "transaction_reference",
53603
+ "required" : true,
53604
+ "attributes" : [ ],
53605
+ "annotations" : [ ]
53489
53606
  } ],
53490
53607
  "attributes" : [ ],
53491
53608
  "interfaces" : [ ]
@@ -53525,6 +53642,31 @@
53525
53642
  } ],
53526
53643
  "attributes" : [ ],
53527
53644
  "interfaces" : [ ]
53645
+ }, {
53646
+ "name" : "transaction_metadata_failed_payout",
53647
+ "plural" : "transaction_metadata_failed_payouts",
53648
+ "fields" : [ {
53649
+ "name" : "failed_payout",
53650
+ "type" : "transaction_metadata_failed_payout_reference",
53651
+ "required" : true,
53652
+ "attributes" : [ ],
53653
+ "annotations" : [ ]
53654
+ } ],
53655
+ "attributes" : [ ],
53656
+ "interfaces" : [ ]
53657
+ }, {
53658
+ "name" : "transaction_metadata_failed_payout_reference",
53659
+ "plural" : "transaction_metadata_failed_payout_references",
53660
+ "fields" : [ {
53661
+ "name" : "id",
53662
+ "type" : "string",
53663
+ "required" : true,
53664
+ "attributes" : [ ],
53665
+ "annotations" : [ ],
53666
+ "description" : "Globally unique identifier"
53667
+ } ],
53668
+ "attributes" : [ ],
53669
+ "interfaces" : [ ]
53528
53670
  }, {
53529
53671
  "name" : "transaction_metadata_manual",
53530
53672
  "plural" : "transaction_metadata_manuals",
@@ -53578,6 +53720,13 @@
53578
53720
  "name" : "transaction_metadata_payment_transaction",
53579
53721
  "plural" : "transaction_metadata_payment_transactions",
53580
53722
  "fields" : [ {
53723
+ "name" : "id",
53724
+ "type" : "string",
53725
+ "required" : false,
53726
+ "attributes" : [ ],
53727
+ "annotations" : [ ],
53728
+ "description" : "Globally unique identifier"
53729
+ }, {
53581
53730
  "name" : "key",
53582
53731
  "type" : "string",
53583
53732
  "required" : false,
@@ -53654,6 +53803,72 @@
53654
53803
  } ],
53655
53804
  "attributes" : [ ],
53656
53805
  "interfaces" : [ ]
53806
+ }, {
53807
+ "name" : "transaction_metadata_trueup_base",
53808
+ "plural" : "transaction_metadata_trueup_bases",
53809
+ "fields" : [ {
53810
+ "name" : "original",
53811
+ "type" : "transaction_metadata_original_transaction",
53812
+ "required" : true,
53813
+ "attributes" : [ ],
53814
+ "annotations" : [ ]
53815
+ }, {
53816
+ "name" : "estimate",
53817
+ "type" : "transaction_metadata_trueup_base_data",
53818
+ "required" : true,
53819
+ "attributes" : [ ],
53820
+ "annotations" : [ ]
53821
+ }, {
53822
+ "name" : "actual",
53823
+ "type" : "transaction_metadata_trueup_base_data",
53824
+ "required" : true,
53825
+ "attributes" : [ ],
53826
+ "annotations" : [ ]
53827
+ } ],
53828
+ "attributes" : [ ],
53829
+ "interfaces" : [ ]
53830
+ }, {
53831
+ "name" : "transaction_metadata_trueup_base_data",
53832
+ "plural" : "transaction_metadata_trueup_base_data",
53833
+ "fields" : [ {
53834
+ "name" : "source",
53835
+ "type" : "trueup_source",
53836
+ "required" : true,
53837
+ "attributes" : [ ],
53838
+ "annotations" : [ ]
53839
+ }, {
53840
+ "name" : "weights",
53841
+ "type" : "trueup_label_weights",
53842
+ "required" : true,
53843
+ "attributes" : [ ],
53844
+ "annotations" : [ ]
53845
+ }, {
53846
+ "name" : "units",
53847
+ "type" : "trueup_label_units",
53848
+ "required" : true,
53849
+ "attributes" : [ ],
53850
+ "annotations" : [ ]
53851
+ }, {
53852
+ "name" : "base",
53853
+ "type" : "trueup_label_base_v2",
53854
+ "required" : true,
53855
+ "attributes" : [ ],
53856
+ "annotations" : [ ]
53857
+ }, {
53858
+ "name" : "fuel",
53859
+ "type" : "trueup_label_fuel",
53860
+ "required" : false,
53861
+ "attributes" : [ ],
53862
+ "annotations" : [ ]
53863
+ }, {
53864
+ "name" : "total",
53865
+ "type" : "decimal",
53866
+ "required" : true,
53867
+ "attributes" : [ ],
53868
+ "annotations" : [ ]
53869
+ } ],
53870
+ "attributes" : [ ],
53871
+ "interfaces" : [ ]
53657
53872
  }, {
53658
53873
  "name" : "transaction_metadata_trueup_data",
53659
53874
  "plural" : "transaction_metadata_trueup_data",
@@ -53702,6 +53917,48 @@
53702
53917
  } ],
53703
53918
  "attributes" : [ ],
53704
53919
  "interfaces" : [ ]
53920
+ }, {
53921
+ "name" : "transaction_metadata_trueup_surcharge",
53922
+ "plural" : "transaction_metadata_trueup_surcharges",
53923
+ "fields" : [ {
53924
+ "name" : "original",
53925
+ "type" : "transaction_metadata_original_transaction",
53926
+ "required" : true,
53927
+ "attributes" : [ ],
53928
+ "annotations" : [ ]
53929
+ }, {
53930
+ "name" : "estimate",
53931
+ "type" : "transaction_metadata_trueup_surcharge_data",
53932
+ "required" : true,
53933
+ "attributes" : [ ],
53934
+ "annotations" : [ ]
53935
+ }, {
53936
+ "name" : "actual",
53937
+ "type" : "transaction_metadata_trueup_surcharge_data",
53938
+ "required" : true,
53939
+ "attributes" : [ ],
53940
+ "annotations" : [ ]
53941
+ } ],
53942
+ "attributes" : [ ],
53943
+ "interfaces" : [ ]
53944
+ }, {
53945
+ "name" : "transaction_metadata_trueup_surcharge_data",
53946
+ "plural" : "transaction_metadata_trueup_surcharge_data",
53947
+ "fields" : [ {
53948
+ "name" : "source",
53949
+ "type" : "trueup_source",
53950
+ "required" : true,
53951
+ "attributes" : [ ],
53952
+ "annotations" : [ ]
53953
+ }, {
53954
+ "name" : "surcharge",
53955
+ "type" : "trueup_label_surcharge",
53956
+ "required" : true,
53957
+ "attributes" : [ ],
53958
+ "annotations" : [ ]
53959
+ } ],
53960
+ "attributes" : [ ],
53961
+ "interfaces" : [ ]
53705
53962
  }, {
53706
53963
  "name" : "transaction_network_details_card",
53707
53964
  "plural" : "transaction_network_details_cards",
@@ -53863,6 +54120,60 @@
53863
54120
  } ],
53864
54121
  "attributes" : [ ],
53865
54122
  "interfaces" : [ ]
54123
+ }, {
54124
+ "name" : "trueup_label_base_v2",
54125
+ "plural" : "trueup_label_base_v2s",
54126
+ "fields" : [ {
54127
+ "name" : "amount",
54128
+ "type" : "decimal",
54129
+ "required" : true,
54130
+ "attributes" : [ ],
54131
+ "annotations" : [ ],
54132
+ "description" : "The base rate card charge (based on weight, before fees)"
54133
+ } ],
54134
+ "attributes" : [ ],
54135
+ "interfaces" : [ ]
54136
+ }, {
54137
+ "name" : "trueup_label_base_weight",
54138
+ "plural" : "trueup_label_base_weights",
54139
+ "fields" : [ {
54140
+ "name" : "weight",
54141
+ "type" : "decimal",
54142
+ "required" : true,
54143
+ "attributes" : [ ],
54144
+ "annotations" : [ ],
54145
+ "description" : "The actual weight used for ratecard lookup"
54146
+ } ],
54147
+ "attributes" : [ ],
54148
+ "interfaces" : [ ]
54149
+ }, {
54150
+ "name" : "trueup_label_fuel",
54151
+ "plural" : "trueup_label_fuels",
54152
+ "fields" : [ {
54153
+ "name" : "amount",
54154
+ "type" : "decimal",
54155
+ "required" : true,
54156
+ "attributes" : [ ],
54157
+ "annotations" : [ ]
54158
+ }, {
54159
+ "name" : "percentage",
54160
+ "type" : "decimal",
54161
+ "required" : false,
54162
+ "attributes" : [ ],
54163
+ "annotations" : [ ],
54164
+ "description" : "When applicable, the % used to calculate this surcharge. Values are expressed as '10.5' to represent '10.5%'",
54165
+ "example" : "15.5"
54166
+ }, {
54167
+ "name" : "per_weight_unit",
54168
+ "type" : "decimal",
54169
+ "required" : false,
54170
+ "attributes" : [ ],
54171
+ "annotations" : [ ],
54172
+ "description" : "When applicable, the dollar amount per weight unit used to calculate this surcharge. Values are expressed as '0.04' to represent '4 cents' per unit (eg pound)",
54173
+ "example" : "0.04"
54174
+ } ],
54175
+ "attributes" : [ ],
54176
+ "interfaces" : [ ]
53866
54177
  }, {
53867
54178
  "name" : "trueup_label_surcharge",
53868
54179
  "plural" : "trueup_label_surcharges",
@@ -53917,6 +54228,30 @@
53917
54228
  } ],
53918
54229
  "attributes" : [ ],
53919
54230
  "interfaces" : [ ]
54231
+ }, {
54232
+ "name" : "trueup_label_weights",
54233
+ "plural" : "trueup_label_weights",
54234
+ "fields" : [ {
54235
+ "name" : "base",
54236
+ "type" : "trueup_label_base_weight",
54237
+ "required" : true,
54238
+ "attributes" : [ ],
54239
+ "annotations" : [ ]
54240
+ }, {
54241
+ "name" : "dead",
54242
+ "type" : "dead_weight",
54243
+ "required" : false,
54244
+ "attributes" : [ ],
54245
+ "annotations" : [ ]
54246
+ }, {
54247
+ "name" : "dimensional",
54248
+ "type" : "dimensional_weight",
54249
+ "required" : false,
54250
+ "attributes" : [ ],
54251
+ "annotations" : [ ]
54252
+ } ],
54253
+ "attributes" : [ ],
54254
+ "interfaces" : [ ]
53920
54255
  }, {
53921
54256
  "name" : "ultimate_beneficiary_owner",
53922
54257
  "plural" : "ultimate_beneficiary_owners",