Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion auth/rpc/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@atls/protoc-gen-abstractions": "0.0.3",
"@atls/protoc-gen-config": "0.0.2",
"@atls/protoc-gen-config": "0.0.3",
"@atls/protoc-gen-interfaces": "0.0.7",
"@bufbuild/buf": "1.50.1",
"@bufbuild/protobuf": "1.10.0",
Expand Down
6 changes: 3 additions & 3 deletions auth/rpc/auth/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
// @generated by protoc-gen-config 0.0.1 with parameter "target=ts"
// @generated from file team/firstfood/auth/v1/auth.service.proto (package team.firstfood.auth.v1, syntax proto3)
// @generated from file tech/atls/auth/v1/auth.service.proto (package tech.atls.auth.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck

import path from 'node:path'

const dirname = path.dirname(new URL(import.meta.url).pathname)

export const packageName = 'team.firstfood.auth.v1'
export const packageName = 'tech.atls.auth.v1'

export const serviceName = 'AuthService'

export const servicePath = path.join(dirname, '../team/firstfood/auth/v1/auth.service.proto')
export const servicePath = path.join(dirname, '../tech/atls/auth/v1/auth.service.proto')

export const includeDirs = [path.join(dirname, '../')]
2 changes: 1 addition & 1 deletion auth/rpc/auth/src/gen/abstractions/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './team/firstfood/auth/v1/auth.payloads_pb.js'
export * from './tech/atls/auth/v1/auth.payloads_pb.js'
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// @generated by protoc-gen-abstractions 0.0.1 with parameter "target=ts"
// @generated from file team/firstfood/auth/v1/auth.payloads.proto (package team.firstfood.auth.v1, syntax proto3)
// @generated from file tech/atls/auth/v1/auth.payloads.proto (package tech.atls.auth.v1, syntax proto3)
/* eslint-disable */
// @ts-nocheck

/**
* @generated from enum team.firstfood.auth.v1.ProviderType
* @generated from enum tech.atls.auth.v1.ProviderType
*/
export enum ProviderType {
/**
Expand All @@ -24,7 +24,7 @@ export enum ProviderType {
}

/**
* @generated from message team.firstfood.auth.v1.LoginUserByEmailRequest
* @generated from message tech.atls.auth.v1.LoginUserByEmailRequest
*/
export abstract class LoginUserByEmailRequest {
/**
Expand All @@ -44,7 +44,7 @@ export abstract class LoginUserByEmailRequest {
}

/**
* @generated from message team.firstfood.auth.v1.LoginUserByEmailResponse
* @generated from message tech.atls.auth.v1.LoginUserByEmailResponse
*/
export abstract class LoginUserByEmailResponse {
/**
Expand All @@ -54,7 +54,7 @@ export abstract class LoginUserByEmailResponse {
}

/**
* @generated from message team.firstfood.auth.v1.LoginUserByPhoneRequest
* @generated from message tech.atls.auth.v1.LoginUserByPhoneRequest
*/
export abstract class LoginUserByPhoneRequest {
/**
Expand All @@ -64,7 +64,7 @@ export abstract class LoginUserByPhoneRequest {
}

/**
* @generated from message team.firstfood.auth.v1.LoginUserByPhoneResponse
* @generated from message tech.atls.auth.v1.LoginUserByPhoneResponse
*/
export abstract class LoginUserByPhoneResponse {
/**
Expand All @@ -74,7 +74,7 @@ export abstract class LoginUserByPhoneResponse {
}

/**
* @generated from message team.firstfood.auth.v1.ConfirmLoginCodeRequest
* @generated from message tech.atls.auth.v1.ConfirmLoginCodeRequest
*/
export abstract class ConfirmLoginCodeRequest {
/**
Expand All @@ -94,7 +94,7 @@ export abstract class ConfirmLoginCodeRequest {
}

/**
* @generated from message team.firstfood.auth.v1.ConfirmLoginCodeResponse
* @generated from message tech.atls.auth.v1.ConfirmLoginCodeResponse
*/
export abstract class ConfirmLoginCodeResponse {
/**
Expand All @@ -104,7 +104,7 @@ export abstract class ConfirmLoginCodeResponse {
}

/**
* @generated from message team.firstfood.auth.v1.RegisterUserByEmailRequest
* @generated from message tech.atls.auth.v1.RegisterUserByEmailRequest
*/
export abstract class RegisterUserByEmailRequest {
/**
Expand All @@ -119,7 +119,7 @@ export abstract class RegisterUserByEmailRequest {
}

/**
* @generated from message team.firstfood.auth.v1.RegisterUserByEmailResponse
* @generated from message tech.atls.auth.v1.RegisterUserByEmailResponse
*/
export abstract class RegisterUserByEmailResponse {
/**
Expand All @@ -139,7 +139,7 @@ export abstract class RegisterUserByEmailResponse {
}

/**
* @generated from message team.firstfood.auth.v1.RegisterUserByPhoneRequest
* @generated from message tech.atls.auth.v1.RegisterUserByPhoneRequest
*/
export abstract class RegisterUserByPhoneRequest {
/**
Expand All @@ -149,7 +149,7 @@ export abstract class RegisterUserByPhoneRequest {
}

/**
* @generated from message team.firstfood.auth.v1.RegisterUserByPhoneResponse
* @generated from message tech.atls.auth.v1.RegisterUserByPhoneResponse
*/
export abstract class RegisterUserByPhoneResponse {
/**
Expand All @@ -169,7 +169,7 @@ export abstract class RegisterUserByPhoneResponse {
}

/**
* @generated from message team.firstfood.auth.v1.SendRecoveryCodeRequest
* @generated from message tech.atls.auth.v1.SendRecoveryCodeRequest
*/
export abstract class SendRecoveryCodeRequest {
/**
Expand All @@ -179,7 +179,7 @@ export abstract class SendRecoveryCodeRequest {
}

/**
* @generated from message team.firstfood.auth.v1.SendRecoveryCodeResponse
* @generated from message tech.atls.auth.v1.SendRecoveryCodeResponse
*/
export abstract class SendRecoveryCodeResponse {
/**
Expand All @@ -189,7 +189,7 @@ export abstract class SendRecoveryCodeResponse {
}

/**
* @generated from message team.firstfood.auth.v1.ConfirmRecoveryCodeRequest
* @generated from message tech.atls.auth.v1.ConfirmRecoveryCodeRequest
*/
export abstract class ConfirmRecoveryCodeRequest {
/**
Expand All @@ -204,7 +204,7 @@ export abstract class ConfirmRecoveryCodeRequest {
}

/**
* @generated from message team.firstfood.auth.v1.ConfirmRecoveryCodeResponse
* @generated from message tech.atls.auth.v1.ConfirmRecoveryCodeResponse
*/
export abstract class ConfirmRecoveryCodeResponse {
/**
Expand All @@ -214,7 +214,7 @@ export abstract class ConfirmRecoveryCodeResponse {
}

/**
* @generated from message team.firstfood.auth.v1.SendVerificationCodeRequest
* @generated from message tech.atls.auth.v1.SendVerificationCodeRequest
*/
export abstract class SendVerificationCodeRequest {
/**
Expand All @@ -224,7 +224,7 @@ export abstract class SendVerificationCodeRequest {
}

/**
* @generated from message team.firstfood.auth.v1.SendVerificationCodeResponse
* @generated from message tech.atls.auth.v1.SendVerificationCodeResponse
*/
export abstract class SendVerificationCodeResponse {
/**
Expand All @@ -234,7 +234,7 @@ export abstract class SendVerificationCodeResponse {
}

/**
* @generated from message team.firstfood.auth.v1.ConfirmVerificationCodeRequest
* @generated from message tech.atls.auth.v1.ConfirmVerificationCodeRequest
*/
export abstract class ConfirmVerificationCodeRequest {
/**
Expand All @@ -249,7 +249,7 @@ export abstract class ConfirmVerificationCodeRequest {
}

/**
* @generated from message team.firstfood.auth.v1.ConfirmVerificationCodeResponse
* @generated from message tech.atls.auth.v1.ConfirmVerificationCodeResponse
*/
export abstract class ConfirmVerificationCodeResponse {
/**
Expand All @@ -259,7 +259,7 @@ export abstract class ConfirmVerificationCodeResponse {
}

/**
* @generated from message team.firstfood.auth.v1.UpdateUserEmailRequest
* @generated from message tech.atls.auth.v1.UpdateUserEmailRequest
*/
export abstract class UpdateUserEmailRequest {
/**
Expand All @@ -274,7 +274,7 @@ export abstract class UpdateUserEmailRequest {
}

/**
* @generated from message team.firstfood.auth.v1.UpdateUserEmailResponse
* @generated from message tech.atls.auth.v1.UpdateUserEmailResponse
*/
export abstract class UpdateUserEmailResponse {
/**
Expand All @@ -284,7 +284,7 @@ export abstract class UpdateUserEmailResponse {
}

/**
* @generated from message team.firstfood.auth.v1.UpdateUserPasswordRequest
* @generated from message tech.atls.auth.v1.UpdateUserPasswordRequest
*/
export abstract class UpdateUserPasswordRequest {
/**
Expand All @@ -299,7 +299,7 @@ export abstract class UpdateUserPasswordRequest {
}

/**
* @generated from message team.firstfood.auth.v1.UpdateUserPasswordResponse
* @generated from message tech.atls.auth.v1.UpdateUserPasswordResponse
*/
export abstract class UpdateUserPasswordResponse {
/**
Expand All @@ -309,7 +309,7 @@ export abstract class UpdateUserPasswordResponse {
}

/**
* @generated from message team.firstfood.auth.v1.DeleteUserAccountRequest
* @generated from message tech.atls.auth.v1.DeleteUserAccountRequest
*/
export abstract class DeleteUserAccountRequest {
/**
Expand All @@ -319,7 +319,7 @@ export abstract class DeleteUserAccountRequest {
}

/**
* @generated from message team.firstfood.auth.v1.DeleteUserAccountResponse
* @generated from message tech.atls.auth.v1.DeleteUserAccountResponse
*/
export abstract class DeleteUserAccountResponse {
/**
Expand All @@ -329,7 +329,7 @@ export abstract class DeleteUserAccountResponse {
}

/**
* @generated from message team.firstfood.auth.v1.GetUserAccountRequest
* @generated from message tech.atls.auth.v1.GetUserAccountRequest
*/
export abstract class GetUserAccountRequest {
/**
Expand All @@ -339,7 +339,7 @@ export abstract class GetUserAccountRequest {
}

/**
* @generated from message team.firstfood.auth.v1.GetUserAccountResponse
* @generated from message tech.atls.auth.v1.GetUserAccountResponse
*/
export abstract class GetUserAccountResponse {
/**
Expand All @@ -359,11 +359,11 @@ export abstract class GetUserAccountResponse {
}

/**
* @generated from message team.firstfood.auth.v1.LoginUserByProviderRequest
* @generated from message tech.atls.auth.v1.LoginUserByProviderRequest
*/
export abstract class LoginUserByProviderRequest {
/**
* @generated from field: team.firstfood.auth.v1.ProviderType provider = 1;
* @generated from field: tech.atls.auth.v1.ProviderType provider = 1;
*/
abstract readonly provider: ProviderType

Expand All @@ -379,7 +379,7 @@ export abstract class LoginUserByProviderRequest {
}

/**
* @generated from message team.firstfood.auth.v1.LoginUserByProviderResponse
* @generated from message tech.atls.auth.v1.LoginUserByProviderResponse
*/
export abstract class LoginUserByProviderResponse {
/**
Expand Down
4 changes: 2 additions & 2 deletions auth/rpc/auth/src/gen/connect/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './team/firstfood/auth/v1/auth.payloads_pb.js'
export * from './team/firstfood/auth/v1/auth.service_connect.js'
export * from './tech/atls/auth/v1/auth.payloads_pb.js'
export * from './tech/atls/auth/v1/auth.service_connect.js'
Loading