@flowio/api-internal-mock-generator 5.31.42 → 5.31.43

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.
@@ -10,7 +10,7 @@
10
10
  "key": "api-internal"
11
11
  },
12
12
  "namespace": "io.flow.internal.v0",
13
- "version": "0.17.43",
13
+ "version": "0.17.45",
14
14
  "info": {
15
15
  "license": {
16
16
  "name": "MIT",
@@ -646,7 +646,7 @@
646
646
  "application": {
647
647
  "key": "pricing-indicator-internal-event"
648
648
  },
649
- "version": "0.17.43",
649
+ "version": "0.17.45",
650
650
  "enums": ["pricing_indicator_status", "service_name"],
651
651
  "interfaces": [],
652
652
  "unions": ["pricing_indicator_event"],
@@ -2905,6 +2905,12 @@
2905
2905
  }, {
2906
2906
  "name": "channel_billed_transaction_deleted",
2907
2907
  "attributes": []
2908
+ }, {
2909
+ "name": "tax_transaction_upserted",
2910
+ "attributes": []
2911
+ }, {
2912
+ "name": "tax_transaction_deleted",
2913
+ "attributes": []
2908
2914
  }, {
2909
2915
  "name": "calculator_organization_settings_upserted",
2910
2916
  "attributes": []
@@ -4011,6 +4017,17 @@
4011
4017
  "description": "Indicates this transaction is a revenue share based on the estimated cost of the shipping label"
4012
4018
  }],
4013
4019
  "attributes": []
4020
+ }, {
4021
+ "name": "liabilities_method",
4022
+ "plural": "liabilities_methods",
4023
+ "values": [{
4024
+ "name": "withholding",
4025
+ "attributes": []
4026
+ }, {
4027
+ "name": "transaction",
4028
+ "attributes": []
4029
+ }],
4030
+ "attributes": []
4014
4031
  }, {
4015
4032
  "name": "liability_type",
4016
4033
  "plural": "liability_types",
@@ -4620,7 +4637,11 @@
4620
4637
  }, {
4621
4638
  "name": "rejection_reason",
4622
4639
  "attributes": [],
4623
- "description": "externally visible merchant rejection reason"
4640
+ "description": "externally visible merchant rejection reason within a list of given choices."
4641
+ }, {
4642
+ "name": "additional_rejection_info",
4643
+ "attributes": [],
4644
+ "description": "externally visible merchant rejection reason, in addition to rejection reason."
4624
4645
  }],
4625
4646
  "attributes": []
4626
4647
  }, {
@@ -9130,6 +9151,14 @@
9130
9151
  "type": "channel_billed_transaction_deleted",
9131
9152
  "attributes": [],
9132
9153
  "discriminator_value": "channel_billed_transaction_deleted"
9154
+ }, {
9155
+ "type": "tax_transaction_upserted",
9156
+ "attributes": [],
9157
+ "discriminator_value": "tax_transaction_upserted"
9158
+ }, {
9159
+ "type": "tax_transaction_deleted",
9160
+ "attributes": [],
9161
+ "discriminator_value": "tax_transaction_deleted"
9133
9162
  }, {
9134
9163
  "type": "calculator_organization_settings_upserted",
9135
9164
  "attributes": [],
@@ -45998,6 +46027,12 @@
45998
46027
  "required": true,
45999
46028
  "attributes": [],
46000
46029
  "annotations": []
46030
+ }, {
46031
+ "name": "note_type",
46032
+ "type": "organization_restriction_note_type",
46033
+ "required": true,
46034
+ "attributes": [],
46035
+ "annotations": []
46001
46036
  }],
46002
46037
  "attributes": [],
46003
46038
  "interfaces": []
@@ -46043,14 +46078,8 @@
46043
46078
  "attributes": [],
46044
46079
  "annotations": []
46045
46080
  }, {
46046
- "name": "note",
46047
- "type": "string",
46048
- "required": false,
46049
- "attributes": [],
46050
- "annotations": []
46051
- }, {
46052
- "name": "rejection_reason",
46053
- "type": "string",
46081
+ "name": "notes",
46082
+ "type": "[organization_restriction_note_form]",
46054
46083
  "required": false,
46055
46084
  "attributes": [],
46056
46085
  "annotations": []
@@ -56473,6 +56502,55 @@
56473
56502
  }],
56474
56503
  "attributes": [],
56475
56504
  "interfaces": ["child_transaction"]
