grm-shared-library 1.1.102 → 1.1.103
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/dist/cjs/modules/user/index.js +1 -1
- package/dist/cjs/modules/user/index.js.map +1 -1
- package/dist/cjs/modules/user/interfaces/{add-guardian-response.js → guardians-response.js} +1 -1
- package/dist/cjs/modules/user/interfaces/guardians-response.js.map +1 -0
- package/dist/esm/modules/user/index.js +1 -1
- package/dist/esm/modules/user/index.js.map +1 -1
- package/dist/esm/modules/user/interfaces/guardians-response.js +2 -0
- package/dist/esm/modules/user/interfaces/guardians-response.js.map +1 -0
- package/dist/types/modules/user/index.d.ts +1 -1
- package/dist/types/modules/user/interfaces/guardians-response.d.ts +10 -0
- package/package.json +1 -1
- package/dist/cjs/modules/user/interfaces/add-guardian-response.js.map +0 -1
- package/dist/esm/modules/user/interfaces/add-guardian-response.js +0 -2
- package/dist/esm/modules/user/interfaces/add-guardian-response.js.map +0 -1
- package/dist/types/modules/user/interfaces/add-guardian-response.d.ts +0 -6
|
@@ -27,5 +27,5 @@ __exportStar(require("./interfaces/user-context"), exports);
|
|
|
27
27
|
__exportStar(require("./interfaces/access-scope"), exports);
|
|
28
28
|
__exportStar(require("./interfaces/guardian"), exports);
|
|
29
29
|
__exportStar(require("./interfaces/guardian-relation"), exports);
|
|
30
|
-
__exportStar(require("./interfaces/
|
|
30
|
+
__exportStar(require("./interfaces/guardians-response"), exports);
|
|
31
31
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/user/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AACvC,yDAAuC;AACvC,sDAAoC;AACpC,sEAAoD;AACpD,6EAA2D;AAE3D,2DAAyC;AACzC,qEAAmD;AACnD,wEAAsD;AAEtD,oDAAkC;AAClC,4DAA0C;AAC1C,4DAA0C;AAC1C,wDAAsC;AACtC,iEAA+C;AAC/C,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/user/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yDAAuC;AACvC,yDAAuC;AACvC,sDAAoC;AACpC,sEAAoD;AACpD,6EAA2D;AAE3D,2DAAyC;AACzC,qEAAmD;AACnD,wEAAsD;AAEtD,oDAAkC;AAClC,4DAA0C;AAC1C,4DAA0C;AAC1C,wDAAsC;AACtC,iEAA+C;AAC/C,kEAAgD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guardians-response.js","sourceRoot":"","sources":["../../../../../src/modules/user/interfaces/guardians-response.ts"],"names":[],"mappings":""}
|
|
@@ -11,5 +11,5 @@ export * from './interfaces/user-context';
|
|
|
11
11
|
export * from './interfaces/access-scope';
|
|
12
12
|
export * from './interfaces/guardian';
|
|
13
13
|
export * from './interfaces/guardian-relation';
|
|
14
|
-
export * from './interfaces/
|
|
14
|
+
export * from './interfaces/guardians-response';
|
|
15
15
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/user/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qCAAqC,CAAC;AACpD,cAAc,4CAA4C,CAAC;AAE3D,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,uCAAuC,CAAC;AAEtD,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/modules/user/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qCAAqC,CAAC;AACpD,cAAc,4CAA4C,CAAC;AAE3D,cAAc,0BAA0B,CAAC;AACzC,cAAc,oCAAoC,CAAC;AACnD,cAAc,uCAAuC,CAAC;AAEtD,cAAc,mBAAmB,CAAC;AAClC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,iCAAiC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guardians-response.js","sourceRoot":"","sources":["../../../../../src/modules/user/interfaces/guardians-response.ts"],"names":[],"mappings":""}
|
|
@@ -11,4 +11,4 @@ export * from './interfaces/user-context';
|
|
|
11
11
|
export * from './interfaces/access-scope';
|
|
12
12
|
export * from './interfaces/guardian';
|
|
13
13
|
export * from './interfaces/guardian-relation';
|
|
14
|
-
export * from './interfaces/
|
|
14
|
+
export * from './interfaces/guardians-response';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Guardian } from "./guardian";
|
|
2
|
+
import { GuardianRelation } from "./guardian-relation";
|
|
3
|
+
/**
|
|
4
|
+
* Response structure for guardian-related operations.
|
|
5
|
+
* Contains both external guardian contacts and system guardian relationships.
|
|
6
|
+
*/
|
|
7
|
+
export interface GuardiansResponse {
|
|
8
|
+
externalGuardians: Guardian[];
|
|
9
|
+
systemGuardians: GuardianRelation[];
|
|
10
|
+
}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"add-guardian-response.js","sourceRoot":"","sources":["../../../../../src/modules/user/interfaces/add-guardian-response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"add-guardian-response.js","sourceRoot":"","sources":["../../../../../src/modules/user/interfaces/add-guardian-response.ts"],"names":[],"mappings":""}
|