@restorecommerce/protos 5.0.1 → 6.1.0

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 (54) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/io/restorecommerce/access_control.proto +8 -8
  3. package/io/restorecommerce/address.proto +6 -6
  4. package/io/restorecommerce/auth.proto +3 -3
  5. package/io/restorecommerce/authentication_log.proto +6 -6
  6. package/io/restorecommerce/code.proto +5 -5
  7. package/io/restorecommerce/command.proto +5 -5
  8. package/io/restorecommerce/commandinterface.proto +2 -2
  9. package/io/restorecommerce/contact_point.proto +6 -6
  10. package/io/restorecommerce/contact_point_type.proto +6 -6
  11. package/io/restorecommerce/country.proto +6 -6
  12. package/io/restorecommerce/credential.proto +6 -6
  13. package/io/restorecommerce/currency.proto +10 -10
  14. package/io/restorecommerce/customer.proto +5 -5
  15. package/io/restorecommerce/file.proto +1 -1
  16. package/io/restorecommerce/filter.proto +5 -5
  17. package/io/restorecommerce/fulfillment.proto +60 -29
  18. package/io/restorecommerce/fulfillment_courier.proto +20 -8
  19. package/io/restorecommerce/fulfillment_product.proto +36 -18
  20. package/io/restorecommerce/graph.proto +9 -9
  21. package/io/restorecommerce/image.proto +1 -1
  22. package/io/restorecommerce/invoice.proto +10 -10
  23. package/io/restorecommerce/job.proto +7 -7
  24. package/io/restorecommerce/locale.proto +6 -6
  25. package/io/restorecommerce/location.proto +6 -6
  26. package/io/restorecommerce/manufacturer.proto +6 -6
  27. package/io/restorecommerce/notification.proto +6 -6
  28. package/io/restorecommerce/notification_channel.proto +6 -6
  29. package/io/restorecommerce/oauth.proto +9 -9
  30. package/io/restorecommerce/order.proto +24 -22
  31. package/io/restorecommerce/organization.proto +7 -7
  32. package/io/restorecommerce/ostorage.proto +57 -57
  33. package/io/restorecommerce/payment.proto +15 -15
  34. package/io/restorecommerce/payment_method.proto +6 -6
  35. package/io/restorecommerce/policy.proto +5 -5
  36. package/io/restorecommerce/policy_set.proto +5 -5
  37. package/io/restorecommerce/price.proto +0 -10
  38. package/io/restorecommerce/price_group.proto +6 -6
  39. package/io/restorecommerce/product.proto +26 -16
  40. package/io/restorecommerce/product_category.proto +6 -6
  41. package/io/restorecommerce/product_prototype.proto +6 -6
  42. package/io/restorecommerce/rendering.proto +8 -8
  43. package/io/restorecommerce/resource_base.proto +12 -12
  44. package/io/restorecommerce/role.proto +6 -6
  45. package/io/restorecommerce/rule.proto +5 -5
  46. package/io/restorecommerce/search.proto +1 -1
  47. package/io/restorecommerce/shop.proto +5 -6
  48. package/io/restorecommerce/status.proto +7 -7
  49. package/io/restorecommerce/tax.proto +6 -6
  50. package/io/restorecommerce/tax_type.proto +5 -5
  51. package/io/restorecommerce/timezone.proto +6 -6
  52. package/io/restorecommerce/user.proto +81 -81
  53. package/package.json +2 -2
  54. package/google/protobuf/struct.proto +0 -96
@@ -1,96 +0,0 @@
1
- /// Protocol Buffers - Google's data interchange format
2
- /// Copyright 2008 Google Inc. All rights reserved.
3
- /// https:///developers.google.com/protocol-buffers/
4
- ///
5
- /// Redistribution and use in source and binary forms, with or without
6
- /// modification, are permitted provided that the following conditions are
7
- /// met:
8
- ///
9
- /// * Redistributions of source code must retain the above copyright
10
- /// notice, this list of conditions and the following disclaimer.
11
- /// * Redistributions in binary form must reproduce the above
12
- /// copyright notice, this list of conditions and the following disclaimer
13
- /// in the documentation and/or other materials provided with the
14
- /// distribution.
15
- /// * Neither the name of Google Inc. nor the names of its
16
- /// contributors may be used to endorse or promote products derived from
17
- /// this software without specific prior written permission.
18
- ///
19
- /// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20
- /// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21
- /// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
- /// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
23
- /// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
24
- /// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
25
- /// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26
- /// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27
- /// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28
- /// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29
- /// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30
-
31
- syntax = "proto3";
32
-
33
- package google.protobuf;
34
-
35
- option csharp_namespace = "Google.Protobuf.WellKnownTypes";
36
- option go_package = "github.com/golang/protobuf/ptypes/struct;structpb";
37
- option java_package = "com.google.protobuf";
38
- option java_outer_classname = "StructProto";
39
- option java_multiple_files = true;
40
- option java_generate_equals_and_hash = true;
41
- option objc_class_prefix = "GPB";
42
-
43
-
44
- /// `Struct` represents a structured data value, consisting of fields
45
- /// which map to dynamically typed values. In some languages, `Struct`
46
- /// might be supported by a native representation. For example, in
47
- /// scripting languages like JS a struct is represented as an
48
- /// object. The details of that representation are described together
49
- /// with the proto support for the language.
50
- ///
51
- /// The JSON representation for `Struct` is JSON object.
52
- message Struct {
53
- /// Unordered map of dynamically typed values.
54
- map<string, Value> fields = 1;
55
- }
56
-
57
- /// `Value` represents a dynamically typed value which can be either
58
- /// null, a number, a string, a boolean, a recursive struct value, or a
59
- /// list of values. A producer of value is expected to set one of that
60
- /// variants, absence of any variant indicates an error.
61
- ///
62
- /// The JSON representation for `Value` is JSON value.
63
- message Value {
64
- /// The kind of value.
65
- oneof kind {
66
- /// Represents a null value.
67
- NullValue null_value = 1;
68
- /// Represents a double value.
69
- double number_value = 2;
70
- /// Represents a string value.
71
- string string_value = 3;
72
- /// Represents a boolean value.
73
- bool bool_value = 4;
74
- /// Represents a structured value.
75
- Struct struct_value = 5;
76
- /// Represents a repeated `Value`.
77
- ListValue list_value = 6;
78
- }
79
- }
80
-
81
- /// `NullValue` is a singleton enumeration to represent the null value for the
82
- /// `Value` type union.
83
- ///
84
- /// The JSON representation for `NullValue` is JSON `null`.
85
- enum NullValue {
86
- /// Null value.
87
- NULL_VALUE = 0;
88
- }
89
-
90
- /// `ListValue` is a wrapper around a repeated field of values.
91
- ///
92
- /// The JSON representation for `ListValue` is JSON array.
93
- message ListValue {
94
- /// Repeated field of dynamically typed values.
95
- repeated Value values = 1;
96
- }