56505
+ }, {
56506
+ "name": "tax_transaction_deleted",
56507
+ "plural": "tax_transaction_deleteds",
56508
+ "fields": [{
56509
+ "name": "event_id",
56510
+ "type": "string",
56511
+ "required": true,
56512
+ "attributes": [],
56513
+ "annotations": []
56514
+ }, {
56515
+ "name": "timestamp",
56516
+ "type": "date-time-iso8601",
56517
+ "required": true,
56518
+ "attributes": [],
56519
+ "annotations": []
56520
+ }, {
56521
+ "name": "id",
56522
+ "type": "string",
56523
+ "required": true,
56524
+ "attributes": [],
56525
+ "annotations": [],
56526
+ "description": "Globally unique identifier"
56527
+ }],
56528
+ "attributes": [],
56529
+ "interfaces": []
56530
+ }, {
56531
+ "name": "tax_transaction_upserted",
56532
+ "plural": "tax_transaction_upserteds",
56533
+ "fields": [{
56534
+ "name": "event_id",
56535
+ "type": "string",
56536
+ "required": true,
56537
+ "attributes": [],
56538
+ "annotations": []
56539
+ }, {
56540
+ "name": "timestamp",
56541
+ "type": "date-time-iso8601",
56542
+ "required": true,
56543
+ "attributes": [],
56544
+ "annotations": []
56545
+ }, {
56546
+ "name": "tax_transaction",
56547
+ "type": "tax_transaction",
56548
+ "required": true,
56549
+ "attributes": [],
56550
+ "annotations": []
56551
+ }],
56552
+ "attributes": [],
56553
+ "interfaces": []
56476
56554
  }, {
56477
56555
  "name": "taxonomy_category",
56478
56556
  "plural": "taxonomy_categories",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-mock-generator",
3
- "version": "5.31.42",
3
+ "version": "5.31.43",
4
4
  "description": "A mock data generator based on our internal API specifications for JavaScript",
5
5
  "keywords": [
6
6
  "flowcommerce",
@@ -29,5 +29,5 @@
29
29
  "apibuilder-js": "0.0.13",
30
30
  "apibuilder-mock-generator": "0.0.13"
31
31
  },
32
- "gitHead": "8ef6920818b0be7ae2d7a09650625e64315b173b"
32
+ "gitHead": "e9504490ad2239aa159cfb034ad8f04de3137eb4"
33
33
  }
@@ -10,7 +10,7 @@
10
10
  "key" : "api-internal"
11
11
  },
12
12
  "namespace" : "io.flow.internal.v0",
13
- "version" : "0.17.43",
13
+ "version" : "0.17.45",
14
14
  "info" : {
15
15
  "license" : {
16
16
  "name" : "MIT",
@@ -646,7 +646,7 @@
646
646
  "application" : {
647
647
  "key" : "pricing-indicator-internal-event"
648
648
  },
649
- "version" : "0.17.43",
649
+ "version" : "0.17.45",
650
650
  "enums" : [ "pricing_indicator_status", "service_name" ],
651
651
  "interfaces" : [ ],
652
652
  "unions" : [ "pricing_indicator_event" ],
@@ -2905,6 +2905,12 @@
2905
2905
  }, {
2906
2906
  "name" : "channel_billed_transaction_deleted",
2907
2907
  "attributes" : [ ]
2908
+ }, {
2909
+ "name" : "tax_transaction_upserted",
2910
+ "attributes" : [ ]
2911
+ }, {
2912
+ "name" : "tax_transaction_deleted",
2913
+ "attributes" : [ ]
2908
2914
  }, {
2909
2915
  "name" : "calculator_organization_settings_upserted",
2910
2916
  "attributes" : [ ]
@@ -4011,6 +4017,17 @@
4011
4017
  "description" : "Indicates this transaction is a revenue share based on the estimated cost of the shipping label"
4012
4018
  } ],
4013
4019
  "attributes" : [ ]
4020
+ }, {
4021
+ "name" : "liabilities_method",
4022
+ "plural" : "liabilities_methods",
4023
+ "values" : [ {
4024
+ "name" : "withholding",
4025
+ "attributes" : [ ]
4026
+ }, {
4027
+ "name" : "transaction",
4028
+ "attributes" : [ ]
4029
+ } ],
4030
+ "attributes" : [ ]
4014
4031
  }, {
4015
4032
  "name" : "liability_type",
4016
4033
  "plural" : "liability_types",
@@ -4620,7 +4637,11 @@
4620
4637
  }, {
4621
4638
  "name" : "rejection_reason",
4622
4639
  "attributes" : [ ],
4623
- "description" : "externally visible merchant rejection reason"
4640
+ "description" : "externally visible merchant rejection reason within a list of given choices."
4641
+ }, {
4642
+ "name" : "additional_rejection_info",
4643
+ "attributes" : [ ],
4644
+ "description" : "externally visible merchant rejection reason, in addition to rejection reason."
4624
4645
  } ],
