@wundergraph/cosmo-connect 0.18.0 → 0.20.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.
@@ -815,6 +815,10 @@ export declare class GetFederatedGraphByNameResponse extends Message<GetFederate
815
815
  * @generated from field: repeated wg.cosmo.platform.v1.Subgraph subgraphs = 3;
816
816
  */
817
817
  subgraphs: Subgraph[];
818
+ /**
819
+ * @generated from field: string graphToken = 4;
820
+ */
821
+ graphToken: string;
818
822
  constructor(data?: PartialMessage<GetFederatedGraphByNameResponse>);
819
823
  static readonly runtime: typeof proto3;
820
824
  static readonly typeName = "wg.cosmo.platform.v1.GetFederatedGraphByNameResponse";
@@ -1387,6 +1391,27 @@ export declare class Pagination extends Message<Pagination> {
1387
1391
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Pagination;
1388
1392
  static equals(a: Pagination | PlainMessage<Pagination> | undefined, b: Pagination | PlainMessage<Pagination> | undefined): boolean;
1389
1393
  }
1394
+ /**
1395
+ * @generated from message wg.cosmo.platform.v1.Sort
1396
+ */
1397
+ export declare class Sort extends Message<Sort> {
1398
+ /**
1399
+ * @generated from field: string id = 1;
1400
+ */
1401
+ id: string;
1402
+ /**
1403
+ * @generated from field: bool desc = 2;
1404
+ */
1405
+ desc: boolean;
1406
+ constructor(data?: PartialMessage<Sort>);
1407
+ static readonly runtime: typeof proto3;
1408
+ static readonly typeName = "wg.cosmo.platform.v1.Sort";
1409
+ static readonly fields: FieldList;
1410
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Sort;
1411
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Sort;
1412
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Sort;
1413
+ static equals(a: Sort | PlainMessage<Sort> | undefined, b: Sort | PlainMessage<Sort> | undefined): boolean;
1414
+ }
1390
1415
  /**
1391
1416
  * @generated from message wg.cosmo.platform.v1.AnalyticsConfig
1392
1417
  */
@@ -1403,6 +1428,10 @@ export declare class AnalyticsConfig extends Message<AnalyticsConfig> {
1403
1428
  * @generated from field: wg.cosmo.platform.v1.Pagination pagination = 3;
1404
1429
  */
1405
1430
  pagination?: Pagination;
1431
+ /**
1432
+ * @generated from field: optional wg.cosmo.platform.v1.Sort sort = 4;
1433
+ */
1434
+ sort?: Sort;
1406
1435
  constructor(data?: PartialMessage<AnalyticsConfig>);
1407
1436
  static readonly runtime: typeof proto3;
1408
1437
  static readonly typeName = "wg.cosmo.platform.v1.AnalyticsConfig";
@@ -2769,9 +2798,9 @@ export declare class LeaveOrganizationResponse extends Message<LeaveOrganization
2769
2798
  static equals(a: LeaveOrganizationResponse | PlainMessage<LeaveOrganizationResponse> | undefined, b: LeaveOrganizationResponse | PlainMessage<LeaveOrganizationResponse> | undefined): boolean;
2770
2799
  }
2771
2800
  /**
2772
- * @generated from message wg.cosmo.platform.v1.UpdateOrganizationNameRequest
2801
+ * @generated from message wg.cosmo.platform.v1.UpdateOrganizationDetailsRequest
2773
2802
  */
2774
- export declare class UpdateOrganizationNameRequest extends Message<UpdateOrganizationNameRequest> {
2803
+ export declare class UpdateOrganizationDetailsRequest extends Message<UpdateOrganizationDetailsRequest> {
2775
2804
  /**
2776
2805
  * @generated from field: string userID = 1;
2777
2806
  */
@@ -2780,69 +2809,35 @@ export declare class UpdateOrganizationNameRequest extends Message<UpdateOrganiz
2780
2809
  * @generated from field: string organizationName = 2;
2781
2810
  */
2782
2811
  organizationName: string;
2783
- constructor(data?: PartialMessage<UpdateOrganizationNameRequest>);
2784
- static readonly runtime: typeof proto3;
2785
- static readonly typeName = "wg.cosmo.platform.v1.UpdateOrganizationNameRequest";
2786
- static readonly fields: FieldList;
2787
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateOrganizationNameRequest;
2788
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateOrganizationNameRequest;
2789
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateOrganizationNameRequest;
2790
- static equals(a: UpdateOrganizationNameRequest | PlainMessage<UpdateOrganizationNameRequest> | undefined, b: UpdateOrganizationNameRequest | PlainMessage<UpdateOrganizationNameRequest> | undefined): boolean;
2791
- }
2792
- /**
2793
- * @generated from message wg.cosmo.platform.v1.UpdateOrganizationNameResponse
2794
- */
2795
- export declare class UpdateOrganizationNameResponse extends Message<UpdateOrganizationNameResponse> {
2796
2812
  /**
2797
- * @generated from field: wg.cosmo.platform.v1.Response response = 1;
2798
- */
2799
- response?: Response;
2800
- constructor(data?: PartialMessage<UpdateOrganizationNameResponse>);
2801
- static readonly runtime: typeof proto3;
2802
- static readonly typeName = "wg.cosmo.platform.v1.UpdateOrganizationNameResponse";
2803
- static readonly fields: FieldList;
2804
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateOrganizationNameResponse;
2805
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateOrganizationNameResponse;
2806
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateOrganizationNameResponse;
2807
- static equals(a: UpdateOrganizationNameResponse | PlainMessage<UpdateOrganizationNameResponse> | undefined, b: UpdateOrganizationNameResponse | PlainMessage<UpdateOrganizationNameResponse> | undefined): boolean;
2808
- }
2809
- /**
2810
- * @generated from message wg.cosmo.platform.v1.UpdateOrganizationSlugRequest
2811
- */
2812
- export declare class UpdateOrganizationSlugRequest extends Message<UpdateOrganizationSlugRequest> {
2813
- /**
2814
- * @generated from field: string userID = 1;
2815
- */
2816
- userID: string;
2817
- /**
2818
- * @generated from field: string organizationSlug = 2;
2813
+ * @generated from field: string organizationSlug = 3;
2819
2814
  */
2820
2815
  organizationSlug: string;
2821
- constructor(data?: PartialMessage<UpdateOrganizationSlugRequest>);
2816
+ constructor(data?: PartialMessage<UpdateOrganizationDetailsRequest>);
2822
2817
  static readonly runtime: typeof proto3;
2823
- static readonly typeName = "wg.cosmo.platform.v1.UpdateOrganizationSlugRequest";
2818
+ static readonly typeName = "wg.cosmo.platform.v1.UpdateOrganizationDetailsRequest";
2824
2819
  static readonly fields: FieldList;
2825
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateOrganizationSlugRequest;
2826
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateOrganizationSlugRequest;
2827
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateOrganizationSlugRequest;
2828
- static equals(a: UpdateOrganizationSlugRequest | PlainMessage<UpdateOrganizationSlugRequest> | undefined, b: UpdateOrganizationSlugRequest | PlainMessage<UpdateOrganizationSlugRequest> | undefined): boolean;
2820
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateOrganizationDetailsRequest;
2821
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateOrganizationDetailsRequest;
2822
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateOrganizationDetailsRequest;
2823
+ static equals(a: UpdateOrganizationDetailsRequest | PlainMessage<UpdateOrganizationDetailsRequest> | undefined, b: UpdateOrganizationDetailsRequest | PlainMessage<UpdateOrganizationDetailsRequest> | undefined): boolean;
2829
2824
  }
2830
2825
  /**
2831
- * @generated from message wg.cosmo.platform.v1.UpdateOrganizationSlugResponse
2826
+ * @generated from message wg.cosmo.platform.v1.UpdateOrganizationDetailsResponse
2832
2827
  */
2833
- export declare class UpdateOrganizationSlugResponse extends Message<UpdateOrganizationSlugResponse> {
2828
+ export declare class UpdateOrganizationDetailsResponse extends Message<UpdateOrganizationDetailsResponse> {
2834
2829
  /**
2835
2830
  * @generated from field: wg.cosmo.platform.v1.Response response = 1;
2836
2831
  */
2837
2832
  response?: Response;
2838
- constructor(data?: PartialMessage<UpdateOrganizationSlugResponse>);
2833
+ constructor(data?: PartialMessage<UpdateOrganizationDetailsResponse>);
2839
2834
  static readonly runtime: typeof proto3;
2840
- static readonly typeName = "wg.cosmo.platform.v1.UpdateOrganizationSlugResponse";
2835
+ static readonly typeName = "wg.cosmo.platform.v1.UpdateOrganizationDetailsResponse";
2841
2836
  static readonly fields: FieldList;
2842
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateOrganizationSlugResponse;
2843
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateOrganizationSlugResponse;
2844
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateOrganizationSlugResponse;
2845
- static equals(a: UpdateOrganizationSlugResponse | PlainMessage<UpdateOrganizationSlugResponse> | undefined, b: UpdateOrganizationSlugResponse | PlainMessage<UpdateOrganizationSlugResponse> | undefined): boolean;
2837
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateOrganizationDetailsResponse;
2838
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateOrganizationDetailsResponse;
2839
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateOrganizationDetailsResponse;
2840
+ static equals(a: UpdateOrganizationDetailsResponse | PlainMessage<UpdateOrganizationDetailsResponse> | undefined, b: UpdateOrganizationDetailsResponse | PlainMessage<UpdateOrganizationDetailsResponse> | undefined): boolean;
2846
2841
  }
2847
2842
  /**
2848
2843
  * @generated from message wg.cosmo.platform.v1.UpdateOrgMemberRoleRequest
@@ -2890,9 +2885,9 @@ export declare class UpdateOrgMemberRoleResponse extends Message<UpdateOrgMember
2890
2885
  * *
2891
2886
  * MetricsDashboard
2892
2887
  *
2893
- * @generated from message wg.cosmo.platform.v1.GetMetricsDashboardRequest
2888
+ * @generated from message wg.cosmo.platform.v1.GetGraphMetricsRequest
2894
2889
  */
2895
- export declare class GetMetricsDashboardRequest extends Message<GetMetricsDashboardRequest> {
2890
+ export declare class GetGraphMetricsRequest extends Message<GetGraphMetricsRequest> {
2896
2891
  /**
2897
2892
  * @generated from field: string federatedGraphName = 1;
2898
2893
  */
@@ -2901,19 +2896,19 @@ export declare class GetMetricsDashboardRequest extends Message<GetMetricsDashbo
2901
2896
  * @generated from field: int32 range = 2;
2902
2897
  */
2903
2898
  range: number;
2904
- constructor(data?: PartialMessage<GetMetricsDashboardRequest>);
2899
+ constructor(data?: PartialMessage<GetGraphMetricsRequest>);
2905
2900
  static readonly runtime: typeof proto3;
2906
- static readonly typeName = "wg.cosmo.platform.v1.GetMetricsDashboardRequest";
2901
+ static readonly typeName = "wg.cosmo.platform.v1.GetGraphMetricsRequest";
2907
2902
  static readonly fields: FieldList;
2908
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetMetricsDashboardRequest;
2909
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetMetricsDashboardRequest;
2910
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetMetricsDashboardRequest;
2911
- static equals(a: GetMetricsDashboardRequest | PlainMessage<GetMetricsDashboardRequest> | undefined, b: GetMetricsDashboardRequest | PlainMessage<GetMetricsDashboardRequest> | undefined): boolean;
2903
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetGraphMetricsRequest;
2904
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetGraphMetricsRequest;
2905
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetGraphMetricsRequest;
2906
+ static equals(a: GetGraphMetricsRequest | PlainMessage<GetGraphMetricsRequest> | undefined, b: GetGraphMetricsRequest | PlainMessage<GetGraphMetricsRequest> | undefined): boolean;
2912
2907
  }
2913
2908
  /**
2914
- * @generated from message wg.cosmo.platform.v1.GetMetricsDashboardResponse
2909
+ * @generated from message wg.cosmo.platform.v1.GetGraphMetricsResponse
2915
2910
  */
2916
- export declare class GetMetricsDashboardResponse extends Message<GetMetricsDashboardResponse> {
2911
+ export declare class GetGraphMetricsResponse extends Message<GetGraphMetricsResponse> {
2917
2912
  /**
2918
2913
  * @generated from field: wg.cosmo.platform.v1.Response response = 1;
2919
2914
  */
@@ -2934,14 +2929,14 @@ export declare class GetMetricsDashboardResponse extends Message<GetMetricsDashb
2934
2929
  * @generated from field: optional string json = 5;
2935
2930
  */
2936
2931
  json?: string;
2937
- constructor(data?: PartialMessage<GetMetricsDashboardResponse>);
2932
+ constructor(data?: PartialMessage<GetGraphMetricsResponse>);
2938
2933
  static readonly runtime: typeof proto3;
2939
- static readonly typeName = "wg.cosmo.platform.v1.GetMetricsDashboardResponse";
2934
+ static readonly typeName = "wg.cosmo.platform.v1.GetGraphMetricsResponse";
2940
2935
  static readonly fields: FieldList;
2941
- static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetMetricsDashboardResponse;
2942
- static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetMetricsDashboardResponse;
2943
- static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetMetricsDashboardResponse;
2944
- static equals(a: GetMetricsDashboardResponse | PlainMessage<GetMetricsDashboardResponse> | undefined, b: GetMetricsDashboardResponse | PlainMessage<GetMetricsDashboardResponse> | undefined): boolean;
2936
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetGraphMetricsResponse;
2937
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetGraphMetricsResponse;
2938
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetGraphMetricsResponse;
2939
+ static equals(a: GetGraphMetricsResponse | PlainMessage<GetGraphMetricsResponse> | undefined, b: GetGraphMetricsResponse | PlainMessage<GetGraphMetricsResponse> | undefined): boolean;
2945
2940
  }
2946
2941
  /**
2947
2942
  * @generated from message wg.cosmo.platform.v1.MetricsDashboardMetric
@@ -3085,13 +3080,9 @@ export declare class GetMetricsErrorRateResponse extends Message<GetMetricsError
3085
3080
  */
3086
3081
  response?: Response;
3087
3082
  /**
3088
- * @generated from field: repeated wg.cosmo.platform.v1.MetricsSeriesItem series = 2;
3089
- */
3090
- series: MetricsSeriesItem[];
3091
- /**
3092
- * @generated from field: repeated wg.cosmo.platform.v1.MetricsSeriesItem errorSeries = 3;
3083
+ * @generated from field: repeated wg.cosmo.platform.v1.MetricsErrorRateSeriesItem series = 2;
3093
3084
  */
3094
- errorSeries: MetricsSeriesItem[];
3085
+ series: MetricsErrorRateSeriesItem[];
3095
3086
  constructor(data?: PartialMessage<GetMetricsErrorRateResponse>);
3096
3087
  static readonly runtime: typeof proto3;
3097
3088
  static readonly typeName = "wg.cosmo.platform.v1.GetMetricsErrorRateResponse";
@@ -3101,6 +3092,31 @@ export declare class GetMetricsErrorRateResponse extends Message<GetMetricsError
3101
3092
  static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetMetricsErrorRateResponse;
3102
3093
  static equals(a: GetMetricsErrorRateResponse | PlainMessage<GetMetricsErrorRateResponse> | undefined, b: GetMetricsErrorRateResponse | PlainMessage<GetMetricsErrorRateResponse> | undefined): boolean;
3103
3094
  }
3095
+ /**
3096
+ * @generated from message wg.cosmo.platform.v1.MetricsErrorRateSeriesItem
3097
+ */
3098
+ export declare class MetricsErrorRateSeriesItem extends Message<MetricsErrorRateSeriesItem> {
3099
+ /**
3100
+ * @generated from field: string timestamp = 1;
3101
+ */
3102
+ timestamp: string;
3103
+ /**
3104
+ * @generated from field: float requestRate = 2;
3105
+ */
3106
+ requestRate: number;
3107
+ /**
3108
+ * @generated from field: float errorRate = 3;
3109
+ */
3110
+ errorRate: number;
3111
+ constructor(data?: PartialMessage<MetricsErrorRateSeriesItem>);
3112
+ static readonly runtime: typeof proto3;
3113
+ static readonly typeName = "wg.cosmo.platform.v1.MetricsErrorRateSeriesItem";
3114
+ static readonly fields: FieldList;
3115
+ static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): MetricsErrorRateSeriesItem;
3116
+ static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): MetricsErrorRateSeriesItem;
3117
+ static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MetricsErrorRateSeriesItem;
3118
+ static equals(a: MetricsErrorRateSeriesItem | PlainMessage<MetricsErrorRateSeriesItem> | undefined, b: MetricsErrorRateSeriesItem | PlainMessage<MetricsErrorRateSeriesItem> | undefined): boolean;
3119
+ }
3104
3120
  /**
3105
3121
  * @generated from message wg.cosmo.platform.v1.ForceCheckSuccessRequest
3106
3122
  */
@@ -1254,6 +1254,10 @@ export class GetFederatedGraphByNameResponse extends Message {
1254
1254
  * @generated from field: repeated wg.cosmo.platform.v1.Subgraph subgraphs = 3;
1255
1255
  */
1256
1256
  subgraphs = [];
1257
+ /**
1258
+ * @generated from field: string graphToken = 4;
1259
+ */
1260
+ graphToken = "";
1257
1261
  constructor(data) {
1258
1262
  super();
1259
1263
  proto3.util.initPartial(data, this);
@@ -1264,6 +1268,7 @@ export class GetFederatedGraphByNameResponse extends Message {
1264
1268
  { no: 1, name: "response", kind: "message", T: Response },
1265
1269
  { no: 2, name: "graph", kind: "message", T: FederatedGraph },
1266
1270
  { no: 3, name: "subgraphs", kind: "message", T: Subgraph, repeated: true },
1271
+ { no: 4, name: "graphToken", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1267
1272
  ]);
1268
1273
  static fromBinary(bytes, options) {
1269
1274
  return new GetFederatedGraphByNameResponse().fromBinary(bytes, options);
@@ -2183,6 +2188,41 @@ export class Pagination extends Message {
2183
2188
  return proto3.util.equals(Pagination, a, b);
2184
2189
  }
2185
2190
  }
2191
+ /**
2192
+ * @generated from message wg.cosmo.platform.v1.Sort
2193
+ */
2194
+ export class Sort extends Message {
2195
+ /**
2196
+ * @generated from field: string id = 1;
2197
+ */
2198
+ id = "";
2199
+ /**
2200
+ * @generated from field: bool desc = 2;
2201
+ */
2202
+ desc = false;
2203
+ constructor(data) {
2204
+ super();
2205
+ proto3.util.initPartial(data, this);
2206
+ }
2207
+ static runtime = proto3;
2208
+ static typeName = "wg.cosmo.platform.v1.Sort";
2209
+ static fields = proto3.util.newFieldList(() => [
2210
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
2211
+ { no: 2, name: "desc", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
2212
+ ]);
2213
+ static fromBinary(bytes, options) {
2214
+ return new Sort().fromBinary(bytes, options);
2215
+ }
2216
+ static fromJson(jsonValue, options) {
2217
+ return new Sort().fromJson(jsonValue, options);
2218
+ }
2219
+ static fromJsonString(jsonString, options) {
2220
+ return new Sort().fromJsonString(jsonString, options);
2221
+ }
2222
+ static equals(a, b) {
2223
+ return proto3.util.equals(Sort, a, b);
2224
+ }
2225
+ }
2186
2226
  /**
2187
2227
  * @generated from message wg.cosmo.platform.v1.AnalyticsConfig
2188
2228
  */
@@ -2199,6 +2239,10 @@ export class AnalyticsConfig extends Message {
2199
2239
  * @generated from field: wg.cosmo.platform.v1.Pagination pagination = 3;
2200
2240
  */
2201
2241
  pagination;
2242
+ /**
2243
+ * @generated from field: optional wg.cosmo.platform.v1.Sort sort = 4;
2244
+ */
2245
+ sort;
2202
2246
  constructor(data) {
2203
2247
  super();
2204
2248
  proto3.util.initPartial(data, this);
@@ -2209,6 +2253,7 @@ export class AnalyticsConfig extends Message {
2209
2253
  { no: 1, name: "date_range", kind: "message", T: DateRange },
2210
2254
  { no: 2, name: "filters", kind: "message", T: AnalyticsFilter, repeated: true },
2211
2255
  { no: 3, name: "pagination", kind: "message", T: Pagination },
2256
+ { no: 4, name: "sort", kind: "message", T: Sort, opt: true },
2212
2257
  ]);
2213
2258
  static fromBinary(bytes, options) {
2214
2259
  return new AnalyticsConfig().fromBinary(bytes, options);
@@ -4394,9 +4439,9 @@ export class LeaveOrganizationResponse extends Message {
4394
4439
  }
4395
4440
  }
4396
4441
  /**
4397
- * @generated from message wg.cosmo.platform.v1.UpdateOrganizationNameRequest
4442
+ * @generated from message wg.cosmo.platform.v1.UpdateOrganizationDetailsRequest
4398
4443
  */
4399
- export class UpdateOrganizationNameRequest extends Message {
4444
+ export class UpdateOrganizationDetailsRequest extends Message {
4400
4445
  /**
4401
4446
  * @generated from field: string userID = 1;
4402
4447
  */
@@ -4405,69 +4450,8 @@ export class UpdateOrganizationNameRequest extends Message {
4405
4450
  * @generated from field: string organizationName = 2;
4406
4451
  */
4407
4452
  organizationName = "";
4408
- constructor(data) {
4409
- super();
4410
- proto3.util.initPartial(data, this);
4411
- }
4412
- static runtime = proto3;
4413
- static typeName = "wg.cosmo.platform.v1.UpdateOrganizationNameRequest";
4414
- static fields = proto3.util.newFieldList(() => [
4415
- { no: 1, name: "userID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4416
- { no: 2, name: "organizationName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4417
- ]);
4418
- static fromBinary(bytes, options) {
4419
- return new UpdateOrganizationNameRequest().fromBinary(bytes, options);
4420
- }
4421
- static fromJson(jsonValue, options) {
4422
- return new UpdateOrganizationNameRequest().fromJson(jsonValue, options);
4423
- }
4424
- static fromJsonString(jsonString, options) {
4425
- return new UpdateOrganizationNameRequest().fromJsonString(jsonString, options);
4426
- }
4427
- static equals(a, b) {
4428
- return proto3.util.equals(UpdateOrganizationNameRequest, a, b);
4429
- }
4430
- }
4431
- /**
4432
- * @generated from message wg.cosmo.platform.v1.UpdateOrganizationNameResponse
4433
- */
4434
- export class UpdateOrganizationNameResponse extends Message {
4435
- /**
4436
- * @generated from field: wg.cosmo.platform.v1.Response response = 1;
4437
- */
4438
- response;
4439
- constructor(data) {
4440
- super();
4441
- proto3.util.initPartial(data, this);
4442
- }
4443
- static runtime = proto3;
4444
- static typeName = "wg.cosmo.platform.v1.UpdateOrganizationNameResponse";
4445
- static fields = proto3.util.newFieldList(() => [
4446
- { no: 1, name: "response", kind: "message", T: Response },
4447
- ]);
4448
- static fromBinary(bytes, options) {
4449
- return new UpdateOrganizationNameResponse().fromBinary(bytes, options);
4450
- }
4451
- static fromJson(jsonValue, options) {
4452
- return new UpdateOrganizationNameResponse().fromJson(jsonValue, options);
4453
- }
4454
- static fromJsonString(jsonString, options) {
4455
- return new UpdateOrganizationNameResponse().fromJsonString(jsonString, options);
4456
- }
4457
- static equals(a, b) {
4458
- return proto3.util.equals(UpdateOrganizationNameResponse, a, b);
4459
- }
4460
- }
4461
- /**
4462
- * @generated from message wg.cosmo.platform.v1.UpdateOrganizationSlugRequest
4463
- */
4464
- export class UpdateOrganizationSlugRequest extends Message {
4465
4453
  /**
4466
- * @generated from field: string userID = 1;
4467
- */
4468
- userID = "";
4469
- /**
4470
- * @generated from field: string organizationSlug = 2;
4454
+ * @generated from field: string organizationSlug = 3;
4471
4455
  */
4472
4456
  organizationSlug = "";
4473
4457
  constructor(data) {
@@ -4475,28 +4459,29 @@ export class UpdateOrganizationSlugRequest extends Message {
4475
4459
  proto3.util.initPartial(data, this);
4476
4460
  }
4477
4461
  static runtime = proto3;
4478
- static typeName = "wg.cosmo.platform.v1.UpdateOrganizationSlugRequest";
4462
+ static typeName = "wg.cosmo.platform.v1.UpdateOrganizationDetailsRequest";
4479
4463
  static fields = proto3.util.newFieldList(() => [
4480
4464
  { no: 1, name: "userID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4481
- { no: 2, name: "organizationSlug", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4465
+ { no: 2, name: "organizationName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4466
+ { no: 3, name: "organizationSlug", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4482
4467
  ]);
4483
4468
  static fromBinary(bytes, options) {
4484
- return new UpdateOrganizationSlugRequest().fromBinary(bytes, options);
4469
+ return new UpdateOrganizationDetailsRequest().fromBinary(bytes, options);
4485
4470
  }
4486
4471
  static fromJson(jsonValue, options) {
4487
- return new UpdateOrganizationSlugRequest().fromJson(jsonValue, options);
4472
+ return new UpdateOrganizationDetailsRequest().fromJson(jsonValue, options);
4488
4473
  }
4489
4474
  static fromJsonString(jsonString, options) {
4490
- return new UpdateOrganizationSlugRequest().fromJsonString(jsonString, options);
4475
+ return new UpdateOrganizationDetailsRequest().fromJsonString(jsonString, options);
4491
4476
  }
4492
4477
  static equals(a, b) {
4493
- return proto3.util.equals(UpdateOrganizationSlugRequest, a, b);
4478
+ return proto3.util.equals(UpdateOrganizationDetailsRequest, a, b);
4494
4479
  }
4495
4480
  }
4496
4481
  /**
4497
- * @generated from message wg.cosmo.platform.v1.UpdateOrganizationSlugResponse
4482
+ * @generated from message wg.cosmo.platform.v1.UpdateOrganizationDetailsResponse
4498
4483
  */
4499
- export class UpdateOrganizationSlugResponse extends Message {
4484
+ export class UpdateOrganizationDetailsResponse extends Message {
4500
4485
  /**
4501
4486
  * @generated from field: wg.cosmo.platform.v1.Response response = 1;
4502
4487
  */
@@ -4506,21 +4491,21 @@ export class UpdateOrganizationSlugResponse extends Message {
4506
4491
  proto3.util.initPartial(data, this);
4507
4492
  }
4508
4493
  static runtime = proto3;
4509
- static typeName = "wg.cosmo.platform.v1.UpdateOrganizationSlugResponse";
4494
+ static typeName = "wg.cosmo.platform.v1.UpdateOrganizationDetailsResponse";
4510
4495
  static fields = proto3.util.newFieldList(() => [
4511
4496
  { no: 1, name: "response", kind: "message", T: Response },
4512
4497
  ]);
4513
4498
  static fromBinary(bytes, options) {
4514
- return new UpdateOrganizationSlugResponse().fromBinary(bytes, options);
4499
+ return new UpdateOrganizationDetailsResponse().fromBinary(bytes, options);
4515
4500
  }
4516
4501
  static fromJson(jsonValue, options) {
4517
- return new UpdateOrganizationSlugResponse().fromJson(jsonValue, options);
4502
+ return new UpdateOrganizationDetailsResponse().fromJson(jsonValue, options);
4518
4503
  }
4519
4504
  static fromJsonString(jsonString, options) {
4520
- return new UpdateOrganizationSlugResponse().fromJsonString(jsonString, options);
4505
+ return new UpdateOrganizationDetailsResponse().fromJsonString(jsonString, options);
4521
4506
  }
4522
4507
  static equals(a, b) {
4523
- return proto3.util.equals(UpdateOrganizationSlugResponse, a, b);
4508
+ return proto3.util.equals(UpdateOrganizationDetailsResponse, a, b);
4524
4509
  }
4525
4510
  }
4526
4511
  /**
@@ -4597,9 +4582,9 @@ export class UpdateOrgMemberRoleResponse extends Message {
4597
4582
  * *
4598
4583
  * MetricsDashboard
4599
4584
  *
4600
- * @generated from message wg.cosmo.platform.v1.GetMetricsDashboardRequest
4585
+ * @generated from message wg.cosmo.platform.v1.GetGraphMetricsRequest
4601
4586
  */
4602
- export class GetMetricsDashboardRequest extends Message {
4587
+ export class GetGraphMetricsRequest extends Message {
4603
4588
  /**
4604
4589
  * @generated from field: string federatedGraphName = 1;
4605
4590
  */
@@ -4613,28 +4598,28 @@ export class GetMetricsDashboardRequest extends Message {
4613
4598
  proto3.util.initPartial(data, this);
4614
4599
  }
4615
4600
  static runtime = proto3;
4616
- static typeName = "wg.cosmo.platform.v1.GetMetricsDashboardRequest";
4601
+ static typeName = "wg.cosmo.platform.v1.GetGraphMetricsRequest";
4617
4602
  static fields = proto3.util.newFieldList(() => [
4618
4603
  { no: 1, name: "federatedGraphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4619
4604
  { no: 2, name: "range", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
4620
4605
  ]);
4621
4606
  static fromBinary(bytes, options) {
4622
- return new GetMetricsDashboardRequest().fromBinary(bytes, options);
4607
+ return new GetGraphMetricsRequest().fromBinary(bytes, options);
4623
4608
  }
4624
4609
  static fromJson(jsonValue, options) {
4625
- return new GetMetricsDashboardRequest().fromJson(jsonValue, options);
4610
+ return new GetGraphMetricsRequest().fromJson(jsonValue, options);
4626
4611
  }
4627
4612
  static fromJsonString(jsonString, options) {
4628
- return new GetMetricsDashboardRequest().fromJsonString(jsonString, options);
4613
+ return new GetGraphMetricsRequest().fromJsonString(jsonString, options);
4629
4614
  }
4630
4615
  static equals(a, b) {
4631
- return proto3.util.equals(GetMetricsDashboardRequest, a, b);
4616
+ return proto3.util.equals(GetGraphMetricsRequest, a, b);
4632
4617
  }
4633
4618
  }
4634
4619
  /**
4635
- * @generated from message wg.cosmo.platform.v1.GetMetricsDashboardResponse
4620
+ * @generated from message wg.cosmo.platform.v1.GetGraphMetricsResponse
4636
4621
  */
4637
- export class GetMetricsDashboardResponse extends Message {
4622
+ export class GetGraphMetricsResponse extends Message {
4638
4623
  /**
4639
4624
  * @generated from field: wg.cosmo.platform.v1.Response response = 1;
4640
4625
  */
@@ -4660,7 +4645,7 @@ export class GetMetricsDashboardResponse extends Message {
4660
4645
  proto3.util.initPartial(data, this);
4661
4646
  }
4662
4647
  static runtime = proto3;
4663
- static typeName = "wg.cosmo.platform.v1.GetMetricsDashboardResponse";
4648
+ static typeName = "wg.cosmo.platform.v1.GetGraphMetricsResponse";
4664
4649
  static fields = proto3.util.newFieldList(() => [
4665
4650
  { no: 1, name: "response", kind: "message", T: Response },
4666
4651
  { no: 2, name: "requests", kind: "message", T: MetricsDashboardMetric },
@@ -4669,16 +4654,16 @@ export class GetMetricsDashboardResponse extends Message {
4669
4654
  { no: 5, name: "json", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
4670
4655
  ]);
4671
4656
  static fromBinary(bytes, options) {
4672
- return new GetMetricsDashboardResponse().fromBinary(bytes, options);
4657
+ return new GetGraphMetricsResponse().fromBinary(bytes, options);
4673
4658
  }
4674
4659
  static fromJson(jsonValue, options) {
4675
- return new GetMetricsDashboardResponse().fromJson(jsonValue, options);
4660
+ return new GetGraphMetricsResponse().fromJson(jsonValue, options);
4676
4661
  }
4677
4662
  static fromJsonString(jsonString, options) {
4678
- return new GetMetricsDashboardResponse().fromJsonString(jsonString, options);
4663
+ return new GetGraphMetricsResponse().fromJsonString(jsonString, options);
4679
4664
  }
4680
4665
  static equals(a, b) {
4681
- return proto3.util.equals(GetMetricsDashboardResponse, a, b);
4666
+ return proto3.util.equals(GetGraphMetricsResponse, a, b);
4682
4667
  }
4683
4668
  }
4684
4669
  /**
@@ -4900,13 +4885,9 @@ export class GetMetricsErrorRateResponse extends Message {
4900
4885
  */
4901
4886
  response;
4902
4887
  /**
4903
- * @generated from field: repeated wg.cosmo.platform.v1.MetricsSeriesItem series = 2;
4888
+ * @generated from field: repeated wg.cosmo.platform.v1.MetricsErrorRateSeriesItem series = 2;
4904
4889
  */
4905
4890
  series = [];
4906
- /**
4907
- * @generated from field: repeated wg.cosmo.platform.v1.MetricsSeriesItem errorSeries = 3;
4908
- */
4909
- errorSeries = [];
4910
4891
  constructor(data) {
4911
4892
  super();
4912
4893
  proto3.util.initPartial(data, this);
@@ -4915,8 +4896,7 @@ export class GetMetricsErrorRateResponse extends Message {
4915
4896
  static typeName = "wg.cosmo.platform.v1.GetMetricsErrorRateResponse";
4916
4897
  static fields = proto3.util.newFieldList(() => [
4917
4898
  { no: 1, name: "response", kind: "message", T: Response },
4918
- { no: 2, name: "series", kind: "message", T: MetricsSeriesItem, repeated: true },
4919
- { no: 3, name: "errorSeries", kind: "message", T: MetricsSeriesItem, repeated: true },
4899
+ { no: 2, name: "series", kind: "message", T: MetricsErrorRateSeriesItem, repeated: true },
4920
4900
  ]);
4921
4901
  static fromBinary(bytes, options) {
4922
4902
  return new GetMetricsErrorRateResponse().fromBinary(bytes, options);
@@ -4931,6 +4911,46 @@ export class GetMetricsErrorRateResponse extends Message {
4931
4911
  return proto3.util.equals(GetMetricsErrorRateResponse, a, b);
4932
4912
  }
4933
4913
  }
4914
+ /**
4915
+ * @generated from message wg.cosmo.platform.v1.MetricsErrorRateSeriesItem
4916
+ */
4917
+ export class MetricsErrorRateSeriesItem extends Message {
4918
+ /**
4919
+ * @generated from field: string timestamp = 1;
4920
+ */
4921
+ timestamp = "";
4922
+ /**
4923
+ * @generated from field: float requestRate = 2;
4924
+ */
4925
+ requestRate = 0;
4926
+ /**
4927
+ * @generated from field: float errorRate = 3;
4928
+ */
4929
+ errorRate = 0;
4930
+ constructor(data) {
4931
+ super();
4932
+ proto3.util.initPartial(data, this);
4933
+ }
4934
+ static runtime = proto3;
4935
+ static typeName = "wg.cosmo.platform.v1.MetricsErrorRateSeriesItem";
4936
+ static fields = proto3.util.newFieldList(() => [
4937
+ { no: 1, name: "timestamp", kind: "scalar", T: 9 /* ScalarType.STRING */ },
4938
+ { no: 2, name: "requestRate", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
4939
+ { no: 3, name: "errorRate", kind: "scalar", T: 2 /* ScalarType.FLOAT */ },
4940
+ ]);
4941
+ static fromBinary(bytes, options) {
4942
+ return new MetricsErrorRateSeriesItem().fromBinary(bytes, options);
4943
+ }
4944
+ static fromJson(jsonValue, options) {
4945
+ return new MetricsErrorRateSeriesItem().fromJson(jsonValue, options);
4946
+ }
4947
+ static fromJsonString(jsonString, options) {
4948
+ return new MetricsErrorRateSeriesItem().fromJsonString(jsonString, options);
4949
+ }
4950
+ static equals(a, b) {
4951
+ return proto3.util.equals(MetricsErrorRateSeriesItem, a, b);
4952
+ }
4953
+ }
4934
4954
  /**
4935
4955
  * @generated from message wg.cosmo.platform.v1.ForceCheckSuccessRequest
4936
4956
  */