@edifice.io/edifice-ent-client 1.0.0-develop → 1.0.1-develop

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.
Files changed (61) hide show
  1. package/dist/index.js +4856 -4657
  2. package/dist/index.umd.cjs +15 -6
  3. package/dist/nats/ent-nats-service.client.d.ts +21 -0
  4. package/dist/nats/ent-nats-service.client.d.ts.map +1 -0
  5. package/dist/nats/ent-nats-service.types.d.ts +191 -0
  6. package/dist/nats/ent-nats-service.types.d.ts.map +1 -0
  7. package/dist/nats/index.d.ts +23 -22
  8. package/dist/nats/index.d.ts.map +1 -1
  9. package/package.json +2 -2
  10. package/dist/nats/directory-group-find-byexternalid.client.d.ts +0 -9
  11. package/dist/nats/directory-group-find-byexternalid.client.d.ts.map +0 -1
  12. package/dist/nats/directory-group-find-byexternalid.types.d.ts +0 -11
  13. package/dist/nats/directory-group-find-byexternalid.types.d.ts.map +0 -1
  14. package/dist/nats/directory-group-manual-create.client.d.ts +0 -9
  15. package/dist/nats/directory-group-manual-create.client.d.ts.map +0 -1
  16. package/dist/nats/directory-group-manual-create.types.d.ts +0 -10
  17. package/dist/nats/directory-group-manual-create.types.d.ts.map +0 -1
  18. package/dist/nats/directory-group-manual-delete.client.d.ts +0 -9
  19. package/dist/nats/directory-group-manual-delete.client.d.ts.map +0 -1
  20. package/dist/nats/directory-group-manual-delete.types.d.ts +0 -8
  21. package/dist/nats/directory-group-manual-delete.types.d.ts.map +0 -1
  22. package/dist/nats/directory-group-manual-update.client.d.ts +0 -9
  23. package/dist/nats/directory-group-manual-update.client.d.ts.map +0 -1
  24. package/dist/nats/directory-group-manual-update.types.d.ts +0 -9
  25. package/dist/nats/directory-group-manual-update.types.d.ts.map +0 -1
  26. package/dist/nats/directory-group-member-add.client.d.ts +0 -9
  27. package/dist/nats/directory-group-member-add.client.d.ts.map +0 -1
  28. package/dist/nats/directory-group-member-add.types.d.ts +0 -9
  29. package/dist/nats/directory-group-member-add.types.d.ts.map +0 -1
  30. package/dist/nats/directory-group-member-delete.client.d.ts +0 -9
  31. package/dist/nats/directory-group-member-delete.client.d.ts.map +0 -1
  32. package/dist/nats/directory-group-member-delete.types.d.ts +0 -9
  33. package/dist/nats/directory-group-member-delete.types.d.ts.map +0 -1
  34. package/dist/nats/ent-appregistry-app-register.client.d.ts +0 -9
  35. package/dist/nats/ent-appregistry-app-register.client.d.ts.map +0 -1
  36. package/dist/nats/ent-appregistry-app-register.types.d.ts +0 -28
  37. package/dist/nats/ent-appregistry-app-register.types.d.ts.map +0 -1
  38. package/dist/nats/ent-test-listen-reply.client.d.ts +0 -9
  39. package/dist/nats/ent-test-listen-reply.client.d.ts.map +0 -1
  40. package/dist/nats/ent-test-listen-reply.types.d.ts +0 -10
  41. package/dist/nats/ent-test-listen-reply.types.d.ts.map +0 -1
  42. package/dist/nats/ent-test-listen.client.d.ts +0 -9
  43. package/dist/nats/ent-test-listen.client.d.ts.map +0 -1
  44. package/dist/nats/ent-test-listen.types.d.ts +0 -5
  45. package/dist/nats/ent-test-listen.types.d.ts.map +0 -1
  46. package/dist/nats/i18n-translations-fetch.client.d.ts +0 -9
  47. package/dist/nats/i18n-translations-fetch.client.d.ts.map +0 -1
  48. package/dist/nats/i18n-translations-fetch.types.d.ts +0 -20
  49. package/dist/nats/i18n-translations-fetch.types.d.ts.map +0 -1
  50. package/dist/nats/session-find.client.d.ts +0 -9
  51. package/dist/nats/session-find.client.d.ts.map +0 -1
  52. package/dist/nats/session-find.types.d.ts +0 -42
  53. package/dist/nats/session-find.types.d.ts.map +0 -1
  54. package/dist/nats/share-group-remove.client.d.ts +0 -9
  55. package/dist/nats/share-group-remove.client.d.ts.map +0 -1
  56. package/dist/nats/share-group-remove.types.d.ts +0 -18
  57. package/dist/nats/share-group-remove.types.d.ts.map +0 -1
  58. package/dist/nats/share-group-upsert.client.d.ts +0 -9
  59. package/dist/nats/share-group-upsert.client.d.ts.map +0 -1
  60. package/dist/nats/share-group-upsert.types.d.ts +0 -18
  61. package/dist/nats/share-group-upsert.types.d.ts.map +0 -1
