@openbox/shared-types 0.6.52 → 0.6.53
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/lib/church/Filters/Customers/GetMany/Request.d.ts +2 -0
- package/lib/church/Filters/Customers/GetMany/Request.js.map +1 -0
- package/lib/church/Filters/Customers/GetMany/Response.d.ts +7 -0
- package/lib/church/Filters/Customers/GetMany/Response.js.map +1 -0
- package/lib/church/Filters/Customers/GetSingle/Response.d.ts +2 -0
- package/lib/church/Filters/Customers/GetSingle/Response.js.map +1 -0
- package/lib/church/Filters/Customers/index.js.map +1 -0
- package/lib/church/Filters/index.js.map +1 -0
- package/lib/church/index.d.ts +1 -0
- package/lib/church/index.js +1 -0
- package/lib/church/index.js.map +1 -1
- package/lib/fileCenter/index.d.ts +0 -1
- package/lib/fileCenter/index.js +0 -1
- package/lib/fileCenter/index.js.map +1 -1
- package/package.json +1 -1
- package/lib/fileCenter/Filters/Customers/GetMany/Request.d.ts +0 -2
- package/lib/fileCenter/Filters/Customers/GetMany/Request.js.map +0 -1
- package/lib/fileCenter/Filters/Customers/GetMany/Response.d.ts +0 -7
- package/lib/fileCenter/Filters/Customers/GetMany/Response.js.map +0 -1
- package/lib/fileCenter/Filters/Customers/GetSingle/Response.d.ts +0 -2
- package/lib/fileCenter/Filters/Customers/GetSingle/Response.js.map +0 -1
- package/lib/fileCenter/Filters/Customers/index.js.map +0 -1
- package/lib/fileCenter/Filters/index.js.map +0 -1
- /package/lib/{fileCenter → church}/Filters/Customers/GetMany/Request.js +0 -0
- /package/lib/{fileCenter → church}/Filters/Customers/GetMany/Response.js +0 -0
- /package/lib/{fileCenter → church}/Filters/Customers/GetSingle/Response.js +0 -0
- /package/lib/{fileCenter → church}/Filters/Customers/index.d.ts +0 -0
- /package/lib/{fileCenter → church}/Filters/Customers/index.js +0 -0
- /package/lib/{fileCenter → church}/Filters/index.d.ts +0 -0
- /package/lib/{fileCenter → church}/Filters/index.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../../src/church/Filters/Customers/GetMany/Request.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { GetManyResponse } from '../../../../interfaces';
|
|
2
|
+
import { ChurchFiltersCustomersGetSingleResponse } from '../GetSingle/Response';
|
|
3
|
+
export type ChurchFiltersCustomersGetManyResponse = GetManyResponse & {
|
|
4
|
+
data: Array<ChurchFiltersCustomersGetSingleResponse & {
|
|
5
|
+
index: number;
|
|
6
|
+
}>;
|
|
7
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/church/Filters/Customers/GetMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/church/Filters/Customers/GetSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/church/Filters/Customers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAiC;AACjC,qDAAkC;AAClC,uDAAoC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/church/Filters/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA2B"}
|
package/lib/church/index.d.ts
CHANGED
package/lib/church/index.js
CHANGED
|
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./Filters"), exports);
|
|
17
18
|
__exportStar(require("./Meetings"), exports);
|
|
18
19
|
__exportStar(require("./MeetingsAttendees"), exports);
|
|
19
20
|
__exportStar(require("./Settings"), exports);
|
package/lib/church/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/church/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA0B;AAC1B,sDAAmC;AACnC,6CAA0B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/church/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAAyB;AACzB,6CAA0B;AAC1B,sDAAmC;AACnC,6CAA0B"}
|
package/lib/fileCenter/index.js
CHANGED
|
@@ -16,5 +16,4 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./FileCenter"), exports);
|
|
18
18
|
__exportStar(require("./fileCenter.enums"), exports);
|
|
19
|
-
__exportStar(require("./Filters"), exports);
|
|
20
19
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/fileCenter/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA4B;AAC5B,qDAAkC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/fileCenter/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA4B;AAC5B,qDAAkC"}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Request.js","sourceRoot":"","sources":["../../../../../src/fileCenter/Filters/Customers/GetMany/Request.ts"],"names":[],"mappings":""}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { GetManyResponse } from '../../../../interfaces';
|
|
2
|
-
import { FileCenterFiltersCustomersGetSingleResponse } from '../GetSingle/Response';
|
|
3
|
-
export type FileCenterFiltersCustomersGetManyResponse = GetManyResponse & {
|
|
4
|
-
data: Array<FileCenterFiltersCustomersGetSingleResponse & {
|
|
5
|
-
index: number;
|
|
6
|
-
}>;
|
|
7
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/fileCenter/Filters/Customers/GetMany/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Response.js","sourceRoot":"","sources":["../../../../../src/fileCenter/Filters/Customers/GetSingle/Response.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/fileCenter/Filters/Customers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAiC;AACjC,qDAAkC;AAClC,uDAAoC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/fileCenter/Filters/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA2B"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|