@google-apps/chat 0.26.0 → 0.27.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.
package/build/protos/protos.json
CHANGED
|
@@ -4787,6 +4787,13 @@
|
|
|
4787
4787
|
"options": {
|
|
4788
4788
|
"(google.api.field_behavior)": "OPTIONAL"
|
|
4789
4789
|
}
|
|
4790
|
+
},
|
|
4791
|
+
"affiliation": {
|
|
4792
|
+
"type": "Affiliation",
|
|
4793
|
+
"id": 9,
|
|
4794
|
+
"options": {
|
|
4795
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
4796
|
+
}
|
|
4790
4797
|
}
|
|
4791
4798
|
},
|
|
4792
4799
|
"nested": {
|
|
@@ -4805,6 +4812,14 @@
|
|
|
4805
4812
|
"ROLE_MANAGER": 2,
|
|
4806
4813
|
"ROLE_ASSISTANT_MANAGER": 4
|
|
4807
4814
|
}
|
|
4815
|
+
},
|
|
4816
|
+
"Affiliation": {
|
|
4817
|
+
"values": {
|
|
4818
|
+
"AFFILIATION_UNSPECIFIED": 0,
|
|
4819
|
+
"INTERNAL": 1,
|
|
4820
|
+
"EXTERNAL": 2,
|
|
4821
|
+
"MANAGED_EXTERNAL": 3
|
|
4822
|
+
}
|
|
4808
4823
|
}
|
|
4809
4824
|
}
|
|
4810
4825
|
},
|