@@ -0,0 +1,21 @@
1
+ import { ClientProxy } from '@nestjs/microservices';
2
+ import { AppRegistrationRequestDTO, FindSessionRequestDTO, UpsertGroupSharesRequestDTO, RemoveGroupSharesRequestDTO, FetchTranslationsRequestDTO, CreateGroupRequestDTO, UpdateGroupRequestDTO, DeleteGroupRequestDTO, AddGroupMemberRequestDTO, RemoveGroupMemberRequestDTO, FindGroupByExternalIdRequestDTO, AppRegistrationResponseDTO, FindSessionResponseDTO, UpsertGroupSharesResponseDTO, RemoveGroupSharesResponseDTO, FetchTranslationsResponseDTO, CreateGroupResponseDTO, UpdateGroupResponseDTO, DeleteGroupResponseDTO, AddGroupMemberResponseDTO, RemoveGroupMemberResponseDTO, FindGroupByExternalIdResponseDTO } from './ent-nats-service.types';
3
+ export declare class EntNatsServiceClient {
4
+ private readonly natsClient;
5
+ private readonly application;
6
+ constructor(natsClient: ClientProxy, application: string);
7
+ entAppregistryAppRegister(event: AppRegistrationRequestDTO): Promise<AppRegistrationResponseDTO>;
8
+ entByApplicationTest(event: AppRegistrationRequestDTO): Promise<AppRegistrationResponseDTO>;
9
+ sessionFind(event: FindSessionRequestDTO): Promise<FindSessionResponseDTO>;
10
+ shareGroupUpsertByApplication(event: UpsertGroupSharesRequestDTO): Promise<UpsertGroupSharesResponseDTO>;
11
+ shareGroupRemoveByApplication(event: RemoveGroupSharesRequestDTO): Promise<RemoveGroupSharesResponseDTO>;
12
+ i18nTranslationsFetch(event: FetchTranslationsRequestDTO): Promise<FetchTranslationsResponseDTO>;
13
+ directoryGroupManualCreate(event: CreateGroupRequestDTO): Promise<CreateGroupResponseDTO>;
14
+ directoryGroupManualUpdate(event: UpdateGroupRequestDTO): Promise<UpdateGroupResponseDTO>;
15
+ directoryGroupManualDelete(event: DeleteGroupRequestDTO): Promise<DeleteGroupResponseDTO>;
16
+ directoryGroupMemberAdd(event: AddGroupMemberRequestDTO): Promise<AddGroupMemberResponseDTO>;
17
+ directoryGroupMemberDelete(event: RemoveGroupMemberRequestDTO): Promise<RemoveGroupMemberResponseDTO>;
18
+ directoryGroupFindByexternalid(event: FindGroupByExternalIdRequestDTO): Promise<FindGroupByExternalIdResponseDTO>;
19
+ private getSubject;
20
+ }
21
+ //# sourceMappingURL=ent-nats-service.client.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ent-nats-service.client.d.ts","sourceRoot":"","sources":["../../src/nats/ent-nats-service.client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACd,OAAO,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AAC3G,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,EAAE,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AACvE,OAAO,EAAE,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AACvE,OAAO,EAAE,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AACvE,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,EAAE,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AACvE,OAAO,EAAE,+BAA+B,EAAE,MAAM,0BAA0B,CAAC;AAC3E,OAAO,EAAE,0BAA0B,EAAE,MAAM,0BAA0B,CAAC;AACtE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AACxE,OAAO,EAAE,gCAAgC,EAAE,MAAM,0BAA0B,CAAC;AAG5E,qBACa,oBAAoB;IAGN,OAAO,CAAC,QAAQ,CAAC,UAAU;IAChD,OAAO,CAAC,QAAQ,CAAC,WAAW;gBADU,UAAU,EAAE,WAAW,EAC5C,WAAW,EAAE,MAAM;IAMlC,yBAAyB,CAAC,KAAK,EAAE,yBAAyB,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAUhG,oBAAoB,CAAC,KAAK,EAAE,yBAAyB,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAU3F,WAAW,CAAC,KAAK,EAAE,qBAAqB,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAU1E,6BAA6B,CAAC,KAAK,EAAE,2BAA2B,GAAG,OAAO,CAAC,4BAA4B,CAAC;IAUxG,6BAA6B,CAAC,KAAK,EAAE,2BAA2B,GAAG,OAAO,CAAC,4BAA4B,CAAC;IAUxG,qBAAqB,CAAC,KAAK,EAAE,2BAA2B,GAAG,OAAO,CAAC,4BAA4B,CAAC;IAUhG,0BAA0B,CAAC,KAAK,EAAE,qBAAqB,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAUzF,0BAA0B,CAAC,KAAK,EAAE,qBAAqB,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAUzF,0BAA0B,CAAC,KAAK,EAAE,qBAAqB,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAUzF,uBAAuB,CAAC,KAAK,EAAE,wBAAwB,GAAG,OAAO,CAAC,yBAAyB,CAAC;IAU5F,0BAA0B,CAAC,KAAK,EAAE,2BAA2B,GAAG,OAAO,CAAC,4BAA4B,CAAC;IAUrG,8BAA8B,CAAC,KAAK,EAAE,+BAA+B,GAAG,OAAO,CAAC,gCAAgC,CAAC;IAUvH,OAAO,CAAC,UAAU;CAcnB"}
@@ -0,0 +1,191 @@
1
+ export interface AppRegistrationRequestDTO {
2
+ application?: AppRegistrationDTO;
3
+ actions?: SecuredAction[];
4
+ }
5
+ export interface AppRegistrationDTO {
6
+ name?: string;
7
+ displayName?: string;
8
+ appType?: string;
9
+ icon?: string;
10
+ address?: string;
11
+ display?: boolean;
12
+ prefix?: string;
13
+ customProperties?: {
14
+ [k: string]: {};
15
+ };
16
+ }
17
+ export interface SecuredAction {
18
+ name?: string;
19
+ displayName?: string;
20
+ type?: string;
21
+ }
22
+ export interface AppRegistrationResponseDTO {
23
+ success?: boolean;
24
+ message?: string;
25
+ }
26
+ export interface AppRegistrationRequestDTO {
27
+ application?: AppRegistrationDTO;
28
+ actions?: SecuredAction[];
29
+ }
30
+ export interface AppRegistrationDTO {
31
+ name?: string;
32
+ displayName?: string;
33
+ appType?: string;
34
+ icon?: string;
35
+ address?: string;
36
+ display?: boolean;
37
+ prefix?: string;
38
+ customProperties?: {
39
+ [k: string]: {};
40
+ };
41
+ }
42
+ export interface SecuredAction {
43
+ name?: string;
44
+ displayName?: string;
45
+ type?: string;
46
+ }
47
+ export interface AppRegistrationResponseDTO {
48
+ success?: boolean;
49
+ message?: string;
50
+ }
51
+ export interface FindSessionRequestDTO {
52
+ sessionId?: string;
53
+ cookies?: string;
54
+ }
55
+ export interface FindSessionResponseDTO {
56
+ session?: SessionDto;
57
+ }
58
+ export interface SessionDto {
59
+ userId?: string;
60
+ externalId?: string;
61
+ firstName?: string;
62
+ lastName?: string;
63
+ username?: string;
64
+ birthDate?: string;
65
+ level?: string;
66
+ type?: string;
67
+ login?: string;
68
+ email?: string;
69
+ mobile?: string;
70
+ authorizedActions?: ActionDto[];
71
+ classes?: ClassDto[];
72
+ groups?: GroupDto[];
73
+ structures?: StructureDto[];
74
+ }
75
+ export interface ActionDto {
76
+ type?: string;
77
+ name?: string;
78
+ displayName?: string;
79
+ }
80
+ export interface ClassDto {
81
+ id?: string;
82
+ name?: string;
83
+ }
84
+ export interface GroupDto {
85
+ id?: string;
86
+ name?: string;
87
+ }
88
+ export interface StructureDto {
89
+ id?: string;
90
+ name?: string;
91
+ }
92
+ export interface UpsertGroupSharesRequestDTO {
93
+ currentUserId?: string;
94
+ groupId?: string;
95
+ permissions?: string[];
96
+ resourceId?: string;
97
+ application?: string;
98
+ }
99
+ export interface UpsertGroupSharesResponseDTO {
100
+ shares?: SharesResponseDTO[];
101
+ }
102
+ export interface SharesResponseDTO {
103
+ id?: string;
104
+ kind?: Kind;
105
+ permissions?: string[];
106
+ }
107
+ export interface Kind {
108
+ }
109
+ export interface RemoveGroupSharesRequestDTO {
110
+ currentUserId?: string;
111
+ groupId?: string;
112
+ groupExternalId?: string;
113
+ resourceId?: string;
114
+ application?: string;
115
+ }
116
+ export interface RemoveGroupSharesResponseDTO {
117
+ shares?: SharesResponseDTO[];
118
+ }
119
+ export interface SharesResponseDTO {
120
+ id?: string;
121
+ kind?: Kind;
122
+ permissions?: string[];
123
+ }
124
+ export interface Kind {
125
+ }
126
+ export interface FetchTranslationsRequestDTO {
127
+ headers?: {
128
+ [k: string]: string;
129
+ };
130
+ langAndDomain?: LangAndDomain;
131
+ }
132
+ export interface LangAndDomain {
133
+ lang?: string;
134
+ domain?: string;
135
+ }
136
+ export interface FetchTranslationsResponseDTO {
137
+ translations?: {
138
+ [k: string]: string;
139
+ };
140
+ }
141
+ export interface CreateGroupRequestDTO {
142
+ externalId?: string;
143
+ name?: string;
144
+ classId?: string;
145
+ structureId?: string;
146
+ }
147
+ export interface CreateGroupResponseDTO {
148
+ id?: string;
149
+ }
150
+ export interface UpdateGroupRequestDTO {
151
+ id?: string;
152
+ externalId?: string;
153
+ name?: string;
154
+ }
155
+ export interface UpdateGroupResponseDTO {
156
+ updated?: boolean;
157
+ }
158
+ export interface DeleteGroupRequestDTO {
159
+ id?: string;
160
+ externalId?: string;
161
+ }
162
+ export interface DeleteGroupResponseDTO {
163
+ deleted?: boolean;
164
+ }
165
+ export interface AddGroupMemberRequestDTO {
166
+ groupId?: string;
167
+ groupExternalId?: string;
168
+ userId?: string;
169
+ }
170
+ export interface AddGroupMemberResponseDTO {
171
+ added?: boolean;
172
+ }
173
+ export interface RemoveGroupMemberRequestDTO {
174
+ groupId?: string;
175
+ groupExternalId?: string;
176
+ userId?: string;
177
+ }
178
+ export interface RemoveGroupMemberResponseDTO {
179
+ removed?: boolean;
180
+ }
181
+ export interface FindGroupByExternalIdRequestDTO {
182
+ externalId?: string;
183
+ }
184
+ export interface FindGroupByExternalIdResponseDTO {
185
+ group?: GroupDTO;
186
+ }
187
+ export interface GroupDTO {
188
+ id?: string;
189
+ name?: string;
190
+ }
191
+ //# sourceMappingURL=ent-nats-service.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ent-nats-service.types.d.ts","sourceRoot":"","sources":["../../src/nats/ent-nats-service.types.ts"],"names":[],"mappings":"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"}
@@ -1,23 +1,24 @@
1
- export { ShareGroupUpsertClient } from './share-group-upsert.client';
2
- export type { UpsertGroupSharesRequestDTO, UpsertGroupSharesResponseDTO } from './share-group-upsert.types';
3
- export { ShareGroupRemoveClient } from './share-group-remove.client';
4
- export type { RemoveGroupSharesRequestDTO, RemoveGroupSharesResponseDTO } from './share-group-remove.types';
5
- export { SessionFindClient } from './session-find.client';
6
- export type { FindSessionRequestDTO, FindSessionResponseDTO } from './session-find.types';
7
- export { DirectoryGroupManualCreateClient } from './directory-group-manual-create.client';
8
- export type { CreateGroupRequestDTO, CreateGroupResponseDTO } from './directory-group-manual-create.types';
9
- export { DirectoryGroupManualUpdateClient } from './directory-group-manual-update.client';
10
- export type { UpdateGroupRequestDTO, UpdateGroupResponseDTO } from './directory-group-manual-update.types';
11
- export { DirectoryGroupManualDeleteClient } from './directory-group-manual-delete.client';
12
- export type { DeleteGroupRequestDTO, DeleteGroupResponseDTO } from './directory-group-manual-delete.types';
13
- export { DirectoryGroupMemberAddClient } from './directory-group-member-add.client';
14
- export type { AddGroupMemberRequestDTO, AddGroupMemberResponseDTO } from './directory-group-member-add.types';
15
- export { DirectoryGroupMemberDeleteClient } from './directory-group-member-delete.client';
16
- export type { RemoveGroupMemberRequestDTO, RemoveGroupMemberResponseDTO } from './directory-group-member-delete.types';
17
- export { DirectoryGroupFindByexternalidClient } from './directory-group-find-byexternalid.client';
18
- export type { FindGroupByExternalIdRequestDTO, FindGroupByExternalIdResponseDTO } from './directory-group-find-byexternalid.types';
19
- export { EntAppregistryAppRegisterClient } from './ent-appregistry-app-register.client';
20
- export type { AppRegistrationRequestDTO, AppRegistrationResponseDTO } from './ent-appregistry-app-register.types';
21
- export { I18nTranslationsFetchClient } from './i18n-translations-fetch.client';
22
- export type { FetchTranslationsRequestDTO, FetchTranslationsResponseDTO } from './i18n-translations-fetch.types';
1
+ export type { AppRegistrationRequestDTO } from './ent-nats-service.types';
2
+ export type { AppRegistrationResponseDTO } from './ent-nats-service.types';
3
+ export type { FindSessionRequestDTO } from './ent-nats-service.types';
4
+ export type { FindSessionResponseDTO } from './ent-nats-service.types';
5
+ export type { UpsertGroupSharesRequestDTO } from './ent-nats-service.types';
6
+ export type { UpsertGroupSharesResponseDTO } from './ent-nats-service.types';
7
+ export type { RemoveGroupSharesRequestDTO } from './ent-nats-service.types';
8
+ export type { RemoveGroupSharesResponseDTO } from './ent-nats-service.types';
9
+ export type { FetchTranslationsRequestDTO } from './ent-nats-service.types';
10
+ export type { FetchTranslationsResponseDTO } from './ent-nats-service.types';
11
+ export type { CreateGroupRequestDTO } from './ent-nats-service.types';
12
+ export type { CreateGroupResponseDTO } from './ent-nats-service.types';
13
+ export type { UpdateGroupRequestDTO } from './ent-nats-service.types';
14
+ export type { UpdateGroupResponseDTO } from './ent-nats-service.types';
15
+ export type { DeleteGroupRequestDTO } from './ent-nats-service.types';
16
+ export type { DeleteGroupResponseDTO } from './ent-nats-service.types';
17
+ export type { AddGroupMemberRequestDTO } from './ent-nats-service.types';
18
+ export type { AddGroupMemberResponseDTO } from './ent-nats-service.types';
19
+ export type { RemoveGroupMemberRequestDTO } from './ent-nats-service.types';
20
+ export type { RemoveGroupMemberResponseDTO } from './ent-nats-service.types';
21
+ export type { FindGroupByExternalIdRequestDTO } from './ent-nats-service.types';
22
+ export type { FindGroupByExternalIdResponseDTO } from './ent-nats-service.types';
23
+ export { EntNatsServiceClient } from './ent-nats-service.client';
23
24
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/nats/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,YAAY,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,4BAA4B,CAAC;AAE5G,OAAO,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AACrE,YAAY,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,4BAA4B,CAAC;AAE5G,OAAO,EAAE,iBAAiB,EAAE,MAAM,uBAAuB,CAAC;AAC1D,YAAY,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC;AAE1F,OAAO,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAC;AAC1F,YAAY,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAE3G,OAAO,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAC;AAC1F,YAAY,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAE3G,OAAO,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAC;AAC1F,YAAY,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAE3G,OAAO,EAAE,6BAA6B,EAAE,MAAM,qCAAqC,CAAC;AACpF,YAAY,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAE9G,OAAO,EAAE,gCAAgC,EAAE,MAAM,wCAAwC,CAAC;AAC1F,YAAY,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AAEvH,OAAO,EAAE,oCAAoC,EAAE,MAAM,4CAA4C,CAAC;AAClG,YAAY,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,MAAM,2CAA2C,CAAC;AAEnI,OAAO,EAAE,+BAA+B,EAAE,MAAM,uCAAuC,CAAC;AACxF,YAAY,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAElH,OAAO,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AAC/E,YAAY,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/nats/index.ts"],"names":[],"mappings":"AAEA,YAAY,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AAC1E,YAAY,EAAE,0BAA0B,EAAE,MAAM,0BAA0B,CAAC;AAC3E,YAAY,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AACtE,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,YAAY,EAAE,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AAC5E,YAAY,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AAC7E,YAAY,EAAE,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AAC5E,YAAY,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AAC7E,YAAY,EAAE,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AAC5E,YAAY,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AAC7E,YAAY,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AACtE,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,YAAY,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AACtE,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,YAAY,EAAE,qBAAqB,EAAE,MAAM,0BAA0B,CAAC;AACtE,YAAY,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACvE,YAAY,EAAE,wBAAwB,EAAE,MAAM,0BAA0B,CAAC;AACzE,YAAY,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAC;AAC1E,YAAY,EAAE,2BAA2B,EAAE,MAAM,0BAA0B,CAAC;AAC5E,YAAY,EAAE,4BAA4B,EAAE,MAAM,0BAA0B,CAAC;AAC7E,YAAY,EAAE,+BAA+B,EAAE,MAAM,0BAA0B,CAAC;AAChF,YAAY,EAAE,gCAAgC,EAAE,MAAM,0BAA0B,CAAC;AACjF,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edifice.io/edifice-ent-client",
3
- "version": "1.0.0-develop",
3
+ "version": "1.0.1-develop",
4
4
  "description": "Clients to interact with ENT service",
