@togatherlabs/shared-protos 2.1.90 → 2.1.91

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@togatherlabs/shared-protos",
3
- "version": "2.1.90",
3
+ "version": "2.1.91",
4
4
  "description": "Generated TypeScript gRPC definitions for Togather shared protos",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -45,6 +45,12 @@
45
45
  "require": "./packages/typescript/dist/authservice/admin/v1/index.js",
46
46
  "default": "./packages/typescript/dist/authservice/admin/v1/index.js"
47
47
  },
48
+ "./authservice/dashboard/v1": {
49
+ "types": "./packages/typescript/dist/authservice/dashboard/v1/index.d.ts",
50
+ "import": "./packages/typescript/dist/authservice/dashboard/v1/index.js",
51
+ "require": "./packages/typescript/dist/authservice/dashboard/v1/index.js",
52
+ "default": "./packages/typescript/dist/authservice/dashboard/v1/index.js"
53
+ },
48
54
  "./authservice/partner/v1": {
49
55
  "types": "./packages/typescript/dist/authservice/partner/v1/index.d.ts",
50
56
  "import": "./packages/typescript/dist/authservice/partner/v1/index.js",
@@ -0,0 +1,96 @@
1
+ import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
2
+ import type { Message } from "@bufbuild/protobuf";
3
+ /**
4
+ * Describes the file authservice/dashboard/v1/auth_dashboard.proto.
5
+ */
6
+ export declare const file_authservice_dashboard_v1_auth_dashboard: GenFile;
7
+ /**
8
+ * @generated from message authservice.dashboard.v1.GetUserSignupTrendsRequest
9
+ */
10
+ export type GetUserSignupTrendsRequest = Message<"authservice.dashboard.v1.GetUserSignupTrendsRequest"> & {
11
+ /**
12
+ * ISO 8601 date string (e.g., "2026-01-01")
13
+ *
14
+ * @generated from field: string from_date = 1;
15
+ */
16
+ fromDate: string;
17
+ /**
18
+ * @generated from field: string to_date = 2;
19
+ */
20
+ toDate: string;
21
+ };
22
+ /**
23
+ * Describes the message authservice.dashboard.v1.GetUserSignupTrendsRequest.
24
+ * Use `create(GetUserSignupTrendsRequestSchema)` to create a new message.
25
+ */
26
+ export declare const GetUserSignupTrendsRequestSchema: GenMessage<GetUserSignupTrendsRequest>;
27
+ /**
28
+ * @generated from message authservice.dashboard.v1.UserSignupTrendDataPoint
29
+ */
30
+ export type UserSignupTrendDataPoint = Message<"authservice.dashboard.v1.UserSignupTrendDataPoint"> & {
31
+ /**
32
+ * ISO 8601 date (e.g., "2026-01-01")
33
+ *
34
+ * @generated from field: string date = 1;
35
+ */
36
+ date: string;
37
+ /**
38
+ * Human-readable (e.g., "Jan 1")
39
+ *
40
+ * @generated from field: string label = 2;
41
+ */
42
+ label: string;
43
+ /**
44
+ * Signup count for that day
45
+ *
46
+ * @generated from field: int32 value = 3;
47
+ */
48
+ value: number;
49
+ };
50
+ /**
51
+ * Describes the message authservice.dashboard.v1.UserSignupTrendDataPoint.
52
+ * Use `create(UserSignupTrendDataPointSchema)` to create a new message.
53
+ */
54
+ export declare const UserSignupTrendDataPointSchema: GenMessage<UserSignupTrendDataPoint>;
55
+ /**
56
+ * @generated from message authservice.dashboard.v1.GetUserSignupTrendsResponse
57
+ */
58
+ export type GetUserSignupTrendsResponse = Message<"authservice.dashboard.v1.GetUserSignupTrendsResponse"> & {
59
+ /**
60
+ * @generated from field: string from_date = 1;
61
+ */
62
+ fromDate: string;
63
+ /**
64
+ * @generated from field: string to_date = 2;
65
+ */
66
+ toDate: string;
67
+ /**
68
+ * @generated from field: repeated authservice.dashboard.v1.UserSignupTrendDataPoint data = 3;
69
+ */
70
+ data: UserSignupTrendDataPoint[];
71
+ /**
72
+ * @generated from field: int32 total_signups = 4;
73
+ */
74
+ totalSignups: number;
75
+ };
76
+ /**
77
+ * Describes the message authservice.dashboard.v1.GetUserSignupTrendsResponse.
78
+ * Use `create(GetUserSignupTrendsResponseSchema)` to create a new message.
79
+ */
80
+ export declare const GetUserSignupTrendsResponseSchema: GenMessage<GetUserSignupTrendsResponse>;
81
+ /**
82
+ * @generated from service authservice.dashboard.v1.AuthDashboardService
83
+ */
84
+ export declare const AuthDashboardService: GenService<{
85
+ /**
86
+ * Get daily user signup trends for a date range
87
+ *
88
+ * @generated from rpc authservice.dashboard.v1.AuthDashboardService.GetUserSignupTrends
89
+ */
90
+ getUserSignupTrends: {
91
+ methodKind: "unary";
92
+ input: typeof GetUserSignupTrendsRequestSchema;
93
+ output: typeof GetUserSignupTrendsResponseSchema;
94
+ };
95
+ }>;
96
+ //# sourceMappingURL=auth_dashboard_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auth_dashboard_pb.d.ts","sourceRoot":"","sources":["../../../../src/authservice/dashboard/v1/auth_dashboard_pb.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAEpF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,4CAA4C,EAAE,OAC2pB,CAAC;AAEvtB;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG,OAAO,CAAC,qDAAqD,CAAC,GAAG;IACxG;;;;OAIG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,gCAAgC,EAAE,UAAU,CAAC,0BAA0B,CACtB,CAAC;AAE/D;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAAC,mDAAmD,CAAC,GAAG;IACpG;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,8BAA8B,EAAE,UAAU,CAAC,wBAAwB,CAClB,CAAC;AAE/D;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG,OAAO,CAAC,sDAAsD,CAAC,GAAG;IAC1G;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,IAAI,EAAE,wBAAwB,EAAE,CAAC;IAEjC;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,iCAAiC,EAAE,UAAU,CAAC,2BAA2B,CACxB,CAAC;AAE/D;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,UAAU,CAAC;IAC5C;;;;OAIG;IACH,mBAAmB,EAAE;QACnB,UAAU,EAAE,OAAO,CAAC;QACpB,KAAK,EAAE,OAAO,gCAAgC,CAAC;QAC/C,MAAM,EAAE,OAAO,iCAAiC,CAAC;KAClD,CAAC;CACH,CAC6D,CAAC"}
@@ -0,0 +1,28 @@
1
+ // @generated by protoc-gen-es v2.9.0 with parameter "target=ts,import_extension=.js"
2
+ // @generated from file authservice/dashboard/v1/auth_dashboard.proto (package authservice.dashboard.v1, syntax proto3)
3
+ /* eslint-disable */
4
+ import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
5
+ /**
6
+ * Describes the file authservice/dashboard/v1/auth_dashboard.proto.
7
+ */
8
+ export const file_authservice_dashboard_v1_auth_dashboard = /*@__PURE__*/ fileDesc("Ci1hdXRoc2VydmljZS9kYXNoYm9hcmQvdjEvYXV0aF9kYXNoYm9hcmQucHJvdG8SGGF1dGhzZXJ2aWNlLmRhc2hib2FyZC52MSJAChpHZXRVc2VyU2lnbnVwVHJlbmRzUmVxdWVzdBIRCglmcm9tX2RhdGUYASABKAkSDwoHdG9fZGF0ZRgCIAEoCSJGChhVc2VyU2lnbnVwVHJlbmREYXRhUG9pbnQSDAoEZGF0ZRgBIAEoCRINCgVsYWJlbBgCIAEoCRINCgV2YWx1ZRgDIAEoBSKaAQobR2V0VXNlclNpZ251cFRyZW5kc1Jlc3BvbnNlEhEKCWZyb21fZGF0ZRgBIAEoCRIPCgd0b19kYXRlGAIgASgJEkAKBGRhdGEYAyADKAsyMi5hdXRoc2VydmljZS5kYXNoYm9hcmQudjEuVXNlclNpZ251cFRyZW5kRGF0YVBvaW50EhUKDXRvdGFsX3NpZ251cHMYBCABKAUymwEKFEF1dGhEYXNoYm9hcmRTZXJ2aWNlEoIBChNHZXRVc2VyU2lnbnVwVHJlbmRzEjQuYXV0aHNlcnZpY2UuZGFzaGJvYXJkLnYxLkdldFVzZXJTaWdudXBUcmVuZHNSZXF1ZXN0GjUuYXV0aHNlcnZpY2UuZGFzaGJvYXJkLnYxLkdldFVzZXJTaWdudXBUcmVuZHNSZXNwb25zZWIGcHJvdG8z");
9
+ /**
10
+ * Describes the message authservice.dashboard.v1.GetUserSignupTrendsRequest.
11
+ * Use `create(GetUserSignupTrendsRequestSchema)` to create a new message.
12
+ */
13
+ export const GetUserSignupTrendsRequestSchema = /*@__PURE__*/ messageDesc(file_authservice_dashboard_v1_auth_dashboard, 0);
14
+ /**
15
+ * Describes the message authservice.dashboard.v1.UserSignupTrendDataPoint.
16
+ * Use `create(UserSignupTrendDataPointSchema)` to create a new message.
17
+ */
18
+ export const UserSignupTrendDataPointSchema = /*@__PURE__*/ messageDesc(file_authservice_dashboard_v1_auth_dashboard, 1);
19
+ /**
20
+ * Describes the message authservice.dashboard.v1.GetUserSignupTrendsResponse.
21
+ * Use `create(GetUserSignupTrendsResponseSchema)` to create a new message.
22
+ */
23
+ export const GetUserSignupTrendsResponseSchema = /*@__PURE__*/ messageDesc(file_authservice_dashboard_v1_auth_dashboard, 2);
24
+ /**
25
+ * @generated from service authservice.dashboard.v1.AuthDashboardService
26
+ */
27
+ export const AuthDashboardService = /*@__PURE__*/ serviceDesc(file_authservice_dashboard_v1_auth_dashboard, 0);
28
+ //# sourceMappingURL=auth_dashboard_pb.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auth_dashboard_pb.js","sourceRoot":"","sources":["../../../../src/authservice/dashboard/v1/auth_dashboard_pb.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,uHAAuH;AACvH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAGlF;;GAEG;AACH,MAAM,CAAC,MAAM,4CAA4C,GAAY,aAAa,CAChF,QAAQ,CAAC,0sBAA0sB,CAAC,CAAC;AAmBvtB;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AA4B/D;;;GAGG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAyC,aAAa,CAC/F,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AA2B/D;;;GAGG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAA4C,aAAa,CACrG,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC;AAE/D;;GAEG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAW5B,aAAa,CAChB,WAAW,CAAC,4CAA4C,EAAE,CAAC,CAAC,CAAC"}
@@ -0,0 +1 @@
1
+ export * from './auth_dashboard_pb.js';
@@ -0,0 +1 @@
1
+ export * from './auth_dashboard_pb.js';