@restorecommerce/protos 0.6.5 → 0.6.6

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.6.6](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@0.6.5...@restorecommerce/protos@0.6.6) (2022-04-05)
7
+
8
+ **Note:** Version bump only for package @restorecommerce/protos
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.6.5](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@0.6.4...@restorecommerce/protos@0.6.5) (2022-03-29)
7
15
 
8
16
 
@@ -95,6 +95,8 @@ message BillingAddress {
95
95
  string telephone = 9;
96
96
  string timezone = 10;
97
97
  string economic_area = 11;
98
+ string locality = 12;
99
+ string organization_name = 13;
98
100
  }
99
101
 
100
102
  message InvoicePosition {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restorecommerce/protos",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "description": "Protobuf descriptors for Restorecommerce services",
5
5
  "author": "n-fuse GmbH",
6
6
  "repository": {
@@ -15,5 +15,5 @@
15
15
  "protobufs"
16
16
  ],
17
17
  "scripts": {},
18
- "gitHead": "971b655c0ca23f4d0a2ad9d4d8a697df575d4bf2"
18
+ "gitHead": "93ec5c59ff01e0292c56bb5161f63bb0df7e027b"
19
19
  }