5
5
  "keywords": [],
6
6
  "author": "Edifice",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "scripts": {
42
42
  "dev": "vite",
43
- "build": "generate-nats-ts ../../broker/target/classes/META-INF/nats.json ./src/nats && generate-nats-ts ../../broker-proxy/target/classes/META-INF/nats.json ./src/nats && tsc && vite build",
43
+ "build": "generate-nats-ts ../../broker-proxy/target/classes/META-INF/nats.json ./src/nats && tsc && vite build",
44
44
  "build:types": "tsc --build",
45
45
  "preview": "vite preview",
46
46
  "clean": "rm -Rf dist",
@@ -1,9 +0,0 @@
1
- import { ClientProxy } from '@nestjs/microservices';
2
- import { FindGroupByExternalIdRequestDTO, FindGroupByExternalIdResponseDTO } from './directory-group-find-byexternalid.types';
3
- export declare class DirectoryGroupFindByexternalidClient {
4
- private readonly natsClient;
5
- constructor(natsClient: ClientProxy);
6
- request(event: FindGroupByExternalIdRequestDTO): Promise<FindGroupByExternalIdResponseDTO>;
7
- private getSubject;
8
- }
9
- //# sourceMappingURL=directory-group-find-byexternalid.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"directory-group-find-byexternalid.client.d.ts","sourceRoot":"","sources":["../../src/nats/directory-group-find-byexternalid.client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,EAAE,+BAA+B,EAAE,gCAAgC,EAAE,MAAM,2CAA2C,CAAC;AAE9H,qBACa,oCAAoC;IAGtB,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAAV,UAAU,EAAE,WAAW;IAO3D,OAAO,CAAC,KAAK,EAAE,+BAA+B,GAAG,OAAO,CAAC,gCAAgC,CAAC;IAQhG,OAAO,CAAC,UAAU;CAcnB"}
@@ -1,11 +0,0 @@
1
- export interface FindGroupByExternalIdRequestDTO {
2
- externalId?: string;
3
- }
4
- export interface FindGroupByExternalIdResponseDTO {
5
- group?: GroupDTO;
6
- }
7
- export interface GroupDTO {
8
- id?: string;
9
- name?: string;
10
- }
11
- //# sourceMappingURL=directory-group-find-byexternalid.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"directory-group-find-byexternalid.types.d.ts","sourceRoot":"","sources":["../../src/nats/directory-group-find-byexternalid.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,+BAA+B;IAC9C,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAGD,MAAM,WAAW,gCAAgC;IAC/C,KAAK,CAAC,EAAE,QAAQ,CAAC;CAClB;AACD,MAAM,WAAW,QAAQ;IACvB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;CACf"}
@@ -1,9 +0,0 @@
1
- import { ClientProxy } from '@nestjs/microservices';
2
- import { CreateGroupRequestDTO, CreateGroupResponseDTO } from './directory-group-manual-create.types';
3
- export declare class DirectoryGroupManualCreateClient {
4
- private readonly natsClient;
5
- constructor(natsClient: ClientProxy);
6
- request(event: CreateGroupRequestDTO): Promise<CreateGroupResponseDTO>;
7
- private getSubject;
8
- }
9
- //# sourceMappingURL=directory-group-manual-create.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"directory-group-manual-create.client.d.ts","sourceRoot":"","sources":["../../src/nats/directory-group-manual-create.client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAEtG,qBACa,gCAAgC;IAGlB,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAAV,UAAU,EAAE,WAAW;IAO3D,OAAO,CAAC,KAAK,EAAE,qBAAqB,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAQ5E,OAAO,CAAC,UAAU;CAcnB"}
@@ -1,10 +0,0 @@
1
- export interface CreateGroupRequestDTO {
2
- externalId?: string;
3
- name?: string;
4
- classId?: string;
5
- structureId?: string;
6
- }
7
- export interface CreateGroupResponseDTO {
8
- id?: string;
9
- }
10
- //# sourceMappingURL=directory-group-manual-create.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"directory-group-manual-create.types.d.ts","sourceRoot":"","sources":["../../src/nats/directory-group-manual-create.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAGD,MAAM,WAAW,sBAAsB;IACrC,EAAE,CAAC,EAAE,MAAM,CAAC;CACb"}
@@ -1,9 +0,0 @@
1
- import { ClientProxy } from '@nestjs/microservices';
2
- import { DeleteGroupRequestDTO, DeleteGroupResponseDTO } from './directory-group-manual-delete.types';
3
- export declare class DirectoryGroupManualDeleteClient {
4
- private readonly natsClient;
5
- constructor(natsClient: ClientProxy);
6
- request(event: DeleteGroupRequestDTO): Promise<DeleteGroupResponseDTO>;
7
- private getSubject;
8
- }
9
- //# sourceMappingURL=directory-group-manual-delete.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"directory-group-manual-delete.client.d.ts","sourceRoot":"","sources":["../../src/nats/directory-group-manual-delete.client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAEtG,qBACa,gCAAgC;IAGlB,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAAV,UAAU,EAAE,WAAW;IAO3D,OAAO,CAAC,KAAK,EAAE,qBAAqB,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAQ5E,OAAO,CAAC,UAAU;CAcnB"}
@@ -1,8 +0,0 @@
1
- export interface DeleteGroupRequestDTO {
2
- id?: string;
3
- externalId?: string;
4
- }
5
- export interface DeleteGroupResponseDTO {
6
- deleted?: boolean;
7
- }
8
- //# sourceMappingURL=directory-group-manual-delete.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"directory-group-manual-delete.types.d.ts","sourceRoot":"","sources":["../../src/nats/directory-group-manual-delete.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAGD,MAAM,WAAW,sBAAsB;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
@@ -1,9 +0,0 @@
1
- import { ClientProxy } from '@nestjs/microservices';
2
- import { UpdateGroupRequestDTO, UpdateGroupResponseDTO } from './directory-group-manual-update.types';
3
- export declare class DirectoryGroupManualUpdateClient {
4
- private readonly natsClient;
5
- constructor(natsClient: ClientProxy);
6
- request(event: UpdateGroupRequestDTO): Promise<UpdateGroupResponseDTO>;
7
- private getSubject;
8
- }
9
- //# sourceMappingURL=directory-group-manual-update.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"directory-group-manual-update.client.d.ts","sourceRoot":"","sources":["../../src/nats/directory-group-manual-update.client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAEtG,qBACa,gCAAgC;IAGlB,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAAV,UAAU,EAAE,WAAW;IAO3D,OAAO,CAAC,KAAK,EAAE,qBAAqB,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAQ5E,OAAO,CAAC,UAAU;CAcnB"}
@@ -1,9 +0,0 @@
1
- export interface UpdateGroupRequestDTO {
2
- id?: string;
3
- externalId?: string;
4
- name?: string;
5
- }
6
- export interface UpdateGroupResponseDTO {
7
- updated?: boolean;
8
- }
9
- //# sourceMappingURL=directory-group-manual-update.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"directory-group-manual-update.types.d.ts","sourceRoot":"","sources":["../../src/nats/directory-group-manual-update.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,qBAAqB;IACpC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAGD,MAAM,WAAW,sBAAsB;IACrC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
@@ -1,9 +0,0 @@
1
- import { ClientProxy } from '@nestjs/microservices';
2
- import { AddGroupMemberRequestDTO, AddGroupMemberResponseDTO } from './directory-group-member-add.types';
3
- export declare class DirectoryGroupMemberAddClient {
4
- private readonly natsClient;
5
- constructor(natsClient: ClientProxy);
6
- request(event: AddGroupMemberRequestDTO): Promise<AddGroupMemberResponseDTO>;
7
- private getSubject;
8
- }
9
- //# sourceMappingURL=directory-group-member-add.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"directory-group-member-add.client.d.ts","sourceRoot":"","sources":["../../src/nats/directory-group-member-add.client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oCAAoC,CAAC;AAEzG,qBACa,6BAA6B;IAGf,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAAV,UAAU,EAAE,WAAW;IAO3D,OAAO,CAAC,KAAK,EAAE,wBAAwB,GAAG,OAAO,CAAC,yBAAyB,CAAC;IAQlF,OAAO,CAAC,UAAU;CAcnB"}
@@ -1,9 +0,0 @@
1
- export interface AddGroupMemberRequestDTO {
2
- groupId?: string;
3
- groupExternalId?: string;
4
- userId?: string;
5
- }
6
- export interface AddGroupMemberResponseDTO {
7
- added?: boolean;
8
- }
9
- //# sourceMappingURL=directory-group-member-add.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"directory-group-member-add.types.d.ts","sourceRoot":"","sources":["../../src/nats/directory-group-member-add.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,wBAAwB;IACvC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAGD,MAAM,WAAW,yBAAyB;IACxC,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB"}
@@ -1,9 +0,0 @@
1
- import { ClientProxy } from '@nestjs/microservices';
2
- import { RemoveGroupMemberRequestDTO, RemoveGroupMemberResponseDTO } from './directory-group-member-delete.types';
3
- export declare class DirectoryGroupMemberDeleteClient {
4
- private readonly natsClient;
5
- constructor(natsClient: ClientProxy);
6
- request(event: RemoveGroupMemberRequestDTO): Promise<RemoveGroupMemberResponseDTO>;
7
- private getSubject;
8
- }
9
- //# sourceMappingURL=directory-group-member-delete.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"directory-group-member-delete.client.d.ts","sourceRoot":"","sources":["../../src/nats/directory-group-member-delete.client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AAElH,qBACa,gCAAgC;IAGlB,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAAV,UAAU,EAAE,WAAW;IAO3D,OAAO,CAAC,KAAK,EAAE,2BAA2B,GAAG,OAAO,CAAC,4BAA4B,CAAC;IAQxF,OAAO,CAAC,UAAU;CAcnB"}
@@ -1,9 +0,0 @@
1
- export interface RemoveGroupMemberRequestDTO {
2
- groupId?: string;
3
- groupExternalId?: string;
4
- userId?: string;
5
- }
6
- export interface RemoveGroupMemberResponseDTO {
7
- removed?: boolean;
8
- }
9
- //# sourceMappingURL=directory-group-member-delete.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"directory-group-member-delete.types.d.ts","sourceRoot":"","sources":["../../src/nats/directory-group-member-delete.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,2BAA2B;IAC1C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAGD,MAAM,WAAW,4BAA4B;IAC3C,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
@@ -1,9 +0,0 @@
1
- import { ClientProxy } from '@nestjs/microservices';
2
- import { AppRegistrationRequestDTO, AppRegistrationResponseDTO } from './ent-appregistry-app-register.types';
3
- export declare class EntAppregistryAppRegisterClient {
4
- private readonly natsClient;
5
- constructor(natsClient: ClientProxy);
6
- request(event: AppRegistrationRequestDTO): Promise<AppRegistrationResponseDTO>;
7
- private getSubject;
8
- }
9
- //# sourceMappingURL=ent-appregistry-app-register.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ent-appregistry-app-register.client.d.ts","sourceRoot":"","sources":["../../src/nats/ent-appregistry-app-register.client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAE7G,qBACa,+BAA+B;IAGjB,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAAV,UAAU,EAAE,WAAW;IAO3D,OAAO,CAAC,KAAK,EAAE,yBAAyB,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAQpF,OAAO,CAAC,UAAU;CAcnB"}
@@ -1,28 +0,0 @@
1
- export interface AppRegistrationRequestDTO {
2
- application?: AppRegistrationDTO;
3
- actions?: FrWseducWebutilsSecuritySecuredAction[];
4
- }
5
- export interface AppRegistrationDTO {
6
- name?: string;
7
- displayName?: string;
8
- appType?: string;
9
- icon?: string;
10
- address?: string;
11
- display?: boolean;
12
- prefix?: string;
13
- customProperties?: {
14
- [k: string]: {
15
- [k: string]: unknown;
16
- };
17
- };
18
- }
19
- export interface FrWseducWebutilsSecuritySecuredAction {
20
- name?: string;
21
- displayName?: string;
22
- type?: string;
23
- }
24
- export interface AppRegistrationResponseDTO {
25
- success?: boolean;
26
- message?: string;
27
- }
28
- //# sourceMappingURL=ent-appregistry-app-register.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ent-appregistry-app-register.types.d.ts","sourceRoot":"","sources":["../../src/nats/ent-appregistry-app-register.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,yBAAyB;IACxC,WAAW,CAAC,EAAE,kBAAkB,CAAC;IACjC,OAAO,CAAC,EAAE,qCAAqC,EAAE,CAAC;CACnD;AACD,MAAM,WAAW,kBAAkB;IACjC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,gBAAgB,CAAC,EAAE;QACjB,CAAC,CAAC,EAAE,MAAM,GAAG;YACX,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;SACtB,CAAC;KACH,CAAC;CACH;AACD,MAAM,WAAW,qCAAqC;IACpD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAGD,MAAM,WAAW,0BAA0B;IACzC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB"}
@@ -1,9 +0,0 @@
1
- import { ClientProxy } from '@nestjs/microservices';
2
- import { ListenAndAnswerDTO, DummyResponseDTO } from './ent-test-listen-reply.types';
3
- export declare class EntTestListenReplyClient {
4
- private readonly natsClient;
5
- constructor(natsClient: ClientProxy);
6
- request(event: ListenAndAnswerDTO): Promise<DummyResponseDTO>;
7
- private getSubject;
8
- }
9
- //# sourceMappingURL=ent-test-listen-reply.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ent-test-listen-reply.client.d.ts","sourceRoot":"","sources":["../../src/nats/ent-test-listen-reply.client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAErF,qBACa,wBAAwB;IAGV,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAAV,UAAU,EAAE,WAAW;IAO3D,OAAO,CAAC,KAAK,EAAE,kBAAkB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAQnE,OAAO,CAAC,UAAU;CAcnB"}
@@ -1,10 +0,0 @@
1
- export interface ListenAndAnswerDTO {
2
- userId?: string;
3
- jobId?: string;
4
- }
5
- export interface DummyResponseDTO {
6
- userId?: string;
7
- jobId?: string;
8
- success?: boolean;
9
- }
10
- //# sourceMappingURL=ent-test-listen-reply.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ent-test-listen-reply.types.d.ts","sourceRoot":"","sources":["../../src/nats/ent-test-listen-reply.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IACjC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAGD,MAAM,WAAW,gBAAgB;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
@@ -1,9 +0,0 @@
1
- import { ClientProxy } from '@nestjs/microservices';
2
- import { ListenOnlyDTO } from './ent-test-listen.types';
3
- export declare class EntTestListenClient {
4
- private readonly natsClient;
5
- constructor(natsClient: ClientProxy);
6
- sendEvent(event: ListenOnlyDTO): Promise<void>;
7
- private getSubject;
8
- }
9
- //# sourceMappingURL=ent-test-listen.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ent-test-listen.client.d.ts","sourceRoot":"","sources":["../../src/nats/ent-test-listen.client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,EAAE,aAAa,EAAI,MAAM,yBAAyB,CAAC;AAE1D,qBACa,mBAAmB;IAGL,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAAV,UAAU,EAAE,WAAW;IAM3D,SAAS,CAAC,KAAK,EAAE,aAAa;IAQpC,OAAO,CAAC,UAAU;CAcnB"}
@@ -1,5 +0,0 @@
1
- export interface ListenOnlyDTO {
2
- userId?: string;
3
- timestamp?: number;
4
- }
5
- //# sourceMappingURL=ent-test-listen.types.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ent-test-listen.types.d.ts","sourceRoot":"","sources":["../../src/nats/ent-test-listen.types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -1,9 +0,0 @@
1
- import { ClientProxy } from '@nestjs/microservices';
2
- import { FetchTranslationsRequestDTO, FetchTranslationsResponseDTO } from './i18n-translations-fetch.types';
3
- export declare class I18nTranslationsFetchClient {
4
- private readonly natsClient;
5
- constructor(natsClient: ClientProxy);
6
- request(event: FetchTranslationsRequestDTO): Promise<FetchTranslationsResponseDTO>;
7
- private getSubject;
8
- }
9
- //# sourceMappingURL=i18n-translations-fetch.client.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"i18n-translations-fetch.client.d.ts","sourceRoot":"","sources":["../../src/nats/i18n-translations-fetch.client.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEpD,OAAO,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,iCAAiC,CAAC;AAE5G,qBACa,2BAA2B;IAGb,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAAV,UAAU,EAAE,WAAW;IAO3D,OAAO,CAAC,KAAK,EAAE,2BAA2B,GAAG,OAAO,CAAC,4BAA4B,CAAC;IAQxF,OAAO,CAAC,UAAU;CAcnB"}