@acequants/aegis-contracts 0.1.26 → 0.1.27

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.
@@ -2,7 +2,8 @@ import type { handleUnaryCall, UntypedServiceImplementation } from "@grpc/grpc-j
2
2
  import _m0 from "protobufjs/minimal";
3
3
  import { Observable } from "rxjs";
4
4
  import { Timestamp } from "../../google/protobuf/timestamp";
5
- export declare const protobufPackage = "aegis.app.v1";
5
+ export declare const protobufPackage = "aegis.system.v1";
6
+ /** ---- SHARED TYPES ---- */
6
7
  export interface GrpcDtoPagination {
7
8
  totalItems: number;
8
9
  totalPages: number;
@@ -74,7 +75,7 @@ export interface GrpcDtoUserAccountTypes {
74
75
  items: GrpcDtoUserAccountType[];
75
76
  meta?: GrpcDtoPagination | undefined;
76
77
  }
77
- export declare const AEGIS_APP_V1_PACKAGE_NAME = "aegis.app.v1";
78
+ export declare const AEGIS_SYSTEM_V1_PACKAGE_NAME = "aegis.system.v1";
78
79
  export declare const GrpcDtoPagination: {
79
80
  encode(message: GrpcDtoPagination, writer?: _m0.Writer): _m0.Writer;
80
81
  decode(input: _m0.Reader | Uint8Array, length?: number): GrpcDtoPagination;
@@ -139,7 +140,7 @@ export declare const GrpcDtoUserAccountTypes: {
139
140
  encode(message: GrpcDtoUserAccountTypes, writer?: _m0.Writer): _m0.Writer;
140
141
  decode(input: _m0.Reader | Uint8Array, length?: number): GrpcDtoUserAccountTypes;
141
142
  };
142
- export interface AppServiceClient {
143
+ export interface SystemServiceClient {
143
144
  /** --- Client Type --- */
144
145
  clientTypesSeed(request: GrpcInputClientTypesSeed): Observable<GrpcDtoClientTypesSeed>;
145
146
  clientTypes(request: GrpcInputClientTypes): Observable<GrpcDtoClientTypes>;
@@ -149,7 +150,7 @@ export interface AppServiceClient {
149
150
  userAccountTypes(request: GrpcInputUserAccountTypes): Observable<GrpcDtoUserAccountTypes>;
150
151
  userAccountType(request: GrpcInputUserAccountType): Observable<GrpcDtoUserAccountType>;
151
152
  }
152
- export interface AppServiceController {
153
+ export interface SystemServiceController {
153
154
  /** --- Client Type --- */
154
155
  clientTypesSeed(request: GrpcInputClientTypesSeed): Promise<GrpcDtoClientTypesSeed> | Observable<GrpcDtoClientTypesSeed> | GrpcDtoClientTypesSeed;
155
156
  clientTypes(request: GrpcInputClientTypes): Promise<GrpcDtoClientTypes> | Observable<GrpcDtoClientTypes> | GrpcDtoClientTypes;
@@ -159,13 +160,13 @@ export interface AppServiceController {
159
160
  userAccountTypes(request: GrpcInputUserAccountTypes): Promise<GrpcDtoUserAccountTypes> | Observable<GrpcDtoUserAccountTypes> | GrpcDtoUserAccountTypes;
160
161
  userAccountType(request: GrpcInputUserAccountType): Promise<GrpcDtoUserAccountType> | Observable<GrpcDtoUserAccountType> | GrpcDtoUserAccountType;
161
162
  }
162
- export declare function AppServiceControllerMethods(): (constructor: Function) => void;
163
- export declare const APP_SERVICE_NAME = "AppService";
164
- export type AppServiceService = typeof AppServiceService;
165
- export declare const AppServiceService: {
163
+ export declare function SystemServiceControllerMethods(): (constructor: Function) => void;
164
+ export declare const SYSTEM_SERVICE_NAME = "SystemService";
165
+ export type SystemServiceService = typeof SystemServiceService;
166
+ export declare const SystemServiceService: {
166
167
  /** --- Client Type --- */
167
168
  readonly clientTypesSeed: {
168
- readonly path: "/aegis.app.v1.AppService/ClientTypesSeed";
169
+ readonly path: "/aegis.system.v1.SystemService/ClientTypesSeed";
169
170
  readonly requestStream: false;
170
171
  readonly responseStream: false;
171
172
  readonly requestSerialize: (value: GrpcInputClientTypesSeed) => Buffer<ArrayBuffer>;
@@ -174,7 +175,7 @@ export declare const AppServiceService: {
174
175
  readonly responseDeserialize: (value: Buffer) => GrpcDtoClientTypesSeed;
175
176
  };
176
177
  readonly clientTypes: {
177
- readonly path: "/aegis.app.v1.AppService/ClientTypes";
178
+ readonly path: "/aegis.system.v1.SystemService/ClientTypes";
178
179
  readonly requestStream: false;
179
180
  readonly responseStream: false;
180
181
  readonly requestSerialize: (value: GrpcInputClientTypes) => Buffer<ArrayBuffer>;
@@ -183,7 +184,7 @@ export declare const AppServiceService: {
183
184
  readonly responseDeserialize: (value: Buffer) => GrpcDtoClientTypes;
184
185
  };
185
186
  readonly clientType: {
186
- readonly path: "/aegis.app.v1.AppService/ClientType";
187
+ readonly path: "/aegis.system.v1.SystemService/ClientType";
187
188
  readonly requestStream: false;
188
189
  readonly responseStream: false;
189
190
  readonly requestSerialize: (value: GrpcInputClientType) => Buffer<ArrayBuffer>;
@@ -193,7 +194,7 @@ export declare const AppServiceService: {
193
194
  };
194
195
  /** --- User Account Type --- */
195
196
  readonly userAccountTypesSeed: {
196
- readonly path: "/aegis.app.v1.AppService/UserAccountTypesSeed";
197
+ readonly path: "/aegis.system.v1.SystemService/UserAccountTypesSeed";
197
198
  readonly requestStream: false;
198
199
  readonly responseStream: false;
199
200
  readonly requestSerialize: (value: GrpcInputUserAccountTypesSeed) => Buffer<ArrayBuffer>;
@@ -202,7 +203,7 @@ export declare const AppServiceService: {
202
203
  readonly responseDeserialize: (value: Buffer) => GrpcDtoUserAccountTypesSeed;
203
204
  };
204
205
  readonly userAccountTypes: {
205
- readonly path: "/aegis.app.v1.AppService/UserAccountTypes";
206
+ readonly path: "/aegis.system.v1.SystemService/UserAccountTypes";
206
207
  readonly requestStream: false;
207
208
  readonly responseStream: false;
208
209
  readonly requestSerialize: (value: GrpcInputUserAccountTypes) => Buffer<ArrayBuffer>;
@@ -211,7 +212,7 @@ export declare const AppServiceService: {
211
212
  readonly responseDeserialize: (value: Buffer) => GrpcDtoUserAccountTypes;
212
213
  };
213
214
  readonly userAccountType: {
214
- readonly path: "/aegis.app.v1.AppService/UserAccountType";
215
+ readonly path: "/aegis.system.v1.SystemService/UserAccountType";
215
216
  readonly requestStream: false;
216
217
  readonly responseStream: false;
217
218
  readonly requestSerialize: (value: GrpcInputUserAccountType) => Buffer<ArrayBuffer>;
@@ -220,7 +221,7 @@ export declare const AppServiceService: {
220
221
  readonly responseDeserialize: (value: Buffer) => GrpcDtoUserAccountType;
221
222
  };
222
223
  };
223
- export interface AppServiceServer extends UntypedServiceImplementation {
224
+ export interface SystemServiceServer extends UntypedServiceImplementation {
224
225
  /** --- Client Type --- */
225
226
  clientTypesSeed: handleUnaryCall<GrpcInputClientTypesSeed, GrpcDtoClientTypesSeed>;
226
227
  clientTypes: handleUnaryCall<GrpcInputClientTypes, GrpcDtoClientTypes>;
@@ -230,4 +231,4 @@ export interface AppServiceServer extends UntypedServiceImplementation {
230
231
  userAccountTypes: handleUnaryCall<GrpcInputUserAccountTypes, GrpcDtoUserAccountTypes>;
231
232
  userAccountType: handleUnaryCall<GrpcInputUserAccountType, GrpcDtoUserAccountType>;
232
233
  }
233
- //# sourceMappingURL=app.d.ts.map
234
+ //# sourceMappingURL=system.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"system.d.ts","sourceRoot":"","sources":["../../../../../src/gen/system/v1/system.ts"],"names":[],"mappings":"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"}
@@ -2,12 +2,12 @@
2
2
  // versions:
3
3
  // protoc-gen-ts_proto v1.181.2
4
4
  // protoc v6.32.0
5
- // source: app/v1/app.proto
5
+ // source: system/v1/system.proto
6
6
  import { GrpcMethod, GrpcStreamMethod } from "@nestjs/microservices";
7
7
  import _m0 from "protobufjs/minimal";
8
8
  import { Timestamp } from "../../google/protobuf/timestamp";
9
- export const protobufPackage = "aegis.app.v1";
10
- export const AEGIS_APP_V1_PACKAGE_NAME = "aegis.app.v1";
9
+ export const protobufPackage = "aegis.system.v1";
10
+ export const AEGIS_SYSTEM_V1_PACKAGE_NAME = "aegis.system.v1";
11
11
  function createBaseGrpcDtoPagination() {
12
12
  return { totalItems: 0, totalPages: 0, currentPage: 0, pageSize: 0 };
13
13
  }
@@ -709,7 +709,7 @@ export const GrpcDtoUserAccountTypes = {
709
709
  return message;
710
710
  },
711
711
  };
712
- export function AppServiceControllerMethods() {
712
+ export function SystemServiceControllerMethods() {
713
713
  return function (constructor) {
714
714
  const grpcMethods = [
715
715
  "clientTypesSeed",
@@ -721,20 +721,20 @@ export function AppServiceControllerMethods() {
721
721
  ];
722
722
  for (const method of grpcMethods) {
723
723
  const descriptor = Reflect.getOwnPropertyDescriptor(constructor.prototype, method);
724
- GrpcMethod("AppService", method)(constructor.prototype[method], method, descriptor);
724
+ GrpcMethod("SystemService", method)(constructor.prototype[method], method, descriptor);
725
725
  }
726
726
  const grpcStreamMethods = [];
727
727
  for (const method of grpcStreamMethods) {
728
728
  const descriptor = Reflect.getOwnPropertyDescriptor(constructor.prototype, method);
729
- GrpcStreamMethod("AppService", method)(constructor.prototype[method], method, descriptor);
729
+ GrpcStreamMethod("SystemService", method)(constructor.prototype[method], method, descriptor);
730
730
  }
731
731
  };
732
732
  }
733
- export const APP_SERVICE_NAME = "AppService";
734
- export const AppServiceService = {
733
+ export const SYSTEM_SERVICE_NAME = "SystemService";
734
+ export const SystemServiceService = {
735
735
  /** --- Client Type --- */
736
736
  clientTypesSeed: {
737
- path: "/aegis.app.v1.AppService/ClientTypesSeed",
737
+ path: "/aegis.system.v1.SystemService/ClientTypesSeed",
738
738
  requestStream: false,
739
739
  responseStream: false,
740
740
  requestSerialize: (value) => Buffer.from(GrpcInputClientTypesSeed.encode(value).finish()),
@@ -743,7 +743,7 @@ export const AppServiceService = {
743
743
  responseDeserialize: (value) => GrpcDtoClientTypesSeed.decode(value),
744
744
  },
745
745
  clientTypes: {
746
- path: "/aegis.app.v1.AppService/ClientTypes",
746
+ path: "/aegis.system.v1.SystemService/ClientTypes",
747
747
  requestStream: false,
748
748
  responseStream: false,
749
749
  requestSerialize: (value) => Buffer.from(GrpcInputClientTypes.encode(value).finish()),
@@ -752,7 +752,7 @@ export const AppServiceService = {
752
752
  responseDeserialize: (value) => GrpcDtoClientTypes.decode(value),
753
753
  },
754
754
  clientType: {
755
- path: "/aegis.app.v1.AppService/ClientType",
755
+ path: "/aegis.system.v1.SystemService/ClientType",
756
756
  requestStream: false,
757
757
  responseStream: false,
758
758
  requestSerialize: (value) => Buffer.from(GrpcInputClientType.encode(value).finish()),
@@ -762,7 +762,7 @@ export const AppServiceService = {
762
762
  },
763
763
  /** --- User Account Type --- */
764
764
  userAccountTypesSeed: {
765
- path: "/aegis.app.v1.AppService/UserAccountTypesSeed",
765
+ path: "/aegis.system.v1.SystemService/UserAccountTypesSeed",
766
766
  requestStream: false,
767
767
  responseStream: false,
768
768
  requestSerialize: (value) => Buffer.from(GrpcInputUserAccountTypesSeed.encode(value).finish()),
@@ -771,7 +771,7 @@ export const AppServiceService = {
771
771
  responseDeserialize: (value) => GrpcDtoUserAccountTypesSeed.decode(value),
772
772
  },
773
773
  userAccountTypes: {
774
- path: "/aegis.app.v1.AppService/UserAccountTypes",
774
+ path: "/aegis.system.v1.SystemService/UserAccountTypes",
775
775
  requestStream: false,
776
776
  responseStream: false,
777
777
  requestSerialize: (value) => Buffer.from(GrpcInputUserAccountTypes.encode(value).finish()),
@@ -780,7 +780,7 @@ export const AppServiceService = {
780
780
  responseDeserialize: (value) => GrpcDtoUserAccountTypes.decode(value),
781
781
  },
782
782
  userAccountType: {
783
- path: "/aegis.app.v1.AppService/UserAccountType",
783
+ path: "/aegis.system.v1.SystemService/UserAccountType",
784
784
  requestStream: false,
785
785
  responseStream: false,
786
786
  requestSerialize: (value) => Buffer.from(GrpcInputUserAccountType.encode(value).finish()),
@@ -1,5 +1,5 @@
1
- export * as v1App from "./gen/app/v1/app";
2
1
  export * as v1Auth from "./gen/auth/v1/auth";
2
+ export * as v1System from "./gen/system/v1/system";
3
3
  export * as v1Agent from "./gen/agent/v1/agent";
4
4
  export * as v1Analytics from "./gen/analytics/v1/analytics";
5
5
  export * as v1Ops from "./gen/ops/v1/ops";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,kBAAkB,CAAC;AAC1C,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAC7C,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,WAAW,MAAM,8BAA8B,CAAC;AAC5D,OAAO,KAAK,KAAK,MAAM,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,oBAAoB,CAAC;AAC7C,OAAO,KAAK,QAAQ,MAAM,wBAAwB,CAAC;AACnD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,WAAW,MAAM,8BAA8B,CAAC;AAC5D,OAAO,KAAK,KAAK,MAAM,kBAAkB,CAAC"}
package/dist/src/index.js CHANGED
@@ -1,5 +1,5 @@
1
- export * as v1App from "./gen/app/v1/app";
2
1
  export * as v1Auth from "./gen/auth/v1/auth";
2
+ export * as v1System from "./gen/system/v1/system";
3
3
  export * as v1Agent from "./gen/agent/v1/agent";
4
4
  export * as v1Analytics from "./gen/analytics/v1/analytics";
5
5
  export * as v1Ops from "./gen/ops/v1/ops";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acequants/aegis-contracts",
3
- "version": "0.1.26",
3
+ "version": "0.1.27",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -1,11 +1,10 @@
1
1
  syntax = "proto3";
2
-
3
- package aegis.app.v1;
4
-
2
+ package aegis.system.v1;
5
3
  option java_multiple_files = true;
6
4
 
7
5
  import "google/protobuf/timestamp.proto";
8
6
 
7
+ // ---- SHARED TYPES ----
9
8
  message GrpcDtoPagination {
10
9
  int32 total_items = 1;
11
10
  int32 total_pages = 2;
@@ -93,7 +92,7 @@ message GrpcDtoUserAccountTypes {
93
92
  GrpcDtoPagination meta = 2;
94
93
  }
95
94
 
96
- service AppService {
95
+ service SystemService {
97
96
  // --- Client Type ---
98
97
  rpc ClientTypesSeed (GrpcInputClientTypesSeed) returns (GrpcDtoClientTypesSeed);
99
98
  rpc ClientTypes (GrpcInputClientTypes) returns (GrpcDtoClientTypes);
@@ -1 +0,0 @@
1
- {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../../../../../src/gen/app/v1/app.ts"],"names":[],"mappings":"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"}