From 5d83c9bface62761e817665a689c7f374577f5c4 Mon Sep 17 00:00:00 2001 From: Engineering Date: Fri, 21 Jul 2023 13:22:32 +0000 Subject: [PATCH] Updated to SDP v0.18.4-100-g94736dd --- .../changes-ChangesService_connectquery.ts | 21 +-- src/__generated__/changes_connect.ts | 13 +- src/__generated__/changes_pb.ts | 130 ------------------ 3 files changed, 2 insertions(+), 162 deletions(-) diff --git a/src/__generated__/changes-ChangesService_connectquery.ts b/src/__generated__/changes-ChangesService_connectquery.ts index b1bf131..3d09be7 100644 --- a/src/__generated__/changes-ChangesService_connectquery.ts +++ b/src/__generated__/changes-ChangesService_connectquery.ts @@ -5,7 +5,7 @@ import { createQueryService } from "@bufbuild/connect-query"; import { MethodKind } from "@bufbuild/protobuf"; -import { CreateAppRequest, CreateAppResponse, CreateChangeRequest, CreateChangeResponse, CreateSimpleAppRequest, CreateSimpleAppResponse, DeleteAppRequest, DeleteAppResponse, DeleteChangeRequest, DeleteChangeResponse, GetAffectedAppsRequest, GetAffectedAppsResponse, GetAppRequest, GetAppResponse, GetAppSummariesRequest, GetAppSummariesResponse, GetAppSummaryRequest, GetAppSummaryResponse, GetChangeAuditLogRequest, GetChangeAuditLogResponse, GetChangeRequest, GetChangeResponse, GetChangesHomeRequest, GetChangesHomeResponse, GetDiffRequest, GetDiffResponse, GetOnboardingRequest, GetOnboardingResponse, ListAppChangesRequest, ListAppChangesResponse, ListAppChangesSummaryRequest, ListAppChangesSummaryResponse, ListAppsRequest, ListAppsResponse, ListChangesRequest, ListChangesResponse, ListChangingItemsSummaryRequest, ListChangingItemsSummaryResponse, ListHomeAppsRequest, ListHomeAppsResponse, ListHomeChangesRequest, ListHomeChangesResponse, RefreshStateRequest, RefreshStateResponse, UpdateAppRequest, UpdateAppResponse, UpdateChangeRequest, UpdateChangeResponse, UpdateOnboardingRequest, UpdateOnboardingResponse } from "./changes_pb.ts"; +import { CreateAppRequest, CreateAppResponse, CreateChangeRequest, CreateChangeResponse, CreateSimpleAppRequest, CreateSimpleAppResponse, DeleteAppRequest, DeleteAppResponse, DeleteChangeRequest, DeleteChangeResponse, GetAffectedAppsRequest, GetAffectedAppsResponse, GetAppRequest, GetAppResponse, GetAppSummariesRequest, GetAppSummariesResponse, GetAppSummaryRequest, GetAppSummaryResponse, GetChangeAuditLogRequest, GetChangeAuditLogResponse, GetChangeRequest, GetChangeResponse, GetDiffRequest, GetDiffResponse, GetOnboardingRequest, GetOnboardingResponse, ListAppChangesRequest, ListAppChangesResponse, ListAppChangesSummaryRequest, ListAppChangesSummaryResponse, ListAppsRequest, ListAppsResponse, ListChangesRequest, ListChangesResponse, ListChangingItemsSummaryRequest, ListChangingItemsSummaryResponse, ListHomeAppsRequest, ListHomeAppsResponse, ListHomeChangesRequest, ListHomeChangesResponse, RefreshStateRequest, RefreshStateResponse, UpdateAppRequest, UpdateAppResponse, UpdateChangeRequest, UpdateChangeResponse, UpdateOnboardingRequest, UpdateOnboardingResponse } from "./changes_pb.ts"; export const typeName = "changes.ChangesService"; @@ -239,25 +239,6 @@ export const refreshState = createQueryService({ }, }).refreshState; -/** - * Returns a list of change summaries, designed for use in the changes home page - * - * @generated from rpc changes.ChangesService.GetChangesHome - */ -export const getChangesHome = createQueryService({ - service: { - methods: { - getChangesHome: { - name: "GetChangesHome", - kind: MethodKind.Unary, - I: GetChangesHomeRequest, - O: GetChangesHomeResponse, - }, - }, - typeName: "changes.ChangesService", - }, -}).getChangesHome; - /** * @generated from rpc changes.ChangesService.GetOnboarding */ diff --git a/src/__generated__/changes_connect.ts b/src/__generated__/changes_connect.ts index cb1849a..6717795 100644 --- a/src/__generated__/changes_connect.ts +++ b/src/__generated__/changes_connect.ts @@ -3,7 +3,7 @@ /* eslint-disable */ // @ts-nocheck -import { CalculateBlastRadiusRequest, CalculateBlastRadiusResponse, CreateAppRequest, CreateAppResponse, CreateChangeRequest, CreateChangeResponse, CreateSimpleAppRequest, CreateSimpleAppResponse, DeleteAppRequest, DeleteAppResponse, DeleteChangeRequest, DeleteChangeResponse, EndChangeRequest, EndChangeResponse, GetAffectedAppsRequest, GetAffectedAppsResponse, GetAppRequest, GetAppResponse, GetAppSummariesRequest, GetAppSummariesResponse, GetAppSummaryRequest, GetAppSummaryResponse, GetChangeAuditLogRequest, GetChangeAuditLogResponse, GetChangeRequest, GetChangeResponse, GetChangesHomeRequest, GetChangesHomeResponse, GetDiffRequest, GetDiffResponse, GetOnboardingRequest, GetOnboardingResponse, ListAppChangesRequest, ListAppChangesResponse, ListAppChangesSummaryRequest, ListAppChangesSummaryResponse, ListAppsRequest, ListAppsResponse, ListChangesRequest, ListChangesResponse, ListChangingItemsSummaryRequest, ListChangingItemsSummaryResponse, ListHomeAppsRequest, ListHomeAppsResponse, ListHomeChangesRequest, ListHomeChangesResponse, RefreshStateRequest, RefreshStateResponse, SimulateChangeRequest, SimulateChangeResponse, StartChangeRequest, StartChangeResponse, UpdateAppRequest, UpdateAppResponse, UpdateChangeRequest, UpdateChangeResponse, UpdateChangingItemsRequest, UpdateOnboardingRequest, UpdateOnboardingResponse } from "./changes_pb.ts"; +import { CalculateBlastRadiusRequest, CalculateBlastRadiusResponse, CreateAppRequest, CreateAppResponse, CreateChangeRequest, CreateChangeResponse, CreateSimpleAppRequest, CreateSimpleAppResponse, DeleteAppRequest, DeleteAppResponse, DeleteChangeRequest, DeleteChangeResponse, EndChangeRequest, EndChangeResponse, GetAffectedAppsRequest, GetAffectedAppsResponse, GetAppRequest, GetAppResponse, GetAppSummariesRequest, GetAppSummariesResponse, GetAppSummaryRequest, GetAppSummaryResponse, GetChangeAuditLogRequest, GetChangeAuditLogResponse, GetChangeRequest, GetChangeResponse, GetDiffRequest, GetDiffResponse, GetOnboardingRequest, GetOnboardingResponse, ListAppChangesRequest, ListAppChangesResponse, ListAppChangesSummaryRequest, ListAppChangesSummaryResponse, ListAppsRequest, ListAppsResponse, ListChangesRequest, ListChangesResponse, ListChangingItemsSummaryRequest, ListChangingItemsSummaryResponse, ListHomeAppsRequest, ListHomeAppsResponse, ListHomeChangesRequest, ListHomeChangesResponse, RefreshStateRequest, RefreshStateResponse, SimulateChangeRequest, SimulateChangeResponse, StartChangeRequest, StartChangeResponse, UpdateAppRequest, UpdateAppResponse, UpdateChangeRequest, UpdateChangeResponse, UpdateChangingItemsRequest, UpdateOnboardingRequest, UpdateOnboardingResponse } from "./changes_pb.ts"; import { MethodKind } from "@bufbuild/protobuf"; /** @@ -203,17 +203,6 @@ export const ChangesService = { O: SimulateChangeResponse, kind: MethodKind.ServerStreaming, }, - /** - * Returns a list of change summaries, designed for use in the changes home page - * - * @generated from rpc changes.ChangesService.GetChangesHome - */ - getChangesHome: { - name: "GetChangesHome", - I: GetChangesHomeRequest, - O: GetChangesHomeResponse, - kind: MethodKind.Unary, - }, /** * @generated from rpc changes.ChangesService.GetOnboarding */ diff --git a/src/__generated__/changes_pb.ts b/src/__generated__/changes_pb.ts index 4c0c779..b21dd38 100644 --- a/src/__generated__/changes_pb.ts +++ b/src/__generated__/changes_pb.ts @@ -3629,133 +3629,3 @@ export class SimulateChangeResponse extends Message { } } -/** - * @generated from message changes.GetChangesHomeRequest - */ -export class GetChangesHomeRequest extends Message { - constructor(data?: PartialMessage) { - super(); - proto3.util.initPartial(data, this); - } - - static readonly runtime: typeof proto3 = proto3; - static readonly typeName = "changes.GetChangesHomeRequest"; - static readonly fields: FieldList = proto3.util.newFieldList(() => [ - ]); - - static fromBinary(bytes: Uint8Array, options?: Partial): GetChangesHomeRequest { - return new GetChangesHomeRequest().fromBinary(bytes, options); - } - - static fromJson(jsonValue: JsonValue, options?: Partial): GetChangesHomeRequest { - return new GetChangesHomeRequest().fromJson(jsonValue, options); - } - - static fromJsonString(jsonString: string, options?: Partial): GetChangesHomeRequest { - return new GetChangesHomeRequest().fromJsonString(jsonString, options); - } - - static equals(a: GetChangesHomeRequest | PlainMessage | undefined, b: GetChangesHomeRequest | PlainMessage | undefined): boolean { - return proto3.util.equals(GetChangesHomeRequest, a, b); - } -} - -/** - * @generated from message changes.GetChangesHomeResponse - */ -export class GetChangesHomeResponse extends Message { - /** - * @generated from oneof changes.GetChangesHomeResponse.data - */ - data: { - /** - * @generated from field: changes.GetChangesHomeData changesHome = 1; - */ - value: GetChangesHomeData; - case: "changesHome"; - } | { - /** - * @generated from field: changes.Onboarding onboarding = 2; - */ - value: Onboarding; - case: "onboarding"; - } | { case: undefined; value?: undefined } = { case: undefined }; - - constructor(data?: PartialMessage) { - super(); - proto3.util.initPartial(data, this); - } - - static readonly runtime: typeof proto3 = proto3; - static readonly typeName = "changes.GetChangesHomeResponse"; - static readonly fields: FieldList = proto3.util.newFieldList(() => [ - { no: 1, name: "changesHome", kind: "message", T: GetChangesHomeData, oneof: "data" }, - { no: 2, name: "onboarding", kind: "message", T: Onboarding, oneof: "data" }, - ]); - - static fromBinary(bytes: Uint8Array, options?: Partial): GetChangesHomeResponse { - return new GetChangesHomeResponse().fromBinary(bytes, options); - } - - static fromJson(jsonValue: JsonValue, options?: Partial): GetChangesHomeResponse { - return new GetChangesHomeResponse().fromJson(jsonValue, options); - } - - static fromJsonString(jsonString: string, options?: Partial): GetChangesHomeResponse { - return new GetChangesHomeResponse().fromJsonString(jsonString, options); - } - - static equals(a: GetChangesHomeResponse | PlainMessage | undefined, b: GetChangesHomeResponse | PlainMessage | undefined): boolean { - return proto3.util.equals(GetChangesHomeResponse, a, b); - } -} - -/** - * @generated from message changes.GetChangesHomeData - */ -export class GetChangesHomeData extends Message { - /** - * @generated from field: string owner = 1; - */ - owner = ""; - - /** - * @generated from field: repeated changes.Change recentChanges = 2; - */ - recentChanges: Change[] = []; - - /** - * @generated from field: repeated changes.App recentApps = 3; - */ - recentApps: App[] = []; - - constructor(data?: PartialMessage) { - super(); - proto3.util.initPartial(data, this); - } - - static readonly runtime: typeof proto3 = proto3; - static readonly typeName = "changes.GetChangesHomeData"; - static readonly fields: FieldList = proto3.util.newFieldList(() => [ - { no: 1, name: "owner", kind: "scalar", T: 9 /* ScalarType.STRING */ }, - { no: 2, name: "recentChanges", kind: "message", T: Change, repeated: true }, - { no: 3, name: "recentApps", kind: "message", T: App, repeated: true }, - ]); - - static fromBinary(bytes: Uint8Array, options?: Partial): GetChangesHomeData { - return new GetChangesHomeData().fromBinary(bytes, options); - } - - static fromJson(jsonValue: JsonValue, options?: Partial): GetChangesHomeData { - return new GetChangesHomeData().fromJson(jsonValue, options); - } - - static fromJsonString(jsonString: string, options?: Partial): GetChangesHomeData { - return new GetChangesHomeData().fromJsonString(jsonString, options); - } - - static equals(a: GetChangesHomeData | PlainMessage | undefined, b: GetChangesHomeData | PlainMessage | undefined): boolean { - return proto3.util.equals(GetChangesHomeData, a, b); - } -} -