@eide/foir-proto-ts 0.48.0 → 0.49.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/package.json +2 -1
- package/src/identity/v1/identity_connect.d.ts +28 -1
- package/src/identity/v1/identity_connect.js +28 -1
- package/src/identity/v1/identity_pb.d.ts +140 -0
- package/src/identity/v1/identity_pb.js +107 -64
- package/src/models/v1/models_connect.d.ts +32 -1
- package/src/models/v1/models_connect.js +32 -1
- package/src/models/v1/models_pb.d.ts +145 -0
- package/src/models/v1/models_pb.js +44 -1
- package/src/operations/v1/operations_connect.d.ts +63 -1
- package/src/operations/v1/operations_connect.js +63 -1
- package/src/operations/v1/operations_pb.d.ts +363 -0
- package/src/operations/v1/operations_pb.js +157 -65
- package/src/publish/v1/publish_pb.d.ts +238 -0
- package/src/publish/v1/publish_pb.js +64 -0
- package/src/settings/v1/settings_connect.d.ts +72 -1
- package/src/settings/v1/settings_connect.js +72 -1
- package/src/settings/v1/settings_pb.d.ts +330 -0
- package/src/settings/v1/settings_pb.js +100 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { CreateModelRequest, CreateModelResponse, DeleteModelRequest, DeleteModelResponse, DropDeprecatedFieldRequest, DropDeprecatedFieldResponse, DuplicateModelRequest, DuplicateModelResponse, GetModelByKeyRequest, GetModelByKeyResponse, GetModelRequest, GetModelResponse, GetModelVersionRequest, GetModelVersionResponse, ListDeprecatedFieldCandidatesRequest, ListDeprecatedFieldCandidatesResponse, ListModelsRequest, ListModelsResponse, ListModelVersionsRequest, ListModelVersionsResponse, MarkDeprecatedFieldsQueriedRequest, MarkDeprecatedFieldsQueriedResponse, RestoreModelVersionRequest, RestoreModelVersionResponse, UpdateModelRequest, UpdateModelResponse } from "./models_pbjs";
|
|
6
|
+
import { CreateModelRequest, CreateModelResponse, DeleteModelRequest, DeleteModelResponse, DropDeprecatedFieldRequest, DropDeprecatedFieldResponse, DuplicateModelRequest, DuplicateModelResponse, GetModelByKeyRequest, GetModelByKeyResponse, GetModelPublishStatusRequest, GetModelPublishStatusResponse, GetModelRequest, GetModelResponse, GetModelVersionRequest, GetModelVersionResponse, ListDeprecatedFieldCandidatesRequest, ListDeprecatedFieldCandidatesResponse, ListModelsRequest, ListModelsResponse, ListModelVersionsRequest, ListModelVersionsResponse, MarkDeprecatedFieldsQueriedRequest, MarkDeprecatedFieldsQueriedResponse, PublishModelRequest, PublishModelResponse, RestoreModelVersionRequest, RestoreModelVersionResponse, UnpublishModelRequest, UnpublishModelResponse, UpdateModelRequest, UpdateModelResponse } from "./models_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -108,6 +108,37 @@ export declare const ModelsService: {
|
|
|
108
108
|
readonly O: typeof RestoreModelVersionResponse,
|
|
109
109
|
readonly kind: MethodKind.Unary,
|
|
110
110
|
},
|
|
111
|
+
/**
|
|
112
|
+
* Schema publishing. Promotes the current draft version to published —
|
|
113
|
+
* the public GraphQL schema rebuilds against the new state for pk_*
|
|
114
|
+
* callers. Unpublish removes the model from the public schema entirely.
|
|
115
|
+
*
|
|
116
|
+
* @generated from rpc models.v1.ModelsService.PublishModel
|
|
117
|
+
*/
|
|
118
|
+
readonly publishModel: {
|
|
119
|
+
readonly name: "PublishModel",
|
|
120
|
+
readonly I: typeof PublishModelRequest,
|
|
121
|
+
readonly O: typeof PublishModelResponse,
|
|
122
|
+
readonly kind: MethodKind.Unary,
|
|
123
|
+
},
|
|
124
|
+
/**
|
|
125
|
+
* @generated from rpc models.v1.ModelsService.UnpublishModel
|
|
126
|
+
*/
|
|
127
|
+
readonly unpublishModel: {
|
|
128
|
+
readonly name: "UnpublishModel",
|
|
129
|
+
readonly I: typeof UnpublishModelRequest,
|
|
130
|
+
readonly O: typeof UnpublishModelResponse,
|
|
131
|
+
readonly kind: MethodKind.Unary,
|
|
132
|
+
},
|
|
133
|
+
/**
|
|
134
|
+
* @generated from rpc models.v1.ModelsService.GetModelPublishStatus
|
|
135
|
+
*/
|
|
136
|
+
readonly getModelPublishStatus: {
|
|
137
|
+
readonly name: "GetModelPublishStatus",
|
|
138
|
+
readonly I: typeof GetModelPublishStatusRequest,
|
|
139
|
+
readonly O: typeof GetModelPublishStatusResponse,
|
|
140
|
+
readonly kind: MethodKind.Unary,
|
|
141
|
+
},
|
|
111
142
|
/**
|
|
112
143
|
* Deprecated-field lifecycle. MarkDeprecatedFieldsQueried is called by
|
|
113
144
|
* api-public on a batched timer; ListDeprecatedFieldCandidates and
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { CreateModelRequest, CreateModelResponse, DeleteModelRequest, DeleteModelResponse, DropDeprecatedFieldRequest, DropDeprecatedFieldResponse, DuplicateModelRequest, DuplicateModelResponse, GetModelByKeyRequest, GetModelByKeyResponse, GetModelRequest, GetModelResponse, GetModelVersionRequest, GetModelVersionResponse, ListDeprecatedFieldCandidatesRequest, ListDeprecatedFieldCandidatesResponse, ListModelsRequest, ListModelsResponse, ListModelVersionsRequest, ListModelVersionsResponse, MarkDeprecatedFieldsQueriedRequest, MarkDeprecatedFieldsQueriedResponse, RestoreModelVersionRequest, RestoreModelVersionResponse, UpdateModelRequest, UpdateModelResponse } from "./models_pbjs";
|
|
6
|
+
import { CreateModelRequest, CreateModelResponse, DeleteModelRequest, DeleteModelResponse, DropDeprecatedFieldRequest, DropDeprecatedFieldResponse, DuplicateModelRequest, DuplicateModelResponse, GetModelByKeyRequest, GetModelByKeyResponse, GetModelPublishStatusRequest, GetModelPublishStatusResponse, GetModelRequest, GetModelResponse, GetModelVersionRequest, GetModelVersionResponse, ListDeprecatedFieldCandidatesRequest, ListDeprecatedFieldCandidatesResponse, ListModelsRequest, ListModelsResponse, ListModelVersionsRequest, ListModelVersionsResponse, MarkDeprecatedFieldsQueriedRequest, MarkDeprecatedFieldsQueriedResponse, PublishModelRequest, PublishModelResponse, RestoreModelVersionRequest, RestoreModelVersionResponse, UnpublishModelRequest, UnpublishModelResponse, UpdateModelRequest, UpdateModelResponse } from "./models_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -108,6 +108,37 @@ export const ModelsService = {
|
|
|
108
108
|
O: RestoreModelVersionResponse,
|
|
109
109
|
kind: MethodKind.Unary,
|
|
110
110
|
},
|
|
111
|
+
/**
|
|
112
|
+
* Schema publishing. Promotes the current draft version to published —
|
|
113
|
+
* the public GraphQL schema rebuilds against the new state for pk_*
|
|
114
|
+
* callers. Unpublish removes the model from the public schema entirely.
|
|
115
|
+
*
|
|
116
|
+
* @generated from rpc models.v1.ModelsService.PublishModel
|
|
117
|
+
*/
|
|
118
|
+
publishModel: {
|
|
119
|
+
name: "PublishModel",
|
|
120
|
+
I: PublishModelRequest,
|
|
121
|
+
O: PublishModelResponse,
|
|
122
|
+
kind: MethodKind.Unary,
|
|
123
|
+
},
|
|
124
|
+
/**
|
|
125
|
+
* @generated from rpc models.v1.ModelsService.UnpublishModel
|
|
126
|
+
*/
|
|
127
|
+
unpublishModel: {
|
|
128
|
+
name: "UnpublishModel",
|
|
129
|
+
I: UnpublishModelRequest,
|
|
130
|
+
O: UnpublishModelResponse,
|
|
131
|
+
kind: MethodKind.Unary,
|
|
132
|
+
},
|
|
133
|
+
/**
|
|
134
|
+
* @generated from rpc models.v1.ModelsService.GetModelPublishStatus
|
|
135
|
+
*/
|
|
136
|
+
getModelPublishStatus: {
|
|
137
|
+
name: "GetModelPublishStatus",
|
|
138
|
+
I: GetModelPublishStatusRequest,
|
|
139
|
+
O: GetModelPublishStatusResponse,
|
|
140
|
+
kind: MethodKind.Unary,
|
|
141
|
+
},
|
|
111
142
|
/**
|
|
112
143
|
* Deprecated-field lifecycle. MarkDeprecatedFieldsQueried is called by
|
|
113
144
|
* api-public on a batched timer; ListDeprecatedFieldCandidates and
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
6
|
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
7
7
|
import type { Timestamp, Value } from "@bufbuild/protobuf/wkt";
|
|
8
|
+
import type { BreakingChange, PublishStatus } from "../../publish/v1/publish_pb.js";
|
|
8
9
|
|
|
9
10
|
/**
|
|
10
11
|
* Describes the file models/v1/models.proto.
|
|
@@ -393,6 +394,17 @@ export declare type Model = Message<"models.v1.Model"> & {
|
|
|
393
394
|
* @generated from field: optional google.protobuf.Timestamp last_pushed_at = 41;
|
|
394
395
|
*/
|
|
395
396
|
lastPushedAt?: Timestamp | undefined;
|
|
397
|
+
|
|
398
|
+
/**
|
|
399
|
+
* Schema publishing — points at the model_versions row whose `fields` are
|
|
400
|
+
* currently served to the public GraphQL schema. NULL means the model
|
|
401
|
+
* exists but has been Unpublished, in which case it is omitted from the
|
|
402
|
+
* public schema entirely. New models are auto-published on create, so
|
|
403
|
+
* this is normally non-NULL.
|
|
404
|
+
*
|
|
405
|
+
* @generated from field: optional string published_version_id = 42;
|
|
406
|
+
*/
|
|
407
|
+
publishedVersionId?: string | undefined;
|
|
396
408
|
};
|
|
397
409
|
|
|
398
410
|
/**
|
|
@@ -1096,6 +1108,111 @@ export declare type DropDeprecatedFieldResponse = Message<"models.v1.DropDepreca
|
|
|
1096
1108
|
*/
|
|
1097
1109
|
export declare const DropDeprecatedFieldResponseSchema: GenMessage<DropDeprecatedFieldResponse>;
|
|
1098
1110
|
|
|
1111
|
+
/**
|
|
1112
|
+
* @generated from message models.v1.PublishModelRequest
|
|
1113
|
+
*/
|
|
1114
|
+
export declare type PublishModelRequest = Message<"models.v1.PublishModelRequest"> & {
|
|
1115
|
+
/**
|
|
1116
|
+
* @generated from field: string id = 1;
|
|
1117
|
+
*/
|
|
1118
|
+
id: string;
|
|
1119
|
+
};
|
|
1120
|
+
|
|
1121
|
+
/**
|
|
1122
|
+
* Describes the message models.v1.PublishModelRequest.
|
|
1123
|
+
* Use `create(PublishModelRequestSchema)` to create a new message.
|
|
1124
|
+
*/
|
|
1125
|
+
export declare const PublishModelRequestSchema: GenMessage<PublishModelRequest>;
|
|
1126
|
+
|
|
1127
|
+
/**
|
|
1128
|
+
* @generated from message models.v1.PublishModelResponse
|
|
1129
|
+
*/
|
|
1130
|
+
export declare type PublishModelResponse = Message<"models.v1.PublishModelResponse"> & {
|
|
1131
|
+
/**
|
|
1132
|
+
* @generated from field: models.v1.Model model = 1;
|
|
1133
|
+
*/
|
|
1134
|
+
model?: Model | undefined;
|
|
1135
|
+
|
|
1136
|
+
/**
|
|
1137
|
+
* Schema-shape diff between the prior published version and the version
|
|
1138
|
+
* just published. Includes additive entries; the admin UI surfaces only
|
|
1139
|
+
* breaking ones by default.
|
|
1140
|
+
*
|
|
1141
|
+
* @generated from field: repeated publish.v1.BreakingChange breaking_changes = 2;
|
|
1142
|
+
*/
|
|
1143
|
+
breakingChanges: BreakingChange[];
|
|
1144
|
+
};
|
|
1145
|
+
|
|
1146
|
+
/**
|
|
1147
|
+
* Describes the message models.v1.PublishModelResponse.
|
|
1148
|
+
* Use `create(PublishModelResponseSchema)` to create a new message.
|
|
1149
|
+
*/
|
|
1150
|
+
export declare const PublishModelResponseSchema: GenMessage<PublishModelResponse>;
|
|
1151
|
+
|
|
1152
|
+
/**
|
|
1153
|
+
* @generated from message models.v1.UnpublishModelRequest
|
|
1154
|
+
*/
|
|
1155
|
+
export declare type UnpublishModelRequest = Message<"models.v1.UnpublishModelRequest"> & {
|
|
1156
|
+
/**
|
|
1157
|
+
* @generated from field: string id = 1;
|
|
1158
|
+
*/
|
|
1159
|
+
id: string;
|
|
1160
|
+
};
|
|
1161
|
+
|
|
1162
|
+
/**
|
|
1163
|
+
* Describes the message models.v1.UnpublishModelRequest.
|
|
1164
|
+
* Use `create(UnpublishModelRequestSchema)` to create a new message.
|
|
1165
|
+
*/
|
|
1166
|
+
export declare const UnpublishModelRequestSchema: GenMessage<UnpublishModelRequest>;
|
|
1167
|
+
|
|
1168
|
+
/**
|
|
1169
|
+
* @generated from message models.v1.UnpublishModelResponse
|
|
1170
|
+
*/
|
|
1171
|
+
export declare type UnpublishModelResponse = Message<"models.v1.UnpublishModelResponse"> & {
|
|
1172
|
+
/**
|
|
1173
|
+
* @generated from field: models.v1.Model model = 1;
|
|
1174
|
+
*/
|
|
1175
|
+
model?: Model | undefined;
|
|
1176
|
+
};
|
|
1177
|
+
|
|
1178
|
+
/**
|
|
1179
|
+
* Describes the message models.v1.UnpublishModelResponse.
|
|
1180
|
+
* Use `create(UnpublishModelResponseSchema)` to create a new message.
|
|
1181
|
+
*/
|
|
1182
|
+
export declare const UnpublishModelResponseSchema: GenMessage<UnpublishModelResponse>;
|
|
1183
|
+
|
|
1184
|
+
/**
|
|
1185
|
+
* @generated from message models.v1.GetModelPublishStatusRequest
|
|
1186
|
+
*/
|
|
1187
|
+
export declare type GetModelPublishStatusRequest = Message<"models.v1.GetModelPublishStatusRequest"> & {
|
|
1188
|
+
/**
|
|
1189
|
+
* @generated from field: string id = 1;
|
|
1190
|
+
*/
|
|
1191
|
+
id: string;
|
|
1192
|
+
};
|
|
1193
|
+
|
|
1194
|
+
/**
|
|
1195
|
+
* Describes the message models.v1.GetModelPublishStatusRequest.
|
|
1196
|
+
* Use `create(GetModelPublishStatusRequestSchema)` to create a new message.
|
|
1197
|
+
*/
|
|
1198
|
+
export declare const GetModelPublishStatusRequestSchema: GenMessage<GetModelPublishStatusRequest>;
|
|
1199
|
+
|
|
1200
|
+
/**
|
|
1201
|
+
* @generated from message models.v1.GetModelPublishStatusResponse
|
|
1202
|
+
*/
|
|
1203
|
+
export declare type GetModelPublishStatusResponse = Message<"models.v1.GetModelPublishStatusResponse"> & {
|
|
1204
|
+
/**
|
|
1205
|
+
* @generated from field: publish.v1.PublishStatus status = 1;
|
|
1206
|
+
*/
|
|
1207
|
+
status?: PublishStatus | undefined;
|
|
1208
|
+
};
|
|
1209
|
+
|
|
1210
|
+
/**
|
|
1211
|
+
* Describes the message models.v1.GetModelPublishStatusResponse.
|
|
1212
|
+
* Use `create(GetModelPublishStatusResponseSchema)` to create a new message.
|
|
1213
|
+
*/
|
|
1214
|
+
export declare const GetModelPublishStatusResponseSchema: GenMessage<GetModelPublishStatusResponse>;
|
|
1215
|
+
|
|
1099
1216
|
/**
|
|
1100
1217
|
* Canonical set of field types the platform recognizes. The string form
|
|
1101
1218
|
* stored in Field.type and persisted as JSON (e.g. "text", "content") is
|
|
@@ -1288,6 +1405,34 @@ export declare const ModelsService: GenService<{
|
|
|
1288
1405
|
input: typeof RestoreModelVersionRequestSchema;
|
|
1289
1406
|
output: typeof RestoreModelVersionResponseSchema;
|
|
1290
1407
|
},
|
|
1408
|
+
/**
|
|
1409
|
+
* Schema publishing. Promotes the current draft version to published —
|
|
1410
|
+
* the public GraphQL schema rebuilds against the new state for pk_*
|
|
1411
|
+
* callers. Unpublish removes the model from the public schema entirely.
|
|
1412
|
+
*
|
|
1413
|
+
* @generated from rpc models.v1.ModelsService.PublishModel
|
|
1414
|
+
*/
|
|
1415
|
+
publishModel: {
|
|
1416
|
+
methodKind: "unary";
|
|
1417
|
+
input: typeof PublishModelRequestSchema;
|
|
1418
|
+
output: typeof PublishModelResponseSchema;
|
|
1419
|
+
},
|
|
1420
|
+
/**
|
|
1421
|
+
* @generated from rpc models.v1.ModelsService.UnpublishModel
|
|
1422
|
+
*/
|
|
1423
|
+
unpublishModel: {
|
|
1424
|
+
methodKind: "unary";
|
|
1425
|
+
input: typeof UnpublishModelRequestSchema;
|
|
1426
|
+
output: typeof UnpublishModelResponseSchema;
|
|
1427
|
+
},
|
|
1428
|
+
/**
|
|
1429
|
+
* @generated from rpc models.v1.ModelsService.GetModelPublishStatus
|
|
1430
|
+
*/
|
|
1431
|
+
getModelPublishStatus: {
|
|
1432
|
+
methodKind: "unary";
|
|
1433
|
+
input: typeof GetModelPublishStatusRequestSchema;
|
|
1434
|
+
output: typeof GetModelPublishStatusResponseSchema;
|
|
1435
|
+
},
|
|
1291
1436
|
/**
|
|
1292
1437
|
* Deprecated-field lifecycle. MarkDeprecatedFieldsQueried is called by
|
|
1293
1438
|
* api-public on a batched timer; ListDeprecatedFieldCandidates and
|
|
@@ -4,12 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
import { enumDesc, fileDesc, messageDesc, serviceDesc, tsEnum } from "@bufbuild/protobuf/codegenv2";
|
|
6
6
|
import { file_google_protobuf_struct, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
7
|
+
import { file_publish_v1_publish } from "../../publish/v1/publish_pb.js";
|
|
7
8
|
|
|
8
9
|
/**
|
|
9
10
|
* Describes the file models/v1/models.proto.
|
|
10
11
|
*/
|
|
11
12
|
export const file_models_v1_models = /*@__PURE__*/
|
|
12
|
-
fileDesc("
|
|
13
|
+
fileDesc("ChZtb2RlbHMvdjEvbW9kZWxzLnByb3RvEgltb2RlbHMudjEiuQQKBUZpZWxkEgoKAmlkGAEgASgJEgsKA2tleRgCIAEoCRINCgVsYWJlbBgDIAEoCRIMCgR0eXBlGAQgASgJEhAKCHJlcXVpcmVkGAUgASgIEhYKCWhlbHBfdGV4dBgGIAEoCUgAiAEBEhgKC3BsYWNlaG9sZGVyGAcgASgJSAGIAQESMgoNZGVmYXVsdF92YWx1ZRgIIAEoCzIWLmdvb2dsZS5wcm90b2J1Zi5WYWx1ZUgCiAEBEicKBmNvbmZpZxgJIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3QSFgoJaXRlbV90eXBlGAogASgJSAOIAQESFAoHc3RvcmFnZRgLIAEoCUgEiAEBEhoKDXRlbXBsYXRlX3pvbmUYDCABKAlIBYgBARIXCgp6b25lX29yZGVyGA0gASgFSAaIAQESNgoQcmVmZXJlbmNlX2ZpbHRlchgOIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3RIB4gBARIvCgp2YWxpZGF0aW9uGA8gASgLMhYuZ29vZ2xlLnByb3RvYnVmLlZhbHVlSAiIAQFCDAoKX2hlbHBfdGV4dEIOCgxfcGxhY2Vob2xkZXJCEAoOX2RlZmF1bHRfdmFsdWVCDAoKX2l0ZW1fdHlwZUIKCghfc3RvcmFnZUIQCg5fdGVtcGxhdGVfem9uZUINCgtfem9uZV9vcmRlckITChFfcmVmZXJlbmNlX2ZpbHRlckINCgtfdmFsaWRhdGlvbiI8Cg1TaGFyaW5nQ29uZmlnEg8KB2VuYWJsZWQYASABKAgSGgoScmVxdWlyZV9hY2NlcHRhbmNlGAIgASgIIq8FCgtNb2RlbENvbmZpZxISCgp2ZXJzaW9uaW5nGAEgASgIEhIKCnB1Ymxpc2hpbmcYAiABKAgSEAoIdmFyaWFudHMYAyABKAgSDgoGaW5saW5lGAQgASgIEhcKD2N1c3RvbWVyX3Njb3BlZBgFIAEoCBIuCgdzaGFyaW5nGAYgASgLMhgubW9kZWxzLnYxLlNoYXJpbmdDb25maWdIAIgBARIYCgtwbHVyYWxfbmFtZRgHIAEoCUgBiAEBEhgKC2Rlc2NyaXB0aW9uGAggASgJSAKIAQESFQoIY2F0ZWdvcnkYCSABKAlIA4gBARIRCgRpY29uGAogASgJSASIAQESGgoNZGlzcGxheV9maWVsZBgLIAEoCUgFiAEBEh4KEW5hdHVyYWxfa2V5X2ZpZWxkGAwgASgJSAaIAQESFQoNc3lzdGVtX2VudGl0eRgNIAEoCBIWCglkZWxldGFibGUYDiABKAhIB4gBARIVCghlZGl0YWJsZRgPIAEoCEgIiAEBEjUKD21ldGFkYXRhX3NjaGVtYRgQIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3RICYgBARIrCgVob29rcxgRIAEoCzIXLmdvb2dsZS5wcm90b2J1Zi5TdHJ1Y3RICogBARIXCgpwbHVyYWxfa2V5GBIgASgJSAuIAQFCCgoIX3NoYXJpbmdCDgoMX3BsdXJhbF9uYW1lQg4KDF9kZXNjcmlwdGlvbkILCglfY2F0ZWdvcnlCBwoFX2ljb25CEAoOX2Rpc3BsYXlfZmllbGRCFAoSX25hdHVyYWxfa2V5X2ZpZWxkQgwKCl9kZWxldGFibGVCCwoJX2VkaXRhYmxlQhIKEF9tZXRhZGF0YV9zY2hlbWFCCAoGX2hvb2tzQg0KC19wbHVyYWxfa2V5IokBChFNb2RlbENhcGFiaWxpdGllcxIUCgxpc192ZXJzaW9uZWQYASABKAgSFgoOaXNfcHVibGlzaGFibGUYAiABKAgSFAoMaGFzX3ZhcmlhbnRzGAMgASgIEhcKD2N1c3RvbWVyX3Njb3BlZBgEIAEoCBIXCg9zaGFyaW5nX2VuYWJsZWQYBSABKAgi2wUKBU1vZGVsEgoKAmlkGAEgASgJEgsKA2tleRgCIAEoCRIMCgRuYW1lGAMgASgJEiAKBmZpZWxkcxgEIAMoCzIQLm1vZGVscy52MS5GaWVsZBImCgZjb25maWcYBSABKAsyFi5tb2RlbHMudjEuTW9kZWxDb25maWcSFgoJY29uZmlnX2lkGAYgASgJSACIAQESMgoMY2FwYWJpbGl0aWVzGAcgASgLMhwubW9kZWxzLnYxLk1vZGVsQ2FwYWJpbGl0aWVzEh8KEmN1cnJlbnRfdmVyc2lvbl9pZBgIIAEoCUgBiAEBEiUKGHB1Ymxpc2hlZF92ZXJzaW9uX251bWJlchgJIAEoBUgCiAEBEhEKCXRlbmFudF9pZBgKIAEoCRISCgpwcm9qZWN0X2lkGAsgASgJEhcKCmNyZWF0ZWRfYnkYFCABKAlIA4gBARIXCgp1cGRhdGVkX2J5GBUgASgJSASIAQESLgoKY3JlYXRlZF9hdBgeIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLgoKdXBkYXRlZF9hdBgfIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLAoSbGFzdF9wdXNoZWRfZmllbGRzGCggAygLMhAubW9kZWxzLnYxLkZpZWxkEjcKDmxhc3RfcHVzaGVkX2F0GCkgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcEgFiAEBEiEKFHB1Ymxpc2hlZF92ZXJzaW9uX2lkGCogASgJSAaIAQFCDAoKX2NvbmZpZ19pZEIVChNfY3VycmVudF92ZXJzaW9uX2lkQhsKGV9wdWJsaXNoZWRfdmVyc2lvbl9udW1iZXJCDQoLX2NyZWF0ZWRfYnlCDQoLX3VwZGF0ZWRfYnlCEQoPX2xhc3RfcHVzaGVkX2F0QhcKFV9wdWJsaXNoZWRfdmVyc2lvbl9pZCLCAgoMTW9kZWxWZXJzaW9uEgoKAmlkGAEgASgJEhAKCG1vZGVsX2lkGAIgASgJEhYKDnZlcnNpb25fbnVtYmVyGAMgASgFEiAKBmZpZWxkcxgEIAMoCzIQLm1vZGVscy52MS5GaWVsZBIUCgxjb250ZW50X2hhc2gYBSABKAkSHgoRc291cmNlX3ZlcnNpb25faWQYBiABKAlIAIgBARIfChJjaGFuZ2VfZGVzY3JpcHRpb24YByABKAlIAYgBARIuCgpjcmVhdGVkX2F0GAggASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIXCgpjcmVhdGVkX2J5GAkgASgJSAKIAQFCFAoSX3NvdXJjZV92ZXJzaW9uX2lkQhUKE19jaGFuZ2VfZGVzY3JpcHRpb25CDQoLX2NyZWF0ZWRfYnkizQEKEkNyZWF0ZU1vZGVsUmVxdWVzdBILCgNrZXkYASABKAkSDAoEbmFtZRgCIAEoCRIgCgZmaWVsZHMYAyADKAsyEC5tb2RlbHMudjEuRmllbGQSKwoGY29uZmlnGAQgASgLMhYubW9kZWxzLnYxLk1vZGVsQ29uZmlnSACIAQESFgoJY29uZmlnX2lkGAUgASgJSAGIAQESHAoUdXBkYXRlX3B1c2hfc25hcHNob3QYBiABKAhCCQoHX2NvbmZpZ0IMCgpfY29uZmlnX2lkIjYKE0NyZWF0ZU1vZGVsUmVzcG9uc2USHwoFbW9kZWwYASABKAsyEC5tb2RlbHMudjEuTW9kZWwiHQoPR2V0TW9kZWxSZXF1ZXN0EgoKAmlkGAEgASgJIjMKEEdldE1vZGVsUmVzcG9uc2USHwoFbW9kZWwYASABKAsyEC5tb2RlbHMudjEuTW9kZWwiIwoUR2V0TW9kZWxCeUtleVJlcXVlc3QSCwoDa2V5GAEgASgJIjgKFUdldE1vZGVsQnlLZXlSZXNwb25zZRIfCgVtb2RlbBgBIAEoCzIQLm1vZGVscy52MS5Nb2RlbCKcAQoRTGlzdE1vZGVsc1JlcXVlc3QSEwoGc2VhcmNoGAEgASgJSACIAQESFQoIY2F0ZWdvcnkYAiABKAlIAYgBARINCgVsaW1pdBgDIAEoBRIOCgZvZmZzZXQYBCABKAUSFgoJY29uZmlnX2lkGAUgASgJSAKIAQFCCQoHX3NlYXJjaEILCglfY2F0ZWdvcnlCDAoKX2NvbmZpZ19pZCJFChJMaXN0TW9kZWxzUmVzcG9uc2USIAoGbW9kZWxzGAEgAygLMhAubW9kZWxzLnYxLk1vZGVsEg0KBXRvdGFsGAIgASgFIpoCChJVcGRhdGVNb2RlbFJlcXVlc3QSCgoCaWQYASABKAkSEQoEbmFtZRgCIAEoCUgAiAEBEiAKBmZpZWxkcxgDIAMoCzIQLm1vZGVscy52MS5GaWVsZBIrCgZjb25maWcYBCABKAsyFi5tb2RlbHMudjEuTW9kZWxDb25maWdIAYgBARIfChJjaGFuZ2VfZGVzY3JpcHRpb24YBSABKAlIAogBARIVCg11cGRhdGVfZmllbGRzGAYgASgIEhwKFHVwZGF0ZV9wdXNoX3NuYXBzaG90GAcgASgIEhUKDXNuYXBzaG90X29ubHkYCCABKAhCBwoFX25hbWVCCQoHX2NvbmZpZ0IVChNfY2hhbmdlX2Rlc2NyaXB0aW9uIjYKE1VwZGF0ZU1vZGVsUmVzcG9uc2USHwoFbW9kZWwYASABKAsyEC5tb2RlbHMudjEuTW9kZWwiIAoSRGVsZXRlTW9kZWxSZXF1ZXN0EgoKAmlkGAEgASgJIiYKE0RlbGV0ZU1vZGVsUmVzcG9uc2USDwoHc3VjY2VzcxgBIAEoCCJGChVEdXBsaWNhdGVNb2RlbFJlcXVlc3QSCgoCaWQYASABKAkSDwoHbmV3X2tleRgCIAEoCRIQCghuZXdfbmFtZRgDIAEoCSI5ChZEdXBsaWNhdGVNb2RlbFJlc3BvbnNlEh8KBW1vZGVsGAEgASgLMhAubW9kZWxzLnYxLk1vZGVsIksKGExpc3RNb2RlbFZlcnNpb25zUmVxdWVzdBIQCghtb2RlbF9pZBgBIAEoCRINCgVsaW1pdBgCIAEoBRIOCgZvZmZzZXQYAyABKAUiVQoZTGlzdE1vZGVsVmVyc2lvbnNSZXNwb25zZRIpCgh2ZXJzaW9ucxgBIAMoCzIXLm1vZGVscy52MS5Nb2RlbFZlcnNpb24SDQoFdG90YWwYAiABKAUiPgoWR2V0TW9kZWxWZXJzaW9uUmVxdWVzdBIQCghtb2RlbF9pZBgBIAEoCRISCgp2ZXJzaW9uX2lkGAIgASgJIkMKF0dldE1vZGVsVmVyc2lvblJlc3BvbnNlEigKB3ZlcnNpb24YASABKAsyFy5tb2RlbHMudjEuTW9kZWxWZXJzaW9uIkIKGlJlc3RvcmVNb2RlbFZlcnNpb25SZXF1ZXN0EhAKCG1vZGVsX2lkGAEgASgJEhIKCnZlcnNpb25faWQYAiABKAkiPgobUmVzdG9yZU1vZGVsVmVyc2lvblJlc3BvbnNlEh8KBW1vZGVsGAEgASgLMhAubW9kZWxzLnYxLk1vZGVsImMKFERlcHJlY2F0ZWRGaWVsZFRvdWNoEhEKCXRlbmFudF9pZBgBIAEoCRISCgpwcm9qZWN0X2lkGAIgASgJEhEKCW1vZGVsX2tleRgDIAEoCRIRCglmaWVsZF9rZXkYBCABKAkiVgoiTWFya0RlcHJlY2F0ZWRGaWVsZHNRdWVyaWVkUmVxdWVzdBIwCgd0b3VjaGVzGAEgAygLMh8ubW9kZWxzLnYxLkRlcHJlY2F0ZWRGaWVsZFRvdWNoIjYKI01hcmtEZXByZWNhdGVkRmllbGRzUXVlcmllZFJlc3BvbnNlEg8KB3VwZGF0ZWQYASABKAUi9wEKGERlcHJlY2F0ZWRGaWVsZENhbmRpZGF0ZRIRCgl0ZW5hbnRfaWQYASABKAkSEgoKcHJvamVjdF9pZBgCIAEoCRIQCghtb2RlbF9pZBgDIAEoCRIRCgltb2RlbF9rZXkYBCABKAkSEQoJZmllbGRfa2V5GAUgASgJEi4KCmRlbGV0ZWRfYXQYBiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEjgKD2xhc3RfcXVlcmllZF9hdBgHIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBIAIgBAUISChBfbGFzdF9xdWVyaWVkX2F0IkQKJExpc3REZXByZWNhdGVkRmllbGRDYW5kaWRhdGVzUmVxdWVzdBIcChRncmFjZV9wZXJpb2Rfc2Vjb25kcxgBIAEoAyJgCiVMaXN0RGVwcmVjYXRlZEZpZWxkQ2FuZGlkYXRlc1Jlc3BvbnNlEjcKCmNhbmRpZGF0ZXMYASADKAsyIy5tb2RlbHMudjEuRGVwcmVjYXRlZEZpZWxkQ2FuZGlkYXRlIkEKGkRyb3BEZXByZWNhdGVkRmllbGRSZXF1ZXN0EhAKCG1vZGVsX2lkGAEgASgJEhEKCWZpZWxkX2tleRgCIAEoCSIuChtEcm9wRGVwcmVjYXRlZEZpZWxkUmVzcG9uc2USDwoHZHJvcHBlZBgBIAEoCCIhChNQdWJsaXNoTW9kZWxSZXF1ZXN0EgoKAmlkGAEgASgJIm0KFFB1Ymxpc2hNb2RlbFJlc3BvbnNlEh8KBW1vZGVsGAEgASgLMhAubW9kZWxzLnYxLk1vZGVsEjQKEGJyZWFraW5nX2NoYW5nZXMYAiADKAsyGi5wdWJsaXNoLnYxLkJyZWFraW5nQ2hhbmdlIiMKFVVucHVibGlzaE1vZGVsUmVxdWVzdBIKCgJpZBgBIAEoCSI5ChZVbnB1Ymxpc2hNb2RlbFJlc3BvbnNlEh8KBW1vZGVsGAEgASgLMhAubW9kZWxzLnYxLk1vZGVsIioKHEdldE1vZGVsUHVibGlzaFN0YXR1c1JlcXVlc3QSCgoCaWQYASABKAkiSgodR2V0TW9kZWxQdWJsaXNoU3RhdHVzUmVzcG9uc2USKQoGc3RhdHVzGAEgASgLMhkucHVibGlzaC52MS5QdWJsaXNoU3RhdHVzKvgCCglGaWVsZFR5cGUSGgoWRklFTERfVFlQRV9VTlNQRUNJRklFRBAAEhMKD0ZJRUxEX1RZUEVfVEVYVBABEhUKEUZJRUxEX1RZUEVfTlVNQkVSEAISFgoSRklFTERfVFlQRV9CT09MRUFOEAMSEwoPRklFTERfVFlQRV9EQVRFEAQSFQoRRklFTERfVFlQRV9TRUxFQ1QQBRITCg9GSUVMRF9UWVBFX0pTT04QBhITCg9GSUVMRF9UWVBFX0xJU1QQBxIUChBGSUVMRF9UWVBFX01PREVMEAgSGAoURklFTERfVFlQRV9SRUZFUkVOQ0UQCRITCg9GSUVMRF9UWVBFX0ZJTEUQChIUChBGSUVMRF9UWVBFX0lNQUdFEAsSFAoQRklFTERfVFlQRV9WSURFTxAMEhYKEkZJRUxEX1RZUEVfQ09OVEVOVBANEhcKE0ZJRUxEX1RZUEVfRkxFWElCTEUQDhITCg9GSUVMRF9UWVBFX0VOVU0QDzLRCwoNTW9kZWxzU2VydmljZRJDCghHZXRNb2RlbBIaLm1vZGVscy52MS5HZXRNb2RlbFJlcXVlc3QaGy5tb2RlbHMudjEuR2V0TW9kZWxSZXNwb25zZRJSCg1HZXRNb2RlbEJ5S2V5Eh8ubW9kZWxzLnYxLkdldE1vZGVsQnlLZXlSZXF1ZXN0GiAubW9kZWxzLnYxLkdldE1vZGVsQnlLZXlSZXNwb25zZRJJCgpMaXN0TW9kZWxzEhwubW9kZWxzLnYxLkxpc3RNb2RlbHNSZXF1ZXN0Gh0ubW9kZWxzLnYxLkxpc3RNb2RlbHNSZXNwb25zZRJMCgtDcmVhdGVNb2RlbBIdLm1vZGVscy52MS5DcmVhdGVNb2RlbFJlcXVlc3QaHi5tb2RlbHMudjEuQ3JlYXRlTW9kZWxSZXNwb25zZRJMCgtVcGRhdGVNb2RlbBIdLm1vZGVscy52MS5VcGRhdGVNb2RlbFJlcXVlc3QaHi5tb2RlbHMudjEuVXBkYXRlTW9kZWxSZXNwb25zZRJMCgtEZWxldGVNb2RlbBIdLm1vZGVscy52MS5EZWxldGVNb2RlbFJlcXVlc3QaHi5tb2RlbHMudjEuRGVsZXRlTW9kZWxSZXNwb25zZRJVCg5EdXBsaWNhdGVNb2RlbBIgLm1vZGVscy52MS5EdXBsaWNhdGVNb2RlbFJlcXVlc3QaIS5tb2RlbHMudjEuRHVwbGljYXRlTW9kZWxSZXNwb25zZRJYCg9HZXRNb2RlbFZlcnNpb24SIS5tb2RlbHMudjEuR2V0TW9kZWxWZXJzaW9uUmVxdWVzdBoiLm1vZGVscy52MS5HZXRNb2RlbFZlcnNpb25SZXNwb25zZRJeChFMaXN0TW9kZWxWZXJzaW9ucxIjLm1vZGVscy52MS5MaXN0TW9kZWxWZXJzaW9uc1JlcXVlc3QaJC5tb2RlbHMudjEuTGlzdE1vZGVsVmVyc2lvbnNSZXNwb25zZRJkChNSZXN0b3JlTW9kZWxWZXJzaW9uEiUubW9kZWxzLnYxLlJlc3RvcmVNb2RlbFZlcnNpb25SZXF1ZXN0GiYubW9kZWxzLnYxLlJlc3RvcmVNb2RlbFZlcnNpb25SZXNwb25zZRJPCgxQdWJsaXNoTW9kZWwSHi5tb2RlbHMudjEuUHVibGlzaE1vZGVsUmVxdWVzdBofLm1vZGVscy52MS5QdWJsaXNoTW9kZWxSZXNwb25zZRJVCg5VbnB1Ymxpc2hNb2RlbBIgLm1vZGVscy52MS5VbnB1Ymxpc2hNb2RlbFJlcXVlc3QaIS5tb2RlbHMudjEuVW5wdWJsaXNoTW9kZWxSZXNwb25zZRJqChVHZXRNb2RlbFB1Ymxpc2hTdGF0dXMSJy5tb2RlbHMudjEuR2V0TW9kZWxQdWJsaXNoU3RhdHVzUmVxdWVzdBooLm1vZGVscy52MS5HZXRNb2RlbFB1Ymxpc2hTdGF0dXNSZXNwb25zZRJ8ChtNYXJrRGVwcmVjYXRlZEZpZWxkc1F1ZXJpZWQSLS5tb2RlbHMudjEuTWFya0RlcHJlY2F0ZWRGaWVsZHNRdWVyaWVkUmVxdWVzdBouLm1vZGVscy52MS5NYXJrRGVwcmVjYXRlZEZpZWxkc1F1ZXJpZWRSZXNwb25zZRKCAQodTGlzdERlcHJlY2F0ZWRGaWVsZENhbmRpZGF0ZXMSLy5tb2RlbHMudjEuTGlzdERlcHJlY2F0ZWRGaWVsZENhbmRpZGF0ZXNSZXF1ZXN0GjAubW9kZWxzLnYxLkxpc3REZXByZWNhdGVkRmllbGRDYW5kaWRhdGVzUmVzcG9uc2USZAoTRHJvcERlcHJlY2F0ZWRGaWVsZBIlLm1vZGVscy52MS5Ecm9wRGVwcmVjYXRlZEZpZWxkUmVxdWVzdBomLm1vZGVscy52MS5Ecm9wRGVwcmVjYXRlZEZpZWxkUmVzcG9uc2VCOVo3Z2l0aHViLmNvbS9laWRlc3R1ZGlvL2ZvaXIvZ2VuL3Byb3RvL21vZGVscy92MTttb2RlbHN2MWIGcHJvdG8z", [file_google_protobuf_struct, file_google_protobuf_timestamp, file_publish_v1_publish]);
|
|
13
14
|
|
|
14
15
|
/**
|
|
15
16
|
* Describes the message models.v1.Field.
|
|
@@ -249,6 +250,48 @@ export const DropDeprecatedFieldRequestSchema = /*@__PURE__*/
|
|
|
249
250
|
export const DropDeprecatedFieldResponseSchema = /*@__PURE__*/
|
|
250
251
|
messageDesc(file_models_v1_models, 33);
|
|
251
252
|
|
|
253
|
+
/**
|
|
254
|
+
* Describes the message models.v1.PublishModelRequest.
|
|
255
|
+
* Use `create(PublishModelRequestSchema)` to create a new message.
|
|
256
|
+
*/
|
|
257
|
+
export const PublishModelRequestSchema = /*@__PURE__*/
|
|
258
|
+
messageDesc(file_models_v1_models, 34);
|
|
259
|
+
|
|
260
|
+
/**
|
|
261
|
+
* Describes the message models.v1.PublishModelResponse.
|
|
262
|
+
* Use `create(PublishModelResponseSchema)` to create a new message.
|
|
263
|
+
*/
|
|
264
|
+
export const PublishModelResponseSchema = /*@__PURE__*/
|
|
265
|
+
messageDesc(file_models_v1_models, 35);
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* Describes the message models.v1.UnpublishModelRequest.
|
|
269
|
+
* Use `create(UnpublishModelRequestSchema)` to create a new message.
|
|
270
|
+
*/
|
|
271
|
+
export const UnpublishModelRequestSchema = /*@__PURE__*/
|
|
272
|
+
messageDesc(file_models_v1_models, 36);
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* Describes the message models.v1.UnpublishModelResponse.
|
|
276
|
+
* Use `create(UnpublishModelResponseSchema)` to create a new message.
|
|
277
|
+
*/
|
|
278
|
+
export const UnpublishModelResponseSchema = /*@__PURE__*/
|
|
279
|
+
messageDesc(file_models_v1_models, 37);
|
|
280
|
+
|
|
281
|
+
/**
|
|
282
|
+
* Describes the message models.v1.GetModelPublishStatusRequest.
|
|
283
|
+
* Use `create(GetModelPublishStatusRequestSchema)` to create a new message.
|
|
284
|
+
*/
|
|
285
|
+
export const GetModelPublishStatusRequestSchema = /*@__PURE__*/
|
|
286
|
+
messageDesc(file_models_v1_models, 38);
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* Describes the message models.v1.GetModelPublishStatusResponse.
|
|
290
|
+
* Use `create(GetModelPublishStatusResponseSchema)` to create a new message.
|
|
291
|
+
*/
|
|
292
|
+
export const GetModelPublishStatusResponseSchema = /*@__PURE__*/
|
|
293
|
+
messageDesc(file_models_v1_models, 39);
|
|
294
|
+
|
|
252
295
|
/**
|
|
253
296
|
* Describes the enum models.v1.FieldType.
|
|
254
297
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { BulkDismissDeadLettersRequest, BulkDismissDeadLettersResponse, BulkRetryDeadLettersRequest, BulkRetryDeadLettersResponse, CancelOperationExecutionRequest, CancelOperationExecutionResponse, CancelOperationExecutionsRequest, CancelOperationExecutionsResponse, CompleteOperationExecutionRequest, CompleteOperationExecutionResponse, CreateOperationRequest, CreateOperationResponse, DeleteOperationRequest, DeleteOperationResponse, DismissAllPendingDeadLettersRequest, DismissAllPendingDeadLettersResponse, DismissDeadLetterEntryRequest, DismissDeadLetterEntryResponse, ExecuteOperationRequest, ExecuteOperationResponse, FailOperationExecutionRequest, FailOperationExecutionResponse, GetApplicableOperationsRequest, GetApplicableOperationsResponse, GetDeadLetterStatsRequest, GetDeadLetterStatsResponse, GetOperationExecutionRequest, GetOperationExecutionResponse, GetOperationExecutionStatsRequest, GetOperationExecutionStatsResponse, GetOperationQuotaUsageRequest, GetOperationQuotaUsageResponse, GetOperationRequest, GetOperationResponse, GetSigningSecretRawRequest, GetSigningSecretRawResponse, GetSigningSecretRequest, GetSigningSecretResponse, ListCircuitStatesRequest, ListCircuitStatesResponse, ListDeadLetterEntriesRequest, ListDeadLetterEntriesResponse, ListDeadLetterOperationKeysRequest, ListDeadLetterOperationKeysResponse, ListOperationExecutionsRequest, ListOperationExecutionsResponse, ListOperationsRequest, ListOperationsResponse, RegenerateSigningSecretRequest, RegenerateSigningSecretResponse, ReportOperationProgressRequest, ReportOperationProgressResponse, ResetCircuitRequest, ResetCircuitResponse, RetryDeadLetterEntryRequest, RetryDeadLetterEntryResponse, UpdateOperationRequest, UpdateOperationResponse } from "./operations_pbjs";
|
|
6
|
+
import { BulkDismissDeadLettersRequest, BulkDismissDeadLettersResponse, BulkRetryDeadLettersRequest, BulkRetryDeadLettersResponse, CancelOperationExecutionRequest, CancelOperationExecutionResponse, CancelOperationExecutionsRequest, CancelOperationExecutionsResponse, CompleteOperationExecutionRequest, CompleteOperationExecutionResponse, CreateOperationRequest, CreateOperationResponse, DeleteOperationRequest, DeleteOperationResponse, DismissAllPendingDeadLettersRequest, DismissAllPendingDeadLettersResponse, DismissDeadLetterEntryRequest, DismissDeadLetterEntryResponse, ExecuteOperationRequest, ExecuteOperationResponse, FailOperationExecutionRequest, FailOperationExecutionResponse, GetApplicableOperationsRequest, GetApplicableOperationsResponse, GetDeadLetterStatsRequest, GetDeadLetterStatsResponse, GetOperationExecutionRequest, GetOperationExecutionResponse, GetOperationExecutionStatsRequest, GetOperationExecutionStatsResponse, GetOperationPublishStatusRequest, GetOperationPublishStatusResponse, GetOperationQuotaUsageRequest, GetOperationQuotaUsageResponse, GetOperationRequest, GetOperationResponse, GetOperationVersionRequest, GetOperationVersionResponse, GetSigningSecretRawRequest, GetSigningSecretRawResponse, GetSigningSecretRequest, GetSigningSecretResponse, ListCircuitStatesRequest, ListCircuitStatesResponse, ListDeadLetterEntriesRequest, ListDeadLetterEntriesResponse, ListDeadLetterOperationKeysRequest, ListDeadLetterOperationKeysResponse, ListOperationExecutionsRequest, ListOperationExecutionsResponse, ListOperationsRequest, ListOperationsResponse, ListOperationVersionsRequest, ListOperationVersionsResponse, PublishOperationRequest, PublishOperationResponse, RegenerateSigningSecretRequest, RegenerateSigningSecretResponse, ReportOperationProgressRequest, ReportOperationProgressResponse, ResetCircuitRequest, ResetCircuitResponse, RestoreOperationVersionRequest, RestoreOperationVersionResponse, RetryDeadLetterEntryRequest, RetryDeadLetterEntryResponse, UnpublishOperationRequest, UnpublishOperationResponse, UpdateOperationRequest, UpdateOperationResponse } from "./operations_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -292,6 +292,68 @@ export declare const OperationsService: {
|
|
|
292
292
|
readonly O: typeof RegenerateSigningSecretResponse,
|
|
293
293
|
readonly kind: MethodKind.Unary,
|
|
294
294
|
},
|
|
295
|
+
/**
|
|
296
|
+
* Versioning. Operations now carry version history, mirroring models.
|
|
297
|
+
* Edits create a new version row; the published_version_id pointer is
|
|
298
|
+
* promoted via PublishOperation.
|
|
299
|
+
*
|
|
300
|
+
* @generated from rpc operations.v1.OperationsService.GetOperationVersion
|
|
301
|
+
*/
|
|
302
|
+
readonly getOperationVersion: {
|
|
303
|
+
readonly name: "GetOperationVersion",
|
|
304
|
+
readonly I: typeof GetOperationVersionRequest,
|
|
305
|
+
readonly O: typeof GetOperationVersionResponse,
|
|
306
|
+
readonly kind: MethodKind.Unary,
|
|
307
|
+
},
|
|
308
|
+
/**
|
|
309
|
+
* @generated from rpc operations.v1.OperationsService.ListOperationVersions
|
|
310
|
+
*/
|
|
311
|
+
readonly listOperationVersions: {
|
|
312
|
+
readonly name: "ListOperationVersions",
|
|
313
|
+
readonly I: typeof ListOperationVersionsRequest,
|
|
314
|
+
readonly O: typeof ListOperationVersionsResponse,
|
|
315
|
+
readonly kind: MethodKind.Unary,
|
|
316
|
+
},
|
|
317
|
+
/**
|
|
318
|
+
* @generated from rpc operations.v1.OperationsService.RestoreOperationVersion
|
|
319
|
+
*/
|
|
320
|
+
readonly restoreOperationVersion: {
|
|
321
|
+
readonly name: "RestoreOperationVersion",
|
|
322
|
+
readonly I: typeof RestoreOperationVersionRequest,
|
|
323
|
+
readonly O: typeof RestoreOperationVersionResponse,
|
|
324
|
+
readonly kind: MethodKind.Unary,
|
|
325
|
+
},
|
|
326
|
+
/**
|
|
327
|
+
* Schema publishing. Promotes the current draft version to published —
|
|
328
|
+
* the public GraphQL schema rebuilds against the new state for pk_*
|
|
329
|
+
* callers. Unpublish removes the operation from the public schema.
|
|
330
|
+
*
|
|
331
|
+
* @generated from rpc operations.v1.OperationsService.PublishOperation
|
|
332
|
+
*/
|
|
333
|
+
readonly publishOperation: {
|
|
334
|
+
readonly name: "PublishOperation",
|
|
335
|
+
readonly I: typeof PublishOperationRequest,
|
|
336
|
+
readonly O: typeof PublishOperationResponse,
|
|
337
|
+
readonly kind: MethodKind.Unary,
|
|
338
|
+
},
|
|
339
|
+
/**
|
|
340
|
+
* @generated from rpc operations.v1.OperationsService.UnpublishOperation
|
|
341
|
+
*/
|
|
342
|
+
readonly unpublishOperation: {
|
|
343
|
+
readonly name: "UnpublishOperation",
|
|
344
|
+
readonly I: typeof UnpublishOperationRequest,
|
|
345
|
+
readonly O: typeof UnpublishOperationResponse,
|
|
346
|
+
readonly kind: MethodKind.Unary,
|
|
347
|
+
},
|
|
348
|
+
/**
|
|
349
|
+
* @generated from rpc operations.v1.OperationsService.GetOperationPublishStatus
|
|
350
|
+
*/
|
|
351
|
+
readonly getOperationPublishStatus: {
|
|
352
|
+
readonly name: "GetOperationPublishStatus",
|
|
353
|
+
readonly I: typeof GetOperationPublishStatusRequest,
|
|
354
|
+
readonly O: typeof GetOperationPublishStatusResponse,
|
|
355
|
+
readonly kind: MethodKind.Unary,
|
|
356
|
+
},
|
|
295
357
|
}
|
|
296
358
|
};
|
|
297
359
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { BulkDismissDeadLettersRequest, BulkDismissDeadLettersResponse, BulkRetryDeadLettersRequest, BulkRetryDeadLettersResponse, CancelOperationExecutionRequest, CancelOperationExecutionResponse, CancelOperationExecutionsRequest, CancelOperationExecutionsResponse, CompleteOperationExecutionRequest, CompleteOperationExecutionResponse, CreateOperationRequest, CreateOperationResponse, DeleteOperationRequest, DeleteOperationResponse, DismissAllPendingDeadLettersRequest, DismissAllPendingDeadLettersResponse, DismissDeadLetterEntryRequest, DismissDeadLetterEntryResponse, ExecuteOperationRequest, ExecuteOperationResponse, FailOperationExecutionRequest, FailOperationExecutionResponse, GetApplicableOperationsRequest, GetApplicableOperationsResponse, GetDeadLetterStatsRequest, GetDeadLetterStatsResponse, GetOperationExecutionRequest, GetOperationExecutionResponse, GetOperationExecutionStatsRequest, GetOperationExecutionStatsResponse, GetOperationQuotaUsageRequest, GetOperationQuotaUsageResponse, GetOperationRequest, GetOperationResponse, GetSigningSecretRawRequest, GetSigningSecretRawResponse, GetSigningSecretRequest, GetSigningSecretResponse, ListCircuitStatesRequest, ListCircuitStatesResponse, ListDeadLetterEntriesRequest, ListDeadLetterEntriesResponse, ListDeadLetterOperationKeysRequest, ListDeadLetterOperationKeysResponse, ListOperationExecutionsRequest, ListOperationExecutionsResponse, ListOperationsRequest, ListOperationsResponse, RegenerateSigningSecretRequest, RegenerateSigningSecretResponse, ReportOperationProgressRequest, ReportOperationProgressResponse, ResetCircuitRequest, ResetCircuitResponse, RetryDeadLetterEntryRequest, RetryDeadLetterEntryResponse, UpdateOperationRequest, UpdateOperationResponse } from "./operations_pbjs";
|
|
6
|
+
import { BulkDismissDeadLettersRequest, BulkDismissDeadLettersResponse, BulkRetryDeadLettersRequest, BulkRetryDeadLettersResponse, CancelOperationExecutionRequest, CancelOperationExecutionResponse, CancelOperationExecutionsRequest, CancelOperationExecutionsResponse, CompleteOperationExecutionRequest, CompleteOperationExecutionResponse, CreateOperationRequest, CreateOperationResponse, DeleteOperationRequest, DeleteOperationResponse, DismissAllPendingDeadLettersRequest, DismissAllPendingDeadLettersResponse, DismissDeadLetterEntryRequest, DismissDeadLetterEntryResponse, ExecuteOperationRequest, ExecuteOperationResponse, FailOperationExecutionRequest, FailOperationExecutionResponse, GetApplicableOperationsRequest, GetApplicableOperationsResponse, GetDeadLetterStatsRequest, GetDeadLetterStatsResponse, GetOperationExecutionRequest, GetOperationExecutionResponse, GetOperationExecutionStatsRequest, GetOperationExecutionStatsResponse, GetOperationPublishStatusRequest, GetOperationPublishStatusResponse, GetOperationQuotaUsageRequest, GetOperationQuotaUsageResponse, GetOperationRequest, GetOperationResponse, GetOperationVersionRequest, GetOperationVersionResponse, GetSigningSecretRawRequest, GetSigningSecretRawResponse, GetSigningSecretRequest, GetSigningSecretResponse, ListCircuitStatesRequest, ListCircuitStatesResponse, ListDeadLetterEntriesRequest, ListDeadLetterEntriesResponse, ListDeadLetterOperationKeysRequest, ListDeadLetterOperationKeysResponse, ListOperationExecutionsRequest, ListOperationExecutionsResponse, ListOperationsRequest, ListOperationsResponse, ListOperationVersionsRequest, ListOperationVersionsResponse, PublishOperationRequest, PublishOperationResponse, RegenerateSigningSecretRequest, RegenerateSigningSecretResponse, ReportOperationProgressRequest, ReportOperationProgressResponse, ResetCircuitRequest, ResetCircuitResponse, RestoreOperationVersionRequest, RestoreOperationVersionResponse, RetryDeadLetterEntryRequest, RetryDeadLetterEntryResponse, UnpublishOperationRequest, UnpublishOperationResponse, UpdateOperationRequest, UpdateOperationResponse } from "./operations_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -292,6 +292,68 @@ export const OperationsService = {
|
|
|
292
292
|
O: RegenerateSigningSecretResponse,
|
|
293
293
|
kind: MethodKind.Unary,
|
|
294
294
|
},
|
|
295
|
+
/**
|
|
296
|
+
* Versioning. Operations now carry version history, mirroring models.
|
|
297
|
+
* Edits create a new version row; the published_version_id pointer is
|
|
298
|
+
* promoted via PublishOperation.
|
|
299
|
+
*
|
|
300
|
+
* @generated from rpc operations.v1.OperationsService.GetOperationVersion
|
|
301
|
+
*/
|
|
302
|
+
getOperationVersion: {
|
|
303
|
+
name: "GetOperationVersion",
|
|
304
|
+
I: GetOperationVersionRequest,
|
|
305
|
+
O: GetOperationVersionResponse,
|
|
306
|
+
kind: MethodKind.Unary,
|
|
307
|
+
},
|
|
308
|
+
/**
|
|
309
|
+
* @generated from rpc operations.v1.OperationsService.ListOperationVersions
|
|
310
|
+
*/
|
|
311
|
+
listOperationVersions: {
|
|
312
|
+
name: "ListOperationVersions",
|
|
313
|
+
I: ListOperationVersionsRequest,
|
|
314
|
+
O: ListOperationVersionsResponse,
|
|
315
|
+
kind: MethodKind.Unary,
|
|
316
|
+
},
|
|
317
|
+
/**
|
|
318
|
+
* @generated from rpc operations.v1.OperationsService.RestoreOperationVersion
|
|
319
|
+
*/
|
|
320
|
+
restoreOperationVersion: {
|
|
321
|
+
name: "RestoreOperationVersion",
|
|
322
|
+
I: RestoreOperationVersionRequest,
|
|
323
|
+
O: RestoreOperationVersionResponse,
|
|
324
|
+
kind: MethodKind.Unary,
|
|
325
|
+
},
|
|
326
|
+
/**
|
|
327
|
+
* Schema publishing. Promotes the current draft version to published —
|
|
328
|
+
* the public GraphQL schema rebuilds against the new state for pk_*
|
|
329
|
+
* callers. Unpublish removes the operation from the public schema.
|
|
330
|
+
*
|
|
331
|
+
* @generated from rpc operations.v1.OperationsService.PublishOperation
|
|
332
|
+
*/
|
|
333
|
+
publishOperation: {
|
|
334
|
+
name: "PublishOperation",
|
|
335
|
+
I: PublishOperationRequest,
|
|
336
|
+
O: PublishOperationResponse,
|
|
337
|
+
kind: MethodKind.Unary,
|
|
338
|
+
},
|
|
339
|
+
/**
|
|
340
|
+
* @generated from rpc operations.v1.OperationsService.UnpublishOperation
|
|
341
|
+
*/
|
|
342
|
+
unpublishOperation: {
|
|
343
|
+
name: "UnpublishOperation",
|
|
344
|
+
I: UnpublishOperationRequest,
|
|
345
|
+
O: UnpublishOperationResponse,
|
|
346
|
+
kind: MethodKind.Unary,
|
|
347
|
+
},
|
|
348
|
+
/**
|
|
349
|
+
* @generated from rpc operations.v1.OperationsService.GetOperationPublishStatus
|
|
350
|
+
*/
|
|
351
|
+
getOperationPublishStatus: {
|
|
352
|
+
name: "GetOperationPublishStatus",
|
|
353
|
+
I: GetOperationPublishStatusRequest,
|
|
354
|
+
O: GetOperationPublishStatusResponse,
|
|
355
|
+
kind: MethodKind.Unary,
|
|
356
|
+
},
|
|
295
357
|
}
|
|
296
358
|
};
|
|
297
359
|
|