4625
4646
  "attributes" : [ ]
4626
4647
  }, {
@@ -9130,6 +9151,14 @@
9130
9151
  "type" : "channel_billed_transaction_deleted",
9131
9152
  "attributes" : [ ],
9132
9153
  "discriminator_value" : "channel_billed_transaction_deleted"
9154
+ }, {
9155
+ "type" : "tax_transaction_upserted",
9156
+ "attributes" : [ ],
9157
+ "discriminator_value" : "tax_transaction_upserted"
9158
+ }, {
9159
+ "type" : "tax_transaction_deleted",
9160
+ "attributes" : [ ],
9161
+ "discriminator_value" : "tax_transaction_deleted"
9133
9162
  }, {
9134
9163
  "type" : "calculator_organization_settings_upserted",
9135
9164
  "attributes" : [ ],
@@ -45998,6 +46027,12 @@
45998
46027
  "required" : true,
45999
46028
  "attributes" : [ ],
46000
46029
  "annotations" : [ ]
46030
+ }, {
46031
+ "name" : "note_type",
46032
+ "type" : "organization_restriction_note_type",
46033
+ "required" : true,
46034
+ "attributes" : [ ],
46035
+ "annotations" : [ ]
46001
46036
  } ],
46002
46037
  "attributes" : [ ],
46003
46038
  "interfaces" : [ ]
@@ -46043,14 +46078,8 @@
46043
46078
  "attributes" : [ ],
46044
46079
  "annotations" : [ ]
46045
46080
  }, {
46046
- "name" : "note",
46047
- "type" : "string",
46048
- "required" : false,
46049
- "attributes" : [ ],
46050
- "annotations" : [ ]
46051
- }, {
46052
- "name" : "rejection_reason",
46053
- "type" : "string",
46081
+ "name" : "notes",
46082
+ "type" : "[organization_restriction_note_form]",
46054
46083
  "required" : false,
46055
46084
  "attributes" : [ ],
46056
46085
  "annotations" : [ ]
@@ -56473,6 +56502,55 @@
56473
56502
  } ],
56474
56503
  "attributes" : [ ],
56475
56504
  "interfaces" : [ "child_transaction" ]
56505
+ }, {
56506
+ "name" : "tax_transaction_deleted",
56507
+ "plural" : "tax_transaction_deleteds",
56508
+ "fields" : [ {
56509
+ "name" : "event_id",
56510
+ "type" : "string",
56511
+ "required" : true,
56512
+ "attributes" : [ ],
56513
+ "annotations" : [ ]
56514
+ }, {
56515
+ "name" : "timestamp",
56516
+ "type" : "date-time-iso8601",
56517
+ "required" : true,
56518
+ "attributes" : [ ],
56519
+ "annotations" : [ ]
56520
+ }, {
56521
+ "name" : "id",
56522
+ "type" : "string",
56523
+ "required" : true,
56524
+ "attributes" : [ ],
56525
+ "annotations" : [ ],
56526
+ "description" : "Globally unique identifier"
56527
+ } ],
56528
+ "attributes" : [ ],
56529
+ "interfaces" : [ ]
56530
+ }, {
56531
+ "name" : "tax_transaction_upserted",
56532
+ "plural" : "tax_transaction_upserteds",
56533
+ "fields" : [ {
56534
+ "name" : "event_id",
56535
+ "type" : "string",
56536
+ "required" : true,
56537
+ "attributes" : [ ],
56538
+ "annotations" : [ ]
56539
+ }, {
56540
+ "name" : "timestamp",
56541
+ "type" : "date-time-iso8601",
56542
+ "required" : true,
56543
+ "attributes" : [ ],
56544
+ "annotations" : [ ]
56545
+ }, {
56546
+ "name" : "tax_transaction",
56547
+ "type" : "tax_transaction",
56548
+ "required" : true,
56549
+ "attributes" : [ ],
56550
+ "annotations" : [ ]
56551
+ } ],
56552
+ "attributes" : [ ],
56553
+ "interfaces" : [ ]
56476
56554
  }, {
56477
56555
  "name" : "taxonomy_category",
56478
56556
  "plural" : "taxonomy_categories",