@restorecommerce/protos 3.1.0 → 3.1.2
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 +16 -0
- package/io/restorecommerce/address.proto +1 -1
- package/io/restorecommerce/contact_point.proto +4 -4
- package/io/restorecommerce/customer.proto +5 -5
- package/io/restorecommerce/fulfillment.proto +1 -1
- package/io/restorecommerce/fulfillment_product.proto +1 -1
- package/io/restorecommerce/invoice.proto +1 -1
- package/io/restorecommerce/location.proto +3 -3
- package/io/restorecommerce/organization.proto +3 -3
- package/io/restorecommerce/product.proto +0 -10
- package/io/restorecommerce/tax.proto +2 -2
- package/io/restorecommerce/user.proto +4 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
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
|
+
## [3.1.2](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@3.1.1...@restorecommerce/protos@3.1.2) (2023-06-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @restorecommerce/protos
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [3.1.1](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@3.1.0...@restorecommerce/protos@3.1.1) (2023-06-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @restorecommerce/protos
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.1.0](https://github.com/restorecommerce/libs/compare/@restorecommerce/protos@3.0.1...@restorecommerce/protos@3.1.0) (2023-06-02)
|
|
7
23
|
|
|
8
24
|
|
|
@@ -79,7 +79,7 @@ message Address {
|
|
|
79
79
|
optional string country_id = 4 [
|
|
80
80
|
(io.restorecommerce.options.resolver) = {
|
|
81
81
|
target_type: ".io.restorecommerce.country.Country",
|
|
82
|
-
target_service: "
|
|
82
|
+
target_service: "master_data",
|
|
83
83
|
target_sub_service: "country",
|
|
84
84
|
target_method: "Read",
|
|
85
85
|
field_name: "country",
|
|
@@ -51,7 +51,7 @@ message ContactPoint {
|
|
|
51
51
|
optional string physical_address_id = 3 [
|
|
52
52
|
(io.restorecommerce.options.resolver) = {
|
|
53
53
|
target_type: ".io.restorecommerce.address.Address",
|
|
54
|
-
target_service: "
|
|
54
|
+
target_service: "master_data",
|
|
55
55
|
target_sub_service: "address",
|
|
56
56
|
target_method: "Read",
|
|
57
57
|
field_name: "physicalAddress",
|
|
@@ -62,7 +62,7 @@ message ContactPoint {
|
|
|
62
62
|
optional string contact_point_type_id = 7 [
|
|
63
63
|
(io.restorecommerce.options.resolver) = {
|
|
64
64
|
target_type: ".io.restorecommerce.contact_point_type.ContactPointType",
|
|
65
|
-
target_service: "
|
|
65
|
+
target_service: "master_data",
|
|
66
66
|
target_sub_service: "contact_point_type",
|
|
67
67
|
target_method: "Read",
|
|
68
68
|
field_name: "contactPointType",
|
|
@@ -72,7 +72,7 @@ message ContactPoint {
|
|
|
72
72
|
optional string timezone_id = 9 [
|
|
73
73
|
(io.restorecommerce.options.resolver) = {
|
|
74
74
|
target_type: ".io.restorecommerce.timezone.Timezone",
|
|
75
|
-
target_service: "
|
|
75
|
+
target_service: "master_data",
|
|
76
76
|
target_sub_service: "timezone",
|
|
77
77
|
target_method: "Read",
|
|
78
78
|
field_name: "timezone",
|
|
@@ -81,7 +81,7 @@ message ContactPoint {
|
|
|
81
81
|
optional string locale_id = 10 [
|
|
82
82
|
(io.restorecommerce.options.resolver) = {
|
|
83
83
|
target_type: ".io.restorecommerce.locale.Locale",
|
|
84
|
-
target_service: "
|
|
84
|
+
target_service: "master_data",
|
|
85
85
|
target_sub_service: "locale",
|
|
86
86
|
target_method: "Read",
|
|
87
87
|
field_name: "locale",
|
|
@@ -67,7 +67,7 @@ message IndividualUser {
|
|
|
67
67
|
optional string address_id = 2 [
|
|
68
68
|
(io.restorecommerce.options.resolver) = {
|
|
69
69
|
target_type: ".io.restorecommerce.address.Address",
|
|
70
|
-
target_service: "
|
|
70
|
+
target_service: "master_data",
|
|
71
71
|
target_sub_service: "address",
|
|
72
72
|
target_method: "Read",
|
|
73
73
|
field_name: "address",
|
|
@@ -76,7 +76,7 @@ message IndividualUser {
|
|
|
76
76
|
repeated string contact_point_ids = 3 [
|
|
77
77
|
(io.restorecommerce.options.resolver) = {
|
|
78
78
|
target_type: ".io.restorecommerce.contact_point.ContactPoint",
|
|
79
|
-
target_service: "
|
|
79
|
+
target_service: "master_data",
|
|
80
80
|
target_sub_service: "contact_point",
|
|
81
81
|
target_method: "Read",
|
|
82
82
|
field_name: "contactPoints",
|
|
@@ -97,7 +97,7 @@ message OrgUser {
|
|
|
97
97
|
optional string organization_id = 2 [
|
|
98
98
|
(io.restorecommerce.options.resolver) = {
|
|
99
99
|
target_type: ".io.restorecommerce.organization.Organization",
|
|
100
|
-
target_service: "
|
|
100
|
+
target_service: "master_data",
|
|
101
101
|
target_sub_service: "organization",
|
|
102
102
|
target_method: "Read",
|
|
103
103
|
field_name: "organization",
|
|
@@ -110,7 +110,7 @@ message Guest {
|
|
|
110
110
|
optional string address_id = 2 [
|
|
111
111
|
(io.restorecommerce.options.resolver) = {
|
|
112
112
|
target_type: ".io.restorecommerce.address.Address",
|
|
113
|
-
target_service: "
|
|
113
|
+
target_service: "master_data",
|
|
114
114
|
target_sub_service: "address",
|
|
115
115
|
target_method: "Read",
|
|
116
116
|
field_name: "address",
|
|
@@ -119,7 +119,7 @@ message Guest {
|
|
|
119
119
|
repeated string contact_point_ids = 3 [
|
|
120
120
|
(io.restorecommerce.options.resolver) = {
|
|
121
121
|
target_type: ".io.restorecommerce.contact_point.ContactPoint",
|
|
122
|
-
target_service: "
|
|
122
|
+
target_service: "master_data",
|
|
123
123
|
target_sub_service: "contact_point",
|
|
124
124
|
target_method: "Read",
|
|
125
125
|
field_name: "contactPoints",
|
|
@@ -93,7 +93,7 @@ message Parcel {
|
|
|
93
93
|
optional string product_id = 2 [
|
|
94
94
|
(io.restorecommerce.options.resolver) = {
|
|
95
95
|
target_type: ".io.restorecommerce.fulfillment_product.FulfillmentProduct",
|
|
96
|
-
target_service: "
|
|
96
|
+
target_service: "master_data",
|
|
97
97
|
target_sub_service: "fulfillment_product",
|
|
98
98
|
target_method: "Read",
|
|
99
99
|
field_name: "product",
|
|
@@ -65,7 +65,7 @@ message FulfillmentProduct {
|
|
|
65
65
|
optional string courier_id = 4 [
|
|
66
66
|
(io.restorecommerce.options.resolver) = {
|
|
67
67
|
target_type: ".io.restorecommerce.fulfillment_courier.FulfillmentCourier",
|
|
68
|
-
target_service: "
|
|
68
|
+
target_service: "master_data",
|
|
69
69
|
target_sub_service: "fulfillment_courier",
|
|
70
70
|
target_method: "Read",
|
|
71
71
|
field_name: "courier",
|
|
@@ -70,7 +70,7 @@ message Invoice {
|
|
|
70
70
|
optional string customer_id = 5 [
|
|
71
71
|
(io.restorecommerce.options.resolver) = {
|
|
72
72
|
target_type: ".io.restorecommerce.customer.Customer",
|
|
73
|
-
target_service: "
|
|
73
|
+
target_service: "master_data",
|
|
74
74
|
target_sub_service: "customer",
|
|
75
75
|
target_method: "Read",
|
|
76
76
|
field_name: "customer",
|
|
@@ -55,7 +55,7 @@ message Location {
|
|
|
55
55
|
optional string organization_id = 5 [
|
|
56
56
|
(io.restorecommerce.options.resolver) = {
|
|
57
57
|
target_type: ".io.restorecommerce.organization.Organization",
|
|
58
|
-
target_service: "
|
|
58
|
+
target_service: "master_data",
|
|
59
59
|
target_sub_service: "organization",
|
|
60
60
|
target_method: "Read",
|
|
61
61
|
field_name: "organization",
|
|
@@ -64,7 +64,7 @@ message Location {
|
|
|
64
64
|
optional string parent_id = 6 [
|
|
65
65
|
(io.restorecommerce.options.resolver) = {
|
|
66
66
|
target_type: ".io.restorecommerce.location.Location",
|
|
67
|
-
target_service: "
|
|
67
|
+
target_service: "master_data",
|
|
68
68
|
target_sub_service: "location",
|
|
69
69
|
target_method: "Read",
|
|
70
70
|
field_name: "parent",
|
|
@@ -73,7 +73,7 @@ message Location {
|
|
|
73
73
|
optional string address_id = 8 [
|
|
74
74
|
(io.restorecommerce.options.resolver) = {
|
|
75
75
|
target_type: ".io.restorecommerce.address.Address",
|
|
76
|
-
target_service: "
|
|
76
|
+
target_service: "master_data",
|
|
77
77
|
target_sub_service: "address",
|
|
78
78
|
target_method: "Read",
|
|
79
79
|
field_name: "address",
|
|
@@ -56,7 +56,7 @@ message Organization {
|
|
|
56
56
|
optional string address_id = 3 [
|
|
57
57
|
(io.restorecommerce.options.resolver) = {
|
|
58
58
|
target_type: ".io.restorecommerce.address.Address",
|
|
59
|
-
target_service: "
|
|
59
|
+
target_service: "master_data",
|
|
60
60
|
target_sub_service: "address",
|
|
61
61
|
target_method: "Read",
|
|
62
62
|
field_name: "address",
|
|
@@ -65,7 +65,7 @@ message Organization {
|
|
|
65
65
|
optional string parent_id = 4 [
|
|
66
66
|
(io.restorecommerce.options.resolver) = {
|
|
67
67
|
target_type: ".io.restorecommerce.organization.Organization",
|
|
68
|
-
target_service: "
|
|
68
|
+
target_service: "master_data",
|
|
69
69
|
target_sub_service: "organization",
|
|
70
70
|
target_method: "Read",
|
|
71
71
|
field_name: "parent",
|
|
@@ -74,7 +74,7 @@ message Organization {
|
|
|
74
74
|
repeated string contact_point_ids = 6 [
|
|
75
75
|
(io.restorecommerce.options.resolver) = {
|
|
76
76
|
target_type: ".io.restorecommerce.contact_point.ContactPoint",
|
|
77
|
-
target_service: "
|
|
77
|
+
target_service: "master_data",
|
|
78
78
|
target_sub_service: "contact_point",
|
|
79
79
|
target_method: "Read",
|
|
80
80
|
field_name: "contactPoints",
|
|
@@ -47,16 +47,6 @@ message Association {
|
|
|
47
47
|
google.protobuf.Any data = 4;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
message Appendix {
|
|
51
|
-
optional int64 index = 1;
|
|
52
|
-
optional string name = 2;
|
|
53
|
-
optional string description = 3;
|
|
54
|
-
repeated string tags = 4;
|
|
55
|
-
optional string url = 5;
|
|
56
|
-
optional string content_type = 6;
|
|
57
|
-
optional io.restorecommerce.image.Image thumbnail = 7;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
50
|
// Product resource entity
|
|
61
51
|
message Product {
|
|
62
52
|
option (restorecommerce.options.kafka_subscriber) = {
|
|
@@ -52,7 +52,7 @@ message Tax {
|
|
|
52
52
|
optional string country_id = 3 [
|
|
53
53
|
(io.restorecommerce.options.resolver) = {
|
|
54
54
|
target_type: ".io.restorecommerce.country.Country",
|
|
55
|
-
target_service: "
|
|
55
|
+
target_service: "master_data",
|
|
56
56
|
target_sub_service: "country",
|
|
57
57
|
target_method: "Read",
|
|
58
58
|
field_name: "country",
|
|
@@ -63,7 +63,7 @@ message Tax {
|
|
|
63
63
|
optional string type_id = 6 [
|
|
64
64
|
(io.restorecommerce.options.resolver) = {
|
|
65
65
|
target_type: ".io.restorecommerce.tax_type.TaxType",
|
|
66
|
-
target_service: "
|
|
66
|
+
target_service: "master_data",
|
|
67
67
|
target_sub_service: "tax_type",
|
|
68
68
|
target_method: "Read",
|
|
69
69
|
field_name: "type",
|
|
@@ -278,7 +278,7 @@ message User {
|
|
|
278
278
|
optional string timezone_id = 13 [
|
|
279
279
|
(io.restorecommerce.options.resolver) = {
|
|
280
280
|
target_type: ".io.restorecommerce.timezone.Timezone",
|
|
281
|
-
target_service: "
|
|
281
|
+
target_service: "master_data",
|
|
282
282
|
target_sub_service: "timezone",
|
|
283
283
|
target_method: "Read",
|
|
284
284
|
field_name: "timezone",
|
|
@@ -287,7 +287,7 @@ message User {
|
|
|
287
287
|
optional string locale_id = 14 [
|
|
288
288
|
(io.restorecommerce.options.resolver) = {
|
|
289
289
|
target_type: ".io.restorecommerce.locale.Locale",
|
|
290
|
-
target_service: "
|
|
290
|
+
target_service: "master_data",
|
|
291
291
|
target_sub_service: "locale",
|
|
292
292
|
target_method: "Read",
|
|
293
293
|
field_name: "locale",
|
|
@@ -326,7 +326,7 @@ message UserRole {
|
|
|
326
326
|
string timezone_id = 13 [
|
|
327
327
|
(io.restorecommerce.options.resolver) = {
|
|
328
328
|
target_type: ".io.restorecommerce.timezone.Timezone",
|
|
329
|
-
target_service: "
|
|
329
|
+
target_service: "master_data",
|
|
330
330
|
target_sub_service: "timezone",
|
|
331
331
|
target_method: "Read",
|
|
332
332
|
field_name: "timezone",
|
|
@@ -335,7 +335,7 @@ message UserRole {
|
|
|
335
335
|
string locale_id = 14 [
|
|
336
336
|
(io.restorecommerce.options.resolver) = {
|
|
337
337
|
target_type: ".io.restorecommerce.locale.Locale",
|
|
338
|
-
target_service: "
|
|
338
|
+
target_service: "master_data",
|
|
339
339
|
target_sub_service: "locale",
|
|
340
340
|
target_method: "Read",
|
|
341
341
|
field_name: "locale",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@restorecommerce/protos",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.2",
|
|
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": "
|
|
18
|
+
"gitHead": "1caa7cb6acfb09a9ea79c9ff4349390617175854"
|
|
19
19
|
}
|