@wundergraph/cosmo-connect 0.99.0 → 0.101.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.
@@ -1249,6 +1249,10 @@ export class SchemaChange extends Message {
1249
1249
  * @generated from field: optional bool hasOverride = 5;
1250
1250
  */
1251
1251
  hasOverride;
1252
+ /**
1253
+ * @generated from field: optional string subgraphName = 6;
1254
+ */
1255
+ subgraphName;
1252
1256
  constructor(data) {
1253
1257
  super();
1254
1258
  proto3.util.initPartial(data, this);
@@ -1261,6 +1265,7 @@ export class SchemaChange extends Message {
1261
1265
  { no: 3, name: "path", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
1262
1266
  { no: 4, name: "isBreaking", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
1263
1267
  { no: 5, name: "hasOverride", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
1268
+ { no: 6, name: "subgraphName", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
1264
1269
  ]);
1265
1270
  static fromBinary(bytes, options) {
1266
1271
  return new SchemaChange().fromBinary(bytes, options);
@@ -1560,6 +1565,10 @@ export class LintIssue extends Message {
1560
1565
  * @generated from field: wg.cosmo.platform.v1.LintLocation issueLocation = 4;
1561
1566
  */
1562
1567
  issueLocation;
1568
+ /**
1569
+ * @generated from field: optional string subgraphName = 5;
1570
+ */
1571
+ subgraphName;
1563
1572
  constructor(data) {
1564
1573
  super();
1565
1574
  proto3.util.initPartial(data, this);
@@ -1571,6 +1580,7 @@ export class LintIssue extends Message {
1571
1580
  { no: 2, name: "severity", kind: "enum", T: proto3.getEnumType(LintSeverity) },
1572
1581
  { no: 3, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1573
1582
  { no: 4, name: "issueLocation", kind: "message", T: LintLocation },
1583
+ { no: 5, name: "subgraphName", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
1574
1584
  ]);
1575
1585
  static fromBinary(bytes, options) {
1576
1586
  return new LintIssue().fromBinary(bytes, options);
@@ -1613,6 +1623,10 @@ export class GraphPruningIssue extends Message {
1613
1623
  * @generated from field: string federatedGraphName = 6;
1614
1624
  */
1615
1625
  federatedGraphName = "";
1626
+ /**
1627
+ * @generated from field: optional string subgraphName = 7;
1628
+ */
1629
+ subgraphName;
1616
1630
  constructor(data) {
1617
1631
  super();
1618
1632
  proto3.util.initPartial(data, this);
@@ -1626,6 +1640,7 @@ export class GraphPruningIssue extends Message {
1626
1640
  { no: 4, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1627
1641
  { no: 5, name: "issueLocation", kind: "message", T: LintLocation },
1628
1642
  { no: 6, name: "federatedGraphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
1643
+ { no: 7, name: "subgraphName", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
1629
1644
  ]);
1630
1645
  static fromBinary(bytes, options) {
1631
1646
  return new GraphPruningIssue().fromBinary(bytes, options);
@@ -2944,13 +2959,13 @@ export class SchemaCheck extends Message {
2944
2959
  */
2945
2960
  id = "";
2946
2961
  /**
2947
- * @generated from field: string targetID = 2;
2962
+ * @generated from field: optional string targetID = 2;
2948
2963
  */
2949
- targetID = "";
2964
+ targetID;
2950
2965
  /**
2951
- * @generated from field: string subgraphName = 3;
2966
+ * @generated from field: optional string subgraphName = 3;
2952
2967
  */
2953
- subgraphName = "";
2968
+ subgraphName;
2954
2969
  /**
2955
2970
  * @generated from field: string timestamp = 4;
2956
2971
  */
@@ -3003,6 +3018,10 @@ export class SchemaCheck extends Message {
3003
3018
  * @generated from field: optional wg.cosmo.platform.v1.VCSContext vcsContext = 16;
3004
3019
  */
3005
3020
  vcsContext;
3021
+ /**
3022
+ * @generated from field: repeated wg.cosmo.platform.v1.SchemaCheck.CheckedSubgraph checkedSubgraphs = 17;
3023
+ */
3024
+ checkedSubgraphs = [];
3006
3025
  constructor(data) {
3007
3026
  super();
3008
3027
  proto3.util.initPartial(data, this);
@@ -3011,8 +3030,8 @@ export class SchemaCheck extends Message {
3011
3030
  static typeName = "wg.cosmo.platform.v1.SchemaCheck";
3012
3031
  static fields = proto3.util.newFieldList(() => [
3013
3032
  { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3014
- { no: 2, name: "targetID", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3015
- { no: 3, name: "subgraphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3033
+ { no: 2, name: "targetID", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
3034
+ { no: 3, name: "subgraphName", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
3016
3035
  { no: 4, name: "timestamp", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3017
3036
  { no: 5, name: "isComposable", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
3018
3037
  { no: 6, name: "isBreaking", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
@@ -3026,6 +3045,7 @@ export class SchemaCheck extends Message {
3026
3045
  { no: 14, name: "lint_skipped", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
3027
3046
  { no: 15, name: "graph_pruning_skipped", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
3028
3047
  { no: 16, name: "vcsContext", kind: "message", T: VCSContext, opt: true },
3048
+ { no: 17, name: "checkedSubgraphs", kind: "message", T: SchemaCheck_CheckedSubgraph, repeated: true },
3029
3049
  ]);
3030
3050
  static fromBinary(bytes, options) {
3031
3051
  return new SchemaCheck().fromBinary(bytes, options);
@@ -3080,6 +3100,60 @@ export class SchemaCheck_GhDetails extends Message {
3080
3100
  return proto3.util.equals(SchemaCheck_GhDetails, a, b);
3081
3101
  }
3082
3102
  }
3103
+ /**
3104
+ * @generated from message wg.cosmo.platform.v1.SchemaCheck.CheckedSubgraph
3105
+ */
3106
+ export class SchemaCheck_CheckedSubgraph extends Message {
3107
+ /**
3108
+ * its the check subgraph id
3109
+ *
3110
+ * @generated from field: string id = 1;
3111
+ */
3112
+ id = "";
3113
+ /**
3114
+ * @generated from field: string subgraphName = 2;
3115
+ */
3116
+ subgraphName = "";
3117
+ /**
3118
+ * its optional because the subgraph can be deleted
3119
+ *
3120
+ * @generated from field: optional string subgraphId = 3;
3121
+ */
3122
+ subgraphId;
3123
+ /**
3124
+ * @generated from field: bool isDeleted = 4;
3125
+ */
3126
+ isDeleted = false;
3127
+ /**
3128
+ * @generated from field: bool isNew = 5;
3129
+ */
3130
+ isNew = false;
3131
+ constructor(data) {
3132
+ super();
3133
+ proto3.util.initPartial(data, this);
3134
+ }
3135
+ static runtime = proto3;
3136
+ static typeName = "wg.cosmo.platform.v1.SchemaCheck.CheckedSubgraph";
3137
+ static fields = proto3.util.newFieldList(() => [
3138
+ { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3139
+ { no: 2, name: "subgraphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3140
+ { no: 3, name: "subgraphId", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
3141
+ { no: 4, name: "isDeleted", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
3142
+ { no: 5, name: "isNew", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
3143
+ ]);
3144
+ static fromBinary(bytes, options) {
3145
+ return new SchemaCheck_CheckedSubgraph().fromBinary(bytes, options);
3146
+ }
3147
+ static fromJson(jsonValue, options) {
3148
+ return new SchemaCheck_CheckedSubgraph().fromJson(jsonValue, options);
3149
+ }
3150
+ static fromJsonString(jsonString, options) {
3151
+ return new SchemaCheck_CheckedSubgraph().fromJsonString(jsonString, options);
3152
+ }
3153
+ static equals(a, b) {
3154
+ return proto3.util.equals(SchemaCheck_CheckedSubgraph, a, b);
3155
+ }
3156
+ }
3083
3157
  /**
3084
3158
  * @generated from message wg.cosmo.platform.v1.GetChecksByFederatedGraphNameResponse
3085
3159
  */
@@ -3287,6 +3361,14 @@ export class GetCheckSummaryResponse_AffectedGraph extends Message {
3287
3361
  * @generated from field: int32 traffic_check_days = 2;
3288
3362
  */
3289
3363
  trafficCheckDays = 0;
3364
+ /**
3365
+ * @generated from field: string name = 3;
3366
+ */
3367
+ name = "";
3368
+ /**
3369
+ * @generated from field: bool isCheckSuccessful = 4;
3370
+ */
3371
+ isCheckSuccessful = false;
3290
3372
  constructor(data) {
3291
3373
  super();
3292
3374
  proto3.util.initPartial(data, this);
@@ -3296,6 +3378,8 @@ export class GetCheckSummaryResponse_AffectedGraph extends Message {
3296
3378
  static fields = proto3.util.newFieldList(() => [
3297
3379
  { no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3298
3380
  { no: 2, name: "traffic_check_days", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
3381
+ { no: 3, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
3382
+ { no: 4, name: "isCheckSuccessful", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
3299
3383
  ]);
3300
3384
  static fromBinary(bytes, options) {
3301
3385
  return new GetCheckSummaryResponse_AffectedGraph().fromBinary(bytes, options);
@@ -7469,6 +7553,60 @@ export class DeleteOrganizationResponse extends Message {
7469
7553
  return proto3.util.equals(DeleteOrganizationResponse, a, b);
7470
7554
  }
7471
7555
  }
7556
+ /**
7557
+ * @generated from message wg.cosmo.platform.v1.RestoreOrganizationRequest
7558
+ */
7559
+ export class RestoreOrganizationRequest extends Message {
7560
+ constructor(data) {
7561
+ super();
7562
+ proto3.util.initPartial(data, this);
7563
+ }
7564
+ static runtime = proto3;
7565
+ static typeName = "wg.cosmo.platform.v1.RestoreOrganizationRequest";
7566
+ static fields = proto3.util.newFieldList(() => []);
7567
+ static fromBinary(bytes, options) {
7568
+ return new RestoreOrganizationRequest().fromBinary(bytes, options);
7569
+ }
7570
+ static fromJson(jsonValue, options) {
7571
+ return new RestoreOrganizationRequest().fromJson(jsonValue, options);
7572
+ }
7573
+ static fromJsonString(jsonString, options) {
7574
+ return new RestoreOrganizationRequest().fromJsonString(jsonString, options);
7575
+ }
7576
+ static equals(a, b) {
7577
+ return proto3.util.equals(RestoreOrganizationRequest, a, b);
7578
+ }
7579
+ }
7580
+ /**
7581
+ * @generated from message wg.cosmo.platform.v1.RestoreOrganizationResponse
7582
+ */
7583
+ export class RestoreOrganizationResponse extends Message {
7584
+ /**
7585
+ * @generated from field: wg.cosmo.platform.v1.Response response = 1;
7586
+ */
7587
+ response;
7588
+ constructor(data) {
7589
+ super();
7590
+ proto3.util.initPartial(data, this);
7591
+ }
7592
+ static runtime = proto3;
7593
+ static typeName = "wg.cosmo.platform.v1.RestoreOrganizationResponse";
7594
+ static fields = proto3.util.newFieldList(() => [
7595
+ { no: 1, name: "response", kind: "message", T: Response },
7596
+ ]);
7597
+ static fromBinary(bytes, options) {
7598
+ return new RestoreOrganizationResponse().fromBinary(bytes, options);
7599
+ }
7600
+ static fromJson(jsonValue, options) {
7601
+ return new RestoreOrganizationResponse().fromJson(jsonValue, options);
7602
+ }
7603
+ static fromJsonString(jsonString, options) {
7604
+ return new RestoreOrganizationResponse().fromJsonString(jsonString, options);
7605
+ }
7606
+ static equals(a, b) {
7607
+ return proto3.util.equals(RestoreOrganizationResponse, a, b);
7608
+ }
7609
+ }
7472
7610
  /**
7473
7611
  * @generated from message wg.cosmo.platform.v1.LeaveOrganizationRequest
7474
7612
  */
@@ -15831,4 +15969,289 @@ export class SetGraphRouterCompatibilityVersionResponse extends Message {
15831
15969
  return proto3.util.equals(SetGraphRouterCompatibilityVersionResponse, a, b);
15832
15970
  }
15833
15971
  }
15972
+ /**
15973
+ * @generated from message wg.cosmo.platform.v1.CheckSubgraphSchemasRequest
15974
+ */
15975
+ export class CheckSubgraphSchemasRequest extends Message {
15976
+ /**
15977
+ * @generated from field: string namespace = 1;
15978
+ */
15979
+ namespace = "";
15980
+ /**
15981
+ * @generated from field: repeated wg.cosmo.platform.v1.CheckSubgraphSchemasRequest.CheckSubgraph subgraphs = 2;
15982
+ */
15983
+ subgraphs = [];
15984
+ /**
15985
+ * @generated from field: wg.cosmo.platform.v1.GitInfo gitInfo = 3;
15986
+ */
15987
+ gitInfo;
15988
+ /**
15989
+ * @generated from field: optional wg.cosmo.platform.v1.VCSContext vcsContext = 4;
15990
+ */
15991
+ vcsContext;
15992
+ constructor(data) {
15993
+ super();
15994
+ proto3.util.initPartial(data, this);
15995
+ }
15996
+ static runtime = proto3;
15997
+ static typeName = "wg.cosmo.platform.v1.CheckSubgraphSchemasRequest";
15998
+ static fields = proto3.util.newFieldList(() => [
15999
+ { no: 1, name: "namespace", kind: "scalar", T: 9 /* ScalarType.STRING */ },
16000
+ { no: 2, name: "subgraphs", kind: "message", T: CheckSubgraphSchemasRequest_CheckSubgraph, repeated: true },
16001
+ { no: 3, name: "gitInfo", kind: "message", T: GitInfo },
16002
+ { no: 4, name: "vcsContext", kind: "message", T: VCSContext, opt: true },
16003
+ ]);
16004
+ static fromBinary(bytes, options) {
16005
+ return new CheckSubgraphSchemasRequest().fromBinary(bytes, options);
16006
+ }
16007
+ static fromJson(jsonValue, options) {
16008
+ return new CheckSubgraphSchemasRequest().fromJson(jsonValue, options);
16009
+ }
16010
+ static fromJsonString(jsonString, options) {
16011
+ return new CheckSubgraphSchemasRequest().fromJsonString(jsonString, options);
16012
+ }
16013
+ static equals(a, b) {
16014
+ return proto3.util.equals(CheckSubgraphSchemasRequest, a, b);
16015
+ }
16016
+ }
16017
+ /**
16018
+ * @generated from message wg.cosmo.platform.v1.CheckSubgraphSchemasRequest.CheckSubgraph
16019
+ */
16020
+ export class CheckSubgraphSchemasRequest_CheckSubgraph extends Message {
16021
+ /**
16022
+ * @generated from field: string name = 1;
16023
+ */
16024
+ name = "";
16025
+ /**
16026
+ * @generated from field: string schema = 2;
16027
+ */
16028
+ schema = "";
16029
+ /**
16030
+ * @generated from field: optional bool delete = 3;
16031
+ */
16032
+ delete;
16033
+ constructor(data) {
16034
+ super();
16035
+ proto3.util.initPartial(data, this);
16036
+ }
16037
+ static runtime = proto3;
16038
+ static typeName = "wg.cosmo.platform.v1.CheckSubgraphSchemasRequest.CheckSubgraph";
16039
+ static fields = proto3.util.newFieldList(() => [
16040
+ { no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
16041
+ { no: 2, name: "schema", kind: "scalar", T: 9 /* ScalarType.STRING */ },
16042
+ { no: 3, name: "delete", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
16043
+ ]);
16044
+ static fromBinary(bytes, options) {
16045
+ return new CheckSubgraphSchemasRequest_CheckSubgraph().fromBinary(bytes, options);
16046
+ }
16047
+ static fromJson(jsonValue, options) {
16048
+ return new CheckSubgraphSchemasRequest_CheckSubgraph().fromJson(jsonValue, options);
16049
+ }
16050
+ static fromJsonString(jsonString, options) {
16051
+ return new CheckSubgraphSchemasRequest_CheckSubgraph().fromJsonString(jsonString, options);
16052
+ }
16053
+ static equals(a, b) {
16054
+ return proto3.util.equals(CheckSubgraphSchemasRequest_CheckSubgraph, a, b);
16055
+ }
16056
+ }
16057
+ /**
16058
+ * @generated from message wg.cosmo.platform.v1.CheckOperationUsageStatsofSubgraph
16059
+ */
16060
+ export class CheckOperationUsageStatsofSubgraph extends Message {
16061
+ /**
16062
+ * @generated from field: wg.cosmo.platform.v1.CheckOperationUsageStats operationUsageStats = 1;
16063
+ */
16064
+ operationUsageStats;
16065
+ /**
16066
+ * @generated from field: string subgraphName = 2;
16067
+ */
16068
+ subgraphName = "";
16069
+ constructor(data) {
16070
+ super();
16071
+ proto3.util.initPartial(data, this);
16072
+ }
16073
+ static runtime = proto3;
16074
+ static typeName = "wg.cosmo.platform.v1.CheckOperationUsageStatsofSubgraph";
16075
+ static fields = proto3.util.newFieldList(() => [
16076
+ { no: 1, name: "operationUsageStats", kind: "message", T: CheckOperationUsageStats },
16077
+ { no: 2, name: "subgraphName", kind: "scalar", T: 9 /* ScalarType.STRING */ },
16078
+ ]);
16079
+ static fromBinary(bytes, options) {
16080
+ return new CheckOperationUsageStatsofSubgraph().fromBinary(bytes, options);
16081
+ }
16082
+ static fromJson(jsonValue, options) {
16083
+ return new CheckOperationUsageStatsofSubgraph().fromJson(jsonValue, options);
16084
+ }
16085
+ static fromJsonString(jsonString, options) {
16086
+ return new CheckOperationUsageStatsofSubgraph().fromJsonString(jsonString, options);
16087
+ }
16088
+ static equals(a, b) {
16089
+ return proto3.util.equals(CheckOperationUsageStatsofSubgraph, a, b);
16090
+ }
16091
+ }
16092
+ /**
16093
+ * @generated from message wg.cosmo.platform.v1.CheckSubgraphSchemasResponse
16094
+ */
16095
+ export class CheckSubgraphSchemasResponse extends Message {
16096
+ /**
16097
+ * @generated from field: wg.cosmo.platform.v1.Response response = 1;
16098
+ */
16099
+ response;
16100
+ /**
16101
+ * @generated from field: string checkId = 2;
16102
+ */
16103
+ checkId = "";
16104
+ /**
16105
+ * @generated from field: repeated wg.cosmo.platform.v1.SchemaChange breakingChanges = 3;
16106
+ */
16107
+ breakingChanges = [];
16108
+ /**
16109
+ * @generated from field: repeated wg.cosmo.platform.v1.SchemaChange nonBreakingChanges = 4;
16110
+ */
16111
+ nonBreakingChanges = [];
16112
+ /**
16113
+ * @generated from field: repeated wg.cosmo.platform.v1.CompositionError compositionErrors = 5;
16114
+ */
16115
+ compositionErrors = [];
16116
+ /**
16117
+ * @generated from field: repeated wg.cosmo.platform.v1.CompositionWarning compositionWarnings = 6;
16118
+ */
16119
+ compositionWarnings = [];
16120
+ /**
16121
+ * @generated from field: repeated wg.cosmo.platform.v1.LintIssue lintErrors = 7;
16122
+ */
16123
+ lintErrors = [];
16124
+ /**
16125
+ * @generated from field: repeated wg.cosmo.platform.v1.LintIssue lintWarnings = 8;
16126
+ */
16127
+ lintWarnings = [];
16128
+ /**
16129
+ * @generated from field: repeated wg.cosmo.platform.v1.GraphPruningIssue graphPruneErrors = 9;
16130
+ */
16131
+ graphPruneErrors = [];
16132
+ /**
16133
+ * @generated from field: repeated wg.cosmo.platform.v1.GraphPruningIssue graphPruneWarnings = 10;
16134
+ */
16135
+ graphPruneWarnings = [];
16136
+ /**
16137
+ * @generated from field: repeated wg.cosmo.platform.v1.CheckOperationUsageStatsofSubgraph operationUsageStats = 11;
16138
+ */
16139
+ operationUsageStats = [];
16140
+ /**
16141
+ * @generated from field: bool lintingSkipped = 12;
16142
+ */
16143
+ lintingSkipped = false;
16144
+ /**
16145
+ * @generated from field: bool graphPruningSkipped = 13;
16146
+ */
16147
+ graphPruningSkipped = false;
16148
+ /**
16149
+ * @generated from field: string checkUrl = 14;
16150
+ */
16151
+ checkUrl = "";
16152
+ constructor(data) {
16153
+ super();
16154
+ proto3.util.initPartial(data, this);
16155
+ }
16156
+ static runtime = proto3;
16157
+ static typeName = "wg.cosmo.platform.v1.CheckSubgraphSchemasResponse";
16158
+ static fields = proto3.util.newFieldList(() => [
16159
+ { no: 1, name: "response", kind: "message", T: Response },
16160
+ { no: 2, name: "checkId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
16161
+ { no: 3, name: "breakingChanges", kind: "message", T: SchemaChange, repeated: true },
16162
+ { no: 4, name: "nonBreakingChanges", kind: "message", T: SchemaChange, repeated: true },
16163
+ { no: 5, name: "compositionErrors", kind: "message", T: CompositionError, repeated: true },
16164
+ { no: 6, name: "compositionWarnings", kind: "message", T: CompositionWarning, repeated: true },
16165
+ { no: 7, name: "lintErrors", kind: "message", T: LintIssue, repeated: true },
16166
+ { no: 8, name: "lintWarnings", kind: "message", T: LintIssue, repeated: true },
16167
+ { no: 9, name: "graphPruneErrors", kind: "message", T: GraphPruningIssue, repeated: true },
16168
+ { no: 10, name: "graphPruneWarnings", kind: "message", T: GraphPruningIssue, repeated: true },
16169
+ { no: 11, name: "operationUsageStats", kind: "message", T: CheckOperationUsageStatsofSubgraph, repeated: true },
16170
+ { no: 12, name: "lintingSkipped", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
16171
+ { no: 13, name: "graphPruningSkipped", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
16172
+ { no: 14, name: "checkUrl", kind: "scalar", T: 9 /* ScalarType.STRING */ },
16173
+ ]);
16174
+ static fromBinary(bytes, options) {
16175
+ return new CheckSubgraphSchemasResponse().fromBinary(bytes, options);
16176
+ }
16177
+ static fromJson(jsonValue, options) {
16178
+ return new CheckSubgraphSchemasResponse().fromJson(jsonValue, options);
16179
+ }
16180
+ static fromJsonString(jsonString, options) {
16181
+ return new CheckSubgraphSchemasResponse().fromJsonString(jsonString, options);
16182
+ }
16183
+ static equals(a, b) {
16184
+ return proto3.util.equals(CheckSubgraphSchemasResponse, a, b);
16185
+ }
16186
+ }
16187
+ /**
16188
+ * @generated from message wg.cosmo.platform.v1.GetProposedSchemaOfCheckedSubgraphRequest
16189
+ */
16190
+ export class GetProposedSchemaOfCheckedSubgraphRequest extends Message {
16191
+ /**
16192
+ * @generated from field: string checkId = 1;
16193
+ */
16194
+ checkId = "";
16195
+ /**
16196
+ * @generated from field: string checkedSubgraphId = 2;
16197
+ */
16198
+ checkedSubgraphId = "";
16199
+ constructor(data) {
16200
+ super();
16201
+ proto3.util.initPartial(data, this);
16202
+ }
16203
+ static runtime = proto3;
16204
+ static typeName = "wg.cosmo.platform.v1.GetProposedSchemaOfCheckedSubgraphRequest";
16205
+ static fields = proto3.util.newFieldList(() => [
16206
+ { no: 1, name: "checkId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
16207
+ { no: 2, name: "checkedSubgraphId", kind: "scalar", T: 9 /* ScalarType.STRING */ },
16208
+ ]);
16209
+ static fromBinary(bytes, options) {
16210
+ return new GetProposedSchemaOfCheckedSubgraphRequest().fromBinary(bytes, options);
16211
+ }
16212
+ static fromJson(jsonValue, options) {
16213
+ return new GetProposedSchemaOfCheckedSubgraphRequest().fromJson(jsonValue, options);
16214
+ }
16215
+ static fromJsonString(jsonString, options) {
16216
+ return new GetProposedSchemaOfCheckedSubgraphRequest().fromJsonString(jsonString, options);
16217
+ }
16218
+ static equals(a, b) {
16219
+ return proto3.util.equals(GetProposedSchemaOfCheckedSubgraphRequest, a, b);
16220
+ }
16221
+ }
16222
+ /**
16223
+ * @generated from message wg.cosmo.platform.v1.GetProposedSchemaOfCheckedSubgraphResponse
16224
+ */
16225
+ export class GetProposedSchemaOfCheckedSubgraphResponse extends Message {
16226
+ /**
16227
+ * @generated from field: wg.cosmo.platform.v1.Response response = 1;
16228
+ */
16229
+ response;
16230
+ /**
16231
+ * @generated from field: string proposedSchema = 2;
16232
+ */
16233
+ proposedSchema = "";
16234
+ constructor(data) {
16235
+ super();
16236
+ proto3.util.initPartial(data, this);
16237
+ }
16238
+ static runtime = proto3;
16239
+ static typeName = "wg.cosmo.platform.v1.GetProposedSchemaOfCheckedSubgraphResponse";
16240
+ static fields = proto3.util.newFieldList(() => [
16241
+ { no: 1, name: "response", kind: "message", T: Response },
16242
+ { no: 2, name: "proposedSchema", kind: "scalar", T: 9 /* ScalarType.STRING */ },
16243
+ ]);
16244
+ static fromBinary(bytes, options) {
16245
+ return new GetProposedSchemaOfCheckedSubgraphResponse().fromBinary(bytes, options);
16246
+ }
16247
+ static fromJson(jsonValue, options) {
16248
+ return new GetProposedSchemaOfCheckedSubgraphResponse().fromJson(jsonValue, options);
16249
+ }
16250
+ static fromJsonString(jsonString, options) {
16251
+ return new GetProposedSchemaOfCheckedSubgraphResponse().fromJsonString(jsonString, options);
16252
+ }
16253
+ static equals(a, b) {
16254
+ return proto3.util.equals(GetProposedSchemaOfCheckedSubgraphResponse, a, b);
16255
+ }
16256
+ }
15834
16257
  //# sourceMappingURL=platform_pb.js.map