@atls/auth-rpc 0.0.1 → 0.0.2
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/CHANGELOG.md +12 -0
- package/dist/config.d.ts +1 -1
- package/dist/config.js +2 -2
- package/dist/gen/abstractions/index.d.ts +1 -1
- package/dist/gen/abstractions/index.js +1 -1
- package/dist/gen/connect/index.d.ts +2 -2
- package/dist/gen/connect/index.js +2 -2
- package/dist/gen/connect/{team/firstfood → tech/atls}/auth/v1/auth.payloads_pb.d.ts +28 -28
- package/dist/gen/connect/{team/firstfood → tech/atls}/auth/v1/auth.payloads_pb.js +29 -29
- package/dist/gen/connect/{team/firstfood → tech/atls}/auth/v1/auth.service_connect.d.ts +1 -1
- package/dist/gen/connect/{team/firstfood → tech/atls}/auth/v1/auth.service_connect.js +1 -1
- package/dist/gen/interfaces/index.d.ts +1 -1
- package/package.json +2 -2
- package/src/config.ts +3 -3
- package/src/gen/abstractions/index.ts +1 -1
- package/src/gen/abstractions/{team/firstfood → tech/atls}/auth/v1/auth.payloads_pb.ts +31 -31
- package/src/gen/connect/index.ts +2 -2
- package/src/gen/connect/{team/firstfood → tech/atls}/auth/v1/auth.payloads_pb.ts +60 -60
- package/src/gen/connect/{team/firstfood → tech/atls}/auth/v1/auth.service_connect.ts +17 -17
- package/src/gen/interfaces/index.ts +1 -1
- package/src/gen/interfaces/{team/firstfood → tech/atls}/auth/v1/auth.payloads_pb.ts +31 -31
- package/{team/firstfood → tech/atls}/auth/v1/auth.payloads.proto +1 -1
- package/{team/firstfood → tech/atls}/auth/v1/auth.service.proto +2 -2
- /package/dist/gen/abstractions/{team/firstfood → tech/atls}/auth/v1/auth.payloads_pb.d.ts +0 -0
- /package/dist/gen/abstractions/{team/firstfood → tech/atls}/auth/v1/auth.payloads_pb.js +0 -0
- /package/dist/gen/interfaces/{team/firstfood → tech/atls}/auth/v1/auth.payloads_pb.d.ts +0 -0
- /package/dist/gen/interfaces/{team/firstfood → tech/atls}/auth/v1/auth.payloads_pb.js +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// @generated by protoc-gen-es v1.10.0 with parameter "target=ts"
|
|
2
|
-
// @generated from file
|
|
2
|
+
// @generated from file tech/atls/auth/v1/auth.payloads.proto (package tech.atls.auth.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
@@ -14,7 +14,7 @@ import { Message } from '@bufbuild/protobuf'
|
|
|
14
14
|
import { proto3 } from '@bufbuild/protobuf'
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
|
-
* @generated from enum
|
|
17
|
+
* @generated from enum tech.atls.auth.v1.ProviderType
|
|
18
18
|
*/
|
|
19
19
|
export enum ProviderType {
|
|
20
20
|
/**
|
|
@@ -33,14 +33,14 @@ export enum ProviderType {
|
|
|
33
33
|
APPLE = 2,
|
|
34
34
|
}
|
|
35
35
|
// Retrieve enum metadata with: proto3.getEnumType(ProviderType)
|
|
36
|
-
proto3.util.setEnumType(ProviderType, '
|
|
36
|
+
proto3.util.setEnumType(ProviderType, 'tech.atls.auth.v1.ProviderType', [
|
|
37
37
|
{ no: 0, name: 'PROVIDER_TYPE_UNSPECIFIED' },
|
|
38
38
|
{ no: 1, name: 'PROVIDER_TYPE_GOOGLE' },
|
|
39
39
|
{ no: 2, name: 'PROVIDER_TYPE_APPLE' },
|
|
40
40
|
])
|
|
41
41
|
|
|
42
42
|
/**
|
|
43
|
-
* @generated from message
|
|
43
|
+
* @generated from message tech.atls.auth.v1.LoginUserByEmailRequest
|
|
44
44
|
*/
|
|
45
45
|
export class LoginUserByEmailRequest extends Message<LoginUserByEmailRequest> {
|
|
46
46
|
/**
|
|
@@ -64,7 +64,7 @@ export class LoginUserByEmailRequest extends Message<LoginUserByEmailRequest> {
|
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
static readonly runtime: typeof proto3 = proto3
|
|
67
|
-
static readonly typeName = '
|
|
67
|
+
static readonly typeName = 'tech.atls.auth.v1.LoginUserByEmailRequest'
|
|
68
68
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
69
69
|
{ no: 1, name: 'email', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
70
70
|
{ no: 2, name: 'password', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
@@ -101,7 +101,7 @@ export class LoginUserByEmailRequest extends Message<LoginUserByEmailRequest> {
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
/**
|
|
104
|
-
* @generated from message
|
|
104
|
+
* @generated from message tech.atls.auth.v1.LoginUserByEmailResponse
|
|
105
105
|
*/
|
|
106
106
|
export class LoginUserByEmailResponse extends Message<LoginUserByEmailResponse> {
|
|
107
107
|
/**
|
|
@@ -115,7 +115,7 @@ export class LoginUserByEmailResponse extends Message<LoginUserByEmailResponse>
|
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
static readonly runtime: typeof proto3 = proto3
|
|
118
|
-
static readonly typeName = '
|
|
118
|
+
static readonly typeName = 'tech.atls.auth.v1.LoginUserByEmailResponse'
|
|
119
119
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
120
120
|
{ no: 1, name: 'sessionToken', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
121
121
|
])
|
|
@@ -150,7 +150,7 @@ export class LoginUserByEmailResponse extends Message<LoginUserByEmailResponse>
|
|
|
150
150
|
}
|
|
151
151
|
|
|
152
152
|
/**
|
|
153
|
-
* @generated from message
|
|
153
|
+
* @generated from message tech.atls.auth.v1.LoginUserByPhoneRequest
|
|
154
154
|
*/
|
|
155
155
|
export class LoginUserByPhoneRequest extends Message<LoginUserByPhoneRequest> {
|
|
156
156
|
/**
|
|
@@ -164,7 +164,7 @@ export class LoginUserByPhoneRequest extends Message<LoginUserByPhoneRequest> {
|
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
static readonly runtime: typeof proto3 = proto3
|
|
167
|
-
static readonly typeName = '
|
|
167
|
+
static readonly typeName = 'tech.atls.auth.v1.LoginUserByPhoneRequest'
|
|
168
168
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
169
169
|
{ no: 1, name: 'phone', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
170
170
|
])
|
|
@@ -199,7 +199,7 @@ export class LoginUserByPhoneRequest extends Message<LoginUserByPhoneRequest> {
|
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
/**
|
|
202
|
-
* @generated from message
|
|
202
|
+
* @generated from message tech.atls.auth.v1.LoginUserByPhoneResponse
|
|
203
203
|
*/
|
|
204
204
|
export class LoginUserByPhoneResponse extends Message<LoginUserByPhoneResponse> {
|
|
205
205
|
/**
|
|
@@ -213,7 +213,7 @@ export class LoginUserByPhoneResponse extends Message<LoginUserByPhoneResponse>
|
|
|
213
213
|
}
|
|
214
214
|
|
|
215
215
|
static readonly runtime: typeof proto3 = proto3
|
|
216
|
-
static readonly typeName = '
|
|
216
|
+
static readonly typeName = 'tech.atls.auth.v1.LoginUserByPhoneResponse'
|
|
217
217
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
218
218
|
{ no: 1, name: 'authProcessId', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
219
219
|
])
|
|
@@ -248,7 +248,7 @@ export class LoginUserByPhoneResponse extends Message<LoginUserByPhoneResponse>
|
|
|
248
248
|
}
|
|
249
249
|
|
|
250
250
|
/**
|
|
251
|
-
* @generated from message
|
|
251
|
+
* @generated from message tech.atls.auth.v1.ConfirmLoginCodeRequest
|
|
252
252
|
*/
|
|
253
253
|
export class ConfirmLoginCodeRequest extends Message<ConfirmLoginCodeRequest> {
|
|
254
254
|
/**
|
|
@@ -272,7 +272,7 @@ export class ConfirmLoginCodeRequest extends Message<ConfirmLoginCodeRequest> {
|
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
static readonly runtime: typeof proto3 = proto3
|
|
275
|
-
static readonly typeName = '
|
|
275
|
+
static readonly typeName = 'tech.atls.auth.v1.ConfirmLoginCodeRequest'
|
|
276
276
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
277
277
|
{ no: 1, name: 'authProcessId', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
278
278
|
{ no: 2, name: 'code', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
@@ -309,7 +309,7 @@ export class ConfirmLoginCodeRequest extends Message<ConfirmLoginCodeRequest> {
|
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
/**
|
|
312
|
-
* @generated from message
|
|
312
|
+
* @generated from message tech.atls.auth.v1.ConfirmLoginCodeResponse
|
|
313
313
|
*/
|
|
314
314
|
export class ConfirmLoginCodeResponse extends Message<ConfirmLoginCodeResponse> {
|
|
315
315
|
/**
|
|
@@ -323,7 +323,7 @@ export class ConfirmLoginCodeResponse extends Message<ConfirmLoginCodeResponse>
|
|
|
323
323
|
}
|
|
324
324
|
|
|
325
325
|
static readonly runtime: typeof proto3 = proto3
|
|
326
|
-
static readonly typeName = '
|
|
326
|
+
static readonly typeName = 'tech.atls.auth.v1.ConfirmLoginCodeResponse'
|
|
327
327
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
328
328
|
{ no: 1, name: 'sessionToken', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
329
329
|
])
|
|
@@ -358,7 +358,7 @@ export class ConfirmLoginCodeResponse extends Message<ConfirmLoginCodeResponse>
|
|
|
358
358
|
}
|
|
359
359
|
|
|
360
360
|
/**
|
|
361
|
-
* @generated from message
|
|
361
|
+
* @generated from message tech.atls.auth.v1.RegisterUserByEmailRequest
|
|
362
362
|
*/
|
|
363
363
|
export class RegisterUserByEmailRequest extends Message<RegisterUserByEmailRequest> {
|
|
364
364
|
/**
|
|
@@ -377,7 +377,7 @@ export class RegisterUserByEmailRequest extends Message<RegisterUserByEmailReque
|
|
|
377
377
|
}
|
|
378
378
|
|
|
379
379
|
static readonly runtime: typeof proto3 = proto3
|
|
380
|
-
static readonly typeName = '
|
|
380
|
+
static readonly typeName = 'tech.atls.auth.v1.RegisterUserByEmailRequest'
|
|
381
381
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
382
382
|
{ no: 1, name: 'email', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
383
383
|
{ no: 2, name: 'password', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
@@ -413,7 +413,7 @@ export class RegisterUserByEmailRequest extends Message<RegisterUserByEmailReque
|
|
|
413
413
|
}
|
|
414
414
|
|
|
415
415
|
/**
|
|
416
|
-
* @generated from message
|
|
416
|
+
* @generated from message tech.atls.auth.v1.RegisterUserByEmailResponse
|
|
417
417
|
*/
|
|
418
418
|
export class RegisterUserByEmailResponse extends Message<RegisterUserByEmailResponse> {
|
|
419
419
|
/**
|
|
@@ -437,7 +437,7 @@ export class RegisterUserByEmailResponse extends Message<RegisterUserByEmailResp
|
|
|
437
437
|
}
|
|
438
438
|
|
|
439
439
|
static readonly runtime: typeof proto3 = proto3
|
|
440
|
-
static readonly typeName = '
|
|
440
|
+
static readonly typeName = 'tech.atls.auth.v1.RegisterUserByEmailResponse'
|
|
441
441
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
442
442
|
{ no: 1, name: 'authProcessId', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
443
443
|
{ no: 2, name: 'sessionToken', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
@@ -474,7 +474,7 @@ export class RegisterUserByEmailResponse extends Message<RegisterUserByEmailResp
|
|
|
474
474
|
}
|
|
475
475
|
|
|
476
476
|
/**
|
|
477
|
-
* @generated from message
|
|
477
|
+
* @generated from message tech.atls.auth.v1.RegisterUserByPhoneRequest
|
|
478
478
|
*/
|
|
479
479
|
export class RegisterUserByPhoneRequest extends Message<RegisterUserByPhoneRequest> {
|
|
480
480
|
/**
|
|
@@ -488,7 +488,7 @@ export class RegisterUserByPhoneRequest extends Message<RegisterUserByPhoneReque
|
|
|
488
488
|
}
|
|
489
489
|
|
|
490
490
|
static readonly runtime: typeof proto3 = proto3
|
|
491
|
-
static readonly typeName = '
|
|
491
|
+
static readonly typeName = 'tech.atls.auth.v1.RegisterUserByPhoneRequest'
|
|
492
492
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
493
493
|
{ no: 1, name: 'phone', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
494
494
|
])
|
|
@@ -523,7 +523,7 @@ export class RegisterUserByPhoneRequest extends Message<RegisterUserByPhoneReque
|
|
|
523
523
|
}
|
|
524
524
|
|
|
525
525
|
/**
|
|
526
|
-
* @generated from message
|
|
526
|
+
* @generated from message tech.atls.auth.v1.RegisterUserByPhoneResponse
|
|
527
527
|
*/
|
|
528
528
|
export class RegisterUserByPhoneResponse extends Message<RegisterUserByPhoneResponse> {
|
|
529
529
|
/**
|
|
@@ -547,7 +547,7 @@ export class RegisterUserByPhoneResponse extends Message<RegisterUserByPhoneResp
|
|
|
547
547
|
}
|
|
548
548
|
|
|
549
549
|
static readonly runtime: typeof proto3 = proto3
|
|
550
|
-
static readonly typeName = '
|
|
550
|
+
static readonly typeName = 'tech.atls.auth.v1.RegisterUserByPhoneResponse'
|
|
551
551
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
552
552
|
{ no: 1, name: 'authProcessId', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
553
553
|
{ no: 2, name: 'sessionToken', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
@@ -584,7 +584,7 @@ export class RegisterUserByPhoneResponse extends Message<RegisterUserByPhoneResp
|
|
|
584
584
|
}
|
|
585
585
|
|
|
586
586
|
/**
|
|
587
|
-
* @generated from message
|
|
587
|
+
* @generated from message tech.atls.auth.v1.SendRecoveryCodeRequest
|
|
588
588
|
*/
|
|
589
589
|
export class SendRecoveryCodeRequest extends Message<SendRecoveryCodeRequest> {
|
|
590
590
|
/**
|
|
@@ -598,7 +598,7 @@ export class SendRecoveryCodeRequest extends Message<SendRecoveryCodeRequest> {
|
|
|
598
598
|
}
|
|
599
599
|
|
|
600
600
|
static readonly runtime: typeof proto3 = proto3
|
|
601
|
-
static readonly typeName = '
|
|
601
|
+
static readonly typeName = 'tech.atls.auth.v1.SendRecoveryCodeRequest'
|
|
602
602
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
603
603
|
{ no: 1, name: 'email', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
604
604
|
])
|
|
@@ -633,7 +633,7 @@ export class SendRecoveryCodeRequest extends Message<SendRecoveryCodeRequest> {
|
|
|
633
633
|
}
|
|
634
634
|
|
|
635
635
|
/**
|
|
636
|
-
* @generated from message
|
|
636
|
+
* @generated from message tech.atls.auth.v1.SendRecoveryCodeResponse
|
|
637
637
|
*/
|
|
638
638
|
export class SendRecoveryCodeResponse extends Message<SendRecoveryCodeResponse> {
|
|
639
639
|
/**
|
|
@@ -647,7 +647,7 @@ export class SendRecoveryCodeResponse extends Message<SendRecoveryCodeResponse>
|
|
|
647
647
|
}
|
|
648
648
|
|
|
649
649
|
static readonly runtime: typeof proto3 = proto3
|
|
650
|
-
static readonly typeName = '
|
|
650
|
+
static readonly typeName = 'tech.atls.auth.v1.SendRecoveryCodeResponse'
|
|
651
651
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
652
652
|
{ no: 1, name: 'authProcessId', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
653
653
|
])
|
|
@@ -682,7 +682,7 @@ export class SendRecoveryCodeResponse extends Message<SendRecoveryCodeResponse>
|
|
|
682
682
|
}
|
|
683
683
|
|
|
684
684
|
/**
|
|
685
|
-
* @generated from message
|
|
685
|
+
* @generated from message tech.atls.auth.v1.ConfirmRecoveryCodeRequest
|
|
686
686
|
*/
|
|
687
687
|
export class ConfirmRecoveryCodeRequest extends Message<ConfirmRecoveryCodeRequest> {
|
|
688
688
|
/**
|
|
@@ -701,7 +701,7 @@ export class ConfirmRecoveryCodeRequest extends Message<ConfirmRecoveryCodeReque
|
|
|
701
701
|
}
|
|
702
702
|
|
|
703
703
|
static readonly runtime: typeof proto3 = proto3
|
|
704
|
-
static readonly typeName = '
|
|
704
|
+
static readonly typeName = 'tech.atls.auth.v1.ConfirmRecoveryCodeRequest'
|
|
705
705
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
706
706
|
{ no: 1, name: 'authProcessId', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
707
707
|
{ no: 2, name: 'code', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
@@ -737,7 +737,7 @@ export class ConfirmRecoveryCodeRequest extends Message<ConfirmRecoveryCodeReque
|
|
|
737
737
|
}
|
|
738
738
|
|
|
739
739
|
/**
|
|
740
|
-
* @generated from message
|
|
740
|
+
* @generated from message tech.atls.auth.v1.ConfirmRecoveryCodeResponse
|
|
741
741
|
*/
|
|
742
742
|
export class ConfirmRecoveryCodeResponse extends Message<ConfirmRecoveryCodeResponse> {
|
|
743
743
|
/**
|
|
@@ -751,7 +751,7 @@ export class ConfirmRecoveryCodeResponse extends Message<ConfirmRecoveryCodeResp
|
|
|
751
751
|
}
|
|
752
752
|
|
|
753
753
|
static readonly runtime: typeof proto3 = proto3
|
|
754
|
-
static readonly typeName = '
|
|
754
|
+
static readonly typeName = 'tech.atls.auth.v1.ConfirmRecoveryCodeResponse'
|
|
755
755
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
756
756
|
{ no: 1, name: 'sessionToken', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
757
757
|
])
|
|
@@ -786,7 +786,7 @@ export class ConfirmRecoveryCodeResponse extends Message<ConfirmRecoveryCodeResp
|
|
|
786
786
|
}
|
|
787
787
|
|
|
788
788
|
/**
|
|
789
|
-
* @generated from message
|
|
789
|
+
* @generated from message tech.atls.auth.v1.SendVerificationCodeRequest
|
|
790
790
|
*/
|
|
791
791
|
export class SendVerificationCodeRequest extends Message<SendVerificationCodeRequest> {
|
|
792
792
|
/**
|
|
@@ -800,7 +800,7 @@ export class SendVerificationCodeRequest extends Message<SendVerificationCodeReq
|
|
|
800
800
|
}
|
|
801
801
|
|
|
802
802
|
static readonly runtime: typeof proto3 = proto3
|
|
803
|
-
static readonly typeName = '
|
|
803
|
+
static readonly typeName = 'tech.atls.auth.v1.SendVerificationCodeRequest'
|
|
804
804
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
805
805
|
{ no: 1, name: 'email', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
806
806
|
])
|
|
@@ -835,7 +835,7 @@ export class SendVerificationCodeRequest extends Message<SendVerificationCodeReq
|
|
|
835
835
|
}
|
|
836
836
|
|
|
837
837
|
/**
|
|
838
|
-
* @generated from message
|
|
838
|
+
* @generated from message tech.atls.auth.v1.SendVerificationCodeResponse
|
|
839
839
|
*/
|
|
840
840
|
export class SendVerificationCodeResponse extends Message<SendVerificationCodeResponse> {
|
|
841
841
|
/**
|
|
@@ -849,7 +849,7 @@ export class SendVerificationCodeResponse extends Message<SendVerificationCodeRe
|
|
|
849
849
|
}
|
|
850
850
|
|
|
851
851
|
static readonly runtime: typeof proto3 = proto3
|
|
852
|
-
static readonly typeName = '
|
|
852
|
+
static readonly typeName = 'tech.atls.auth.v1.SendVerificationCodeResponse'
|
|
853
853
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
854
854
|
{ no: 1, name: 'authProcessId', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
855
855
|
])
|
|
@@ -884,7 +884,7 @@ export class SendVerificationCodeResponse extends Message<SendVerificationCodeRe
|
|
|
884
884
|
}
|
|
885
885
|
|
|
886
886
|
/**
|
|
887
|
-
* @generated from message
|
|
887
|
+
* @generated from message tech.atls.auth.v1.ConfirmVerificationCodeRequest
|
|
888
888
|
*/
|
|
889
889
|
export class ConfirmVerificationCodeRequest extends Message<ConfirmVerificationCodeRequest> {
|
|
890
890
|
/**
|
|
@@ -903,7 +903,7 @@ export class ConfirmVerificationCodeRequest extends Message<ConfirmVerificationC
|
|
|
903
903
|
}
|
|
904
904
|
|
|
905
905
|
static readonly runtime: typeof proto3 = proto3
|
|
906
|
-
static readonly typeName = '
|
|
906
|
+
static readonly typeName = 'tech.atls.auth.v1.ConfirmVerificationCodeRequest'
|
|
907
907
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
908
908
|
{ no: 1, name: 'authProcessId', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
909
909
|
{ no: 2, name: 'code', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
@@ -939,7 +939,7 @@ export class ConfirmVerificationCodeRequest extends Message<ConfirmVerificationC
|
|
|
939
939
|
}
|
|
940
940
|
|
|
941
941
|
/**
|
|
942
|
-
* @generated from message
|
|
942
|
+
* @generated from message tech.atls.auth.v1.ConfirmVerificationCodeResponse
|
|
943
943
|
*/
|
|
944
944
|
export class ConfirmVerificationCodeResponse extends Message<ConfirmVerificationCodeResponse> {
|
|
945
945
|
/**
|
|
@@ -953,7 +953,7 @@ export class ConfirmVerificationCodeResponse extends Message<ConfirmVerification
|
|
|
953
953
|
}
|
|
954
954
|
|
|
955
955
|
static readonly runtime: typeof proto3 = proto3
|
|
956
|
-
static readonly typeName = '
|
|
956
|
+
static readonly typeName = 'tech.atls.auth.v1.ConfirmVerificationCodeResponse'
|
|
957
957
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
958
958
|
{ no: 1, name: 'success', kind: 'scalar', T: 8 /* ScalarType.BOOL */ },
|
|
959
959
|
])
|
|
@@ -988,7 +988,7 @@ export class ConfirmVerificationCodeResponse extends Message<ConfirmVerification
|
|
|
988
988
|
}
|
|
989
989
|
|
|
990
990
|
/**
|
|
991
|
-
* @generated from message
|
|
991
|
+
* @generated from message tech.atls.auth.v1.UpdateUserEmailRequest
|
|
992
992
|
*/
|
|
993
993
|
export class UpdateUserEmailRequest extends Message<UpdateUserEmailRequest> {
|
|
994
994
|
/**
|
|
@@ -1007,7 +1007,7 @@ export class UpdateUserEmailRequest extends Message<UpdateUserEmailRequest> {
|
|
|
1007
1007
|
}
|
|
1008
1008
|
|
|
1009
1009
|
static readonly runtime: typeof proto3 = proto3
|
|
1010
|
-
static readonly typeName = '
|
|
1010
|
+
static readonly typeName = 'tech.atls.auth.v1.UpdateUserEmailRequest'
|
|
1011
1011
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1012
1012
|
{ no: 1, name: 'email', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
1013
1013
|
{ no: 2, name: 'sessionToken', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
@@ -1043,7 +1043,7 @@ export class UpdateUserEmailRequest extends Message<UpdateUserEmailRequest> {
|
|
|
1043
1043
|
}
|
|
1044
1044
|
|
|
1045
1045
|
/**
|
|
1046
|
-
* @generated from message
|
|
1046
|
+
* @generated from message tech.atls.auth.v1.UpdateUserEmailResponse
|
|
1047
1047
|
*/
|
|
1048
1048
|
export class UpdateUserEmailResponse extends Message<UpdateUserEmailResponse> {
|
|
1049
1049
|
/**
|
|
@@ -1057,7 +1057,7 @@ export class UpdateUserEmailResponse extends Message<UpdateUserEmailResponse> {
|
|
|
1057
1057
|
}
|
|
1058
1058
|
|
|
1059
1059
|
static readonly runtime: typeof proto3 = proto3
|
|
1060
|
-
static readonly typeName = '
|
|
1060
|
+
static readonly typeName = 'tech.atls.auth.v1.UpdateUserEmailResponse'
|
|
1061
1061
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1062
1062
|
{ no: 1, name: 'authProcessId', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
1063
1063
|
])
|
|
@@ -1092,7 +1092,7 @@ export class UpdateUserEmailResponse extends Message<UpdateUserEmailResponse> {
|
|
|
1092
1092
|
}
|
|
1093
1093
|
|
|
1094
1094
|
/**
|
|
1095
|
-
* @generated from message
|
|
1095
|
+
* @generated from message tech.atls.auth.v1.UpdateUserPasswordRequest
|
|
1096
1096
|
*/
|
|
1097
1097
|
export class UpdateUserPasswordRequest extends Message<UpdateUserPasswordRequest> {
|
|
1098
1098
|
/**
|
|
@@ -1111,7 +1111,7 @@ export class UpdateUserPasswordRequest extends Message<UpdateUserPasswordRequest
|
|
|
1111
1111
|
}
|
|
1112
1112
|
|
|
1113
1113
|
static readonly runtime: typeof proto3 = proto3
|
|
1114
|
-
static readonly typeName = '
|
|
1114
|
+
static readonly typeName = 'tech.atls.auth.v1.UpdateUserPasswordRequest'
|
|
1115
1115
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1116
1116
|
{ no: 1, name: 'password', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
1117
1117
|
{ no: 2, name: 'sessionToken', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
@@ -1147,7 +1147,7 @@ export class UpdateUserPasswordRequest extends Message<UpdateUserPasswordRequest
|
|
|
1147
1147
|
}
|
|
1148
1148
|
|
|
1149
1149
|
/**
|
|
1150
|
-
* @generated from message
|
|
1150
|
+
* @generated from message tech.atls.auth.v1.UpdateUserPasswordResponse
|
|
1151
1151
|
*/
|
|
1152
1152
|
export class UpdateUserPasswordResponse extends Message<UpdateUserPasswordResponse> {
|
|
1153
1153
|
/**
|
|
@@ -1161,7 +1161,7 @@ export class UpdateUserPasswordResponse extends Message<UpdateUserPasswordRespon
|
|
|
1161
1161
|
}
|
|
1162
1162
|
|
|
1163
1163
|
static readonly runtime: typeof proto3 = proto3
|
|
1164
|
-
static readonly typeName = '
|
|
1164
|
+
static readonly typeName = 'tech.atls.auth.v1.UpdateUserPasswordResponse'
|
|
1165
1165
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1166
1166
|
{ no: 1, name: 'success', kind: 'scalar', T: 8 /* ScalarType.BOOL */ },
|
|
1167
1167
|
])
|
|
@@ -1196,7 +1196,7 @@ export class UpdateUserPasswordResponse extends Message<UpdateUserPasswordRespon
|
|
|
1196
1196
|
}
|
|
1197
1197
|
|
|
1198
1198
|
/**
|
|
1199
|
-
* @generated from message
|
|
1199
|
+
* @generated from message tech.atls.auth.v1.DeleteUserAccountRequest
|
|
1200
1200
|
*/
|
|
1201
1201
|
export class DeleteUserAccountRequest extends Message<DeleteUserAccountRequest> {
|
|
1202
1202
|
/**
|
|
@@ -1210,7 +1210,7 @@ export class DeleteUserAccountRequest extends Message<DeleteUserAccountRequest>
|
|
|
1210
1210
|
}
|
|
1211
1211
|
|
|
1212
1212
|
static readonly runtime: typeof proto3 = proto3
|
|
1213
|
-
static readonly typeName = '
|
|
1213
|
+
static readonly typeName = 'tech.atls.auth.v1.DeleteUserAccountRequest'
|
|
1214
1214
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1215
1215
|
{ no: 1, name: 'accountId', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
1216
1216
|
])
|
|
@@ -1245,7 +1245,7 @@ export class DeleteUserAccountRequest extends Message<DeleteUserAccountRequest>
|
|
|
1245
1245
|
}
|
|
1246
1246
|
|
|
1247
1247
|
/**
|
|
1248
|
-
* @generated from message
|
|
1248
|
+
* @generated from message tech.atls.auth.v1.DeleteUserAccountResponse
|
|
1249
1249
|
*/
|
|
1250
1250
|
export class DeleteUserAccountResponse extends Message<DeleteUserAccountResponse> {
|
|
1251
1251
|
/**
|
|
@@ -1259,7 +1259,7 @@ export class DeleteUserAccountResponse extends Message<DeleteUserAccountResponse
|
|
|
1259
1259
|
}
|
|
1260
1260
|
|
|
1261
1261
|
static readonly runtime: typeof proto3 = proto3
|
|
1262
|
-
static readonly typeName = '
|
|
1262
|
+
static readonly typeName = 'tech.atls.auth.v1.DeleteUserAccountResponse'
|
|
1263
1263
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1264
1264
|
{ no: 1, name: 'success', kind: 'scalar', T: 8 /* ScalarType.BOOL */ },
|
|
1265
1265
|
])
|
|
@@ -1294,7 +1294,7 @@ export class DeleteUserAccountResponse extends Message<DeleteUserAccountResponse
|
|
|
1294
1294
|
}
|
|
1295
1295
|
|
|
1296
1296
|
/**
|
|
1297
|
-
* @generated from message
|
|
1297
|
+
* @generated from message tech.atls.auth.v1.GetUserAccountRequest
|
|
1298
1298
|
*/
|
|
1299
1299
|
export class GetUserAccountRequest extends Message<GetUserAccountRequest> {
|
|
1300
1300
|
/**
|
|
@@ -1308,7 +1308,7 @@ export class GetUserAccountRequest extends Message<GetUserAccountRequest> {
|
|
|
1308
1308
|
}
|
|
1309
1309
|
|
|
1310
1310
|
static readonly runtime: typeof proto3 = proto3
|
|
1311
|
-
static readonly typeName = '
|
|
1311
|
+
static readonly typeName = 'tech.atls.auth.v1.GetUserAccountRequest'
|
|
1312
1312
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1313
1313
|
{ no: 1, name: 'sessionToken', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
1314
1314
|
])
|
|
@@ -1340,7 +1340,7 @@ export class GetUserAccountRequest extends Message<GetUserAccountRequest> {
|
|
|
1340
1340
|
}
|
|
1341
1341
|
|
|
1342
1342
|
/**
|
|
1343
|
-
* @generated from message
|
|
1343
|
+
* @generated from message tech.atls.auth.v1.GetUserAccountResponse
|
|
1344
1344
|
*/
|
|
1345
1345
|
export class GetUserAccountResponse extends Message<GetUserAccountResponse> {
|
|
1346
1346
|
/**
|
|
@@ -1364,7 +1364,7 @@ export class GetUserAccountResponse extends Message<GetUserAccountResponse> {
|
|
|
1364
1364
|
}
|
|
1365
1365
|
|
|
1366
1366
|
static readonly runtime: typeof proto3 = proto3
|
|
1367
|
-
static readonly typeName = '
|
|
1367
|
+
static readonly typeName = 'tech.atls.auth.v1.GetUserAccountResponse'
|
|
1368
1368
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1369
1369
|
{ no: 1, name: 'id', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
1370
1370
|
{ no: 2, name: 'email', kind: 'scalar', T: 9 /* ScalarType.STRING */, opt: true },
|
|
@@ -1401,11 +1401,11 @@ export class GetUserAccountResponse extends Message<GetUserAccountResponse> {
|
|
|
1401
1401
|
}
|
|
1402
1402
|
|
|
1403
1403
|
/**
|
|
1404
|
-
* @generated from message
|
|
1404
|
+
* @generated from message tech.atls.auth.v1.LoginUserByProviderRequest
|
|
1405
1405
|
*/
|
|
1406
1406
|
export class LoginUserByProviderRequest extends Message<LoginUserByProviderRequest> {
|
|
1407
1407
|
/**
|
|
1408
|
-
* @generated from field:
|
|
1408
|
+
* @generated from field: tech.atls.auth.v1.ProviderType provider = 1;
|
|
1409
1409
|
*/
|
|
1410
1410
|
provider = ProviderType.UNSPECIFIED
|
|
1411
1411
|
|
|
@@ -1425,7 +1425,7 @@ export class LoginUserByProviderRequest extends Message<LoginUserByProviderReque
|
|
|
1425
1425
|
}
|
|
1426
1426
|
|
|
1427
1427
|
static readonly runtime: typeof proto3 = proto3
|
|
1428
|
-
static readonly typeName = '
|
|
1428
|
+
static readonly typeName = 'tech.atls.auth.v1.LoginUserByProviderRequest'
|
|
1429
1429
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1430
1430
|
{ no: 1, name: 'provider', kind: 'enum', T: proto3.getEnumType(ProviderType) },
|
|
1431
1431
|
{ no: 2, name: 'idToken', kind: 'scalar', T: 9 /* ScalarType.STRING */ },
|
|
@@ -1462,7 +1462,7 @@ export class LoginUserByProviderRequest extends Message<LoginUserByProviderReque
|
|
|
1462
1462
|
}
|
|
1463
1463
|
|
|
1464
1464
|
/**
|
|
1465
|
-
* @generated from message
|
|
1465
|
+
* @generated from message tech.atls.auth.v1.LoginUserByProviderResponse
|
|
1466
1466
|
*/
|
|
1467
1467
|
export class LoginUserByProviderResponse extends Message<LoginUserByProviderResponse> {
|
|
1468
1468
|
/**
|
|
@@ -1486,7 +1486,7 @@ export class LoginUserByProviderResponse extends Message<LoginUserByProviderResp
|
|
|
1486
1486
|
}
|
|
1487
1487
|
|
|
1488
1488
|
static readonly runtime: typeof proto3 = proto3
|
|
1489
|
-
static readonly typeName = '
|
|
1489
|
+
static readonly typeName = 'tech.atls.auth.v1.LoginUserByProviderResponse'
|
|
1490
1490
|
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1491
1491
|
{ no: 1, name: 'sessionToken', kind: 'scalar', T: 9 /* ScalarType.STRING */, opt: true },
|
|
1492
1492
|
{ no: 2, name: 'accountId', kind: 'scalar', T: 9 /* ScalarType.STRING */, opt: true },
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// @generated by protoc-gen-connect-es v1.6.1 with parameter "target=ts"
|
|
2
|
-
// @generated from file
|
|
2
|
+
// @generated from file tech/atls/auth/v1/auth.service.proto (package tech.atls.auth.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
@@ -35,13 +35,13 @@ import { UpdateUserPasswordRequest } from './auth.payloads_pb.js'
|
|
|
35
35
|
import { UpdateUserPasswordResponse } from './auth.payloads_pb.js'
|
|
36
36
|
|
|
37
37
|
/**
|
|
38
|
-
* @generated from service
|
|
38
|
+
* @generated from service tech.atls.auth.v1.AuthService
|
|
39
39
|
*/
|
|
40
40
|
export const AuthService = {
|
|
41
|
-
typeName: '
|
|
41
|
+
typeName: 'tech.atls.auth.v1.AuthService',
|
|
42
42
|
methods: {
|
|
43
43
|
/**
|
|
44
|
-
* @generated from rpc
|
|
44
|
+
* @generated from rpc tech.atls.auth.v1.AuthService.LoginUserByEmail
|
|
45
45
|
*/
|
|
46
46
|
loginUserByEmail: {
|
|
47
47
|
name: 'LoginUserByEmail',
|
|
@@ -50,7 +50,7 @@ export const AuthService = {
|
|
|
50
50
|
kind: MethodKind.Unary,
|
|
51
51
|
},
|
|
52
52
|
/**
|
|
53
|
-
* @generated from rpc
|
|
53
|
+
* @generated from rpc tech.atls.auth.v1.AuthService.LoginUserByPhone
|
|
54
54
|
*/
|
|
55
55
|
loginUserByPhone: {
|
|
56
56
|
name: 'LoginUserByPhone',
|
|
@@ -59,7 +59,7 @@ export const AuthService = {
|
|
|
59
59
|
kind: MethodKind.Unary,
|
|
60
60
|
},
|
|
61
61
|
/**
|
|
62
|
-
* @generated from rpc
|
|
62
|
+
* @generated from rpc tech.atls.auth.v1.AuthService.ConfirmLoginCode
|
|
63
63
|
*/
|
|
64
64
|
confirmLoginCode: {
|
|
65
65
|
name: 'ConfirmLoginCode',
|
|
@@ -68,7 +68,7 @@ export const AuthService = {
|
|
|
68
68
|
kind: MethodKind.Unary,
|
|
69
69
|
},
|
|
70
70
|
/**
|
|
71
|
-
* @generated from rpc
|
|
71
|
+
* @generated from rpc tech.atls.auth.v1.AuthService.RegisterUserByEmail
|
|
72
72
|
*/
|
|
73
73
|
registerUserByEmail: {
|
|
74
74
|
name: 'RegisterUserByEmail',
|
|
@@ -77,7 +77,7 @@ export const AuthService = {
|
|
|
77
77
|
kind: MethodKind.Unary,
|
|
78
78
|
},
|
|
79
79
|
/**
|
|
80
|
-
* @generated from rpc
|
|
80
|
+
* @generated from rpc tech.atls.auth.v1.AuthService.RegisterUserByPhone
|
|
81
81
|
*/
|
|
82
82
|
registerUserByPhone: {
|
|
83
83
|
name: 'RegisterUserByPhone',
|
|
@@ -86,7 +86,7 @@ export const AuthService = {
|
|
|
86
86
|
kind: MethodKind.Unary,
|
|
87
87
|
},
|
|
88
88
|
/**
|
|
89
|
-
* @generated from rpc
|
|
89
|
+
* @generated from rpc tech.atls.auth.v1.AuthService.SendRecoveryCode
|
|
90
90
|
*/
|
|
91
91
|
sendRecoveryCode: {
|
|
92
92
|
name: 'SendRecoveryCode',
|
|
@@ -95,7 +95,7 @@ export const AuthService = {
|
|
|
95
95
|
kind: MethodKind.Unary,
|
|
96
96
|
},
|
|
97
97
|
/**
|
|
98
|
-
* @generated from rpc
|
|
98
|
+
* @generated from rpc tech.atls.auth.v1.AuthService.ConfirmRecoveryCode
|
|
99
99
|
*/
|
|
100
100
|
confirmRecoveryCode: {
|
|
101
101
|
name: 'ConfirmRecoveryCode',
|
|
@@ -104,7 +104,7 @@ export const AuthService = {
|
|
|
104
104
|
kind: MethodKind.Unary,
|
|
105
105
|
},
|
|
106
106
|
/**
|
|
107
|
-
* @generated from rpc
|
|
107
|
+
* @generated from rpc tech.atls.auth.v1.AuthService.SendVerificationCode
|
|
108
108
|
*/
|
|
109
109
|
sendVerificationCode: {
|
|
110
110
|
name: 'SendVerificationCode',
|
|
@@ -113,7 +113,7 @@ export const AuthService = {
|
|
|
113
113
|
kind: MethodKind.Unary,
|
|
114
114
|
},
|
|
115
115
|
/**
|
|
116
|
-
* @generated from rpc
|
|
116
|
+
* @generated from rpc tech.atls.auth.v1.AuthService.ConfirmVerificationCode
|
|
117
117
|
*/
|
|
118
118
|
confirmVerificationCode: {
|
|
119
119
|
name: 'ConfirmVerificationCode',
|
|
@@ -122,7 +122,7 @@ export const AuthService = {
|
|
|
122
122
|
kind: MethodKind.Unary,
|
|
123
123
|
},
|
|
124
124
|
/**
|
|
125
|
-
* @generated from rpc
|
|
125
|
+
* @generated from rpc tech.atls.auth.v1.AuthService.UpdateUserEmail
|
|
126
126
|
*/
|
|
127
127
|
updateUserEmail: {
|
|
128
128
|
name: 'UpdateUserEmail',
|
|
@@ -131,7 +131,7 @@ export const AuthService = {
|
|
|
131
131
|
kind: MethodKind.Unary,
|
|
132
132
|
},
|
|
133
133
|
/**
|
|
134
|
-
* @generated from rpc
|
|
134
|
+
* @generated from rpc tech.atls.auth.v1.AuthService.UpdateUserPassword
|
|
135
135
|
*/
|
|
136
136
|
updateUserPassword: {
|
|
137
137
|
name: 'UpdateUserPassword',
|
|
@@ -140,7 +140,7 @@ export const AuthService = {
|
|
|
140
140
|
kind: MethodKind.Unary,
|
|
141
141
|
},
|
|
142
142
|
/**
|
|
143
|
-
* @generated from rpc
|
|
143
|
+
* @generated from rpc tech.atls.auth.v1.AuthService.DeleteUserAccount
|
|
144
144
|
*/
|
|
145
145
|
deleteUserAccount: {
|
|
146
146
|
name: 'DeleteUserAccount',
|
|
@@ -149,7 +149,7 @@ export const AuthService = {
|
|
|
149
149
|
kind: MethodKind.Unary,
|
|
150
150
|
},
|
|
151
151
|
/**
|
|
152
|
-
* @generated from rpc
|
|
152
|
+
* @generated from rpc tech.atls.auth.v1.AuthService.GetUserAccount
|
|
153
153
|
*/
|
|
154
154
|
getUserAccount: {
|
|
155
155
|
name: 'GetUserAccount',
|
|
@@ -158,7 +158,7 @@ export const AuthService = {
|
|
|
158
158
|
kind: MethodKind.Unary,
|
|
159
159
|
},
|
|
160
160
|
/**
|
|
161
|
-
* @generated from rpc
|
|
161
|
+
* @generated from rpc tech.atls.auth.v1.AuthService.LoginUserByProvider
|
|
162
162
|
*/
|
|
163
163
|
loginUserByProvider: {
|
|
164
164
|
name: 'LoginUserByProvider',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type * from './
|
|
1
|
+
export type * from './tech/atls/auth/v1/auth.payloads_pb.js'
|