@wundergraph/cosmo-connect 0.95.0 → 0.96.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.
@@ -6520,6 +6520,10 @@ export declare class AuditLog extends Message<AuditLog> {
6520
6520
  * @generated from field: string targetNamespaceDisplayName = 11;
6521
6521
  */
6522
6522
  targetNamespaceDisplayName: string;
6523
+ /**
6524
+ * @generated from field: string apiKeyName = 12;
6525
+ */
6526
+ apiKeyName: string;
6523
6527
  constructor(data?: PartialMessage<AuditLog>);
6524
6528
  static readonly runtime: typeof proto3;
6525
6529
  static readonly typeName = "wg.cosmo.platform.v1.AuditLog";
@@ -10133,6 +10133,10 @@ export class AuditLog extends Message {
10133
10133
  * @generated from field: string targetNamespaceDisplayName = 11;
10134
10134
  */
10135
10135
  targetNamespaceDisplayName = "";
10136
+ /**
10137
+ * @generated from field: string apiKeyName = 12;
10138
+ */
10139
+ apiKeyName = "";
10136
10140
  constructor(data) {
10137
10141
  super();
10138
10142
  proto3.util.initPartial(data, this);
@@ -10151,6 +10155,7 @@ export class AuditLog extends Message {
10151
10155
  { no: 9, name: "createdAt", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10152
10156
  { no: 10, name: "targetNamespaceId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10153
10157
  { no: 11, name: "targetNamespaceDisplayName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10158
+ { no: 12, name: "apiKeyName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
10154
10159
  ]);
10155
10160
  static fromBinary(bytes, options) {
10156
10161
  return new AuditLog().fromBinary(bytes, options);