@hugo.ye/common 1.0.143 → 1.0.144
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/build/paginate/dto/filter/guidelines-requirements-item.filter.d.ts +5 -0
- package/build/paginate/dto/filter/guidelines-requirements-item.filter.d.ts.map +1 -0
- package/build/paginate/dto/filter/guidelines-requirements-item.filter.js +28 -0
- package/build/paginate/dto/filter/guidelines-requirements-item.filter.js.map +1 -0
- package/build/paginate/dto/filter/guidelines-requirements.filter.d.ts +5 -0
- package/build/paginate/dto/filter/guidelines-requirements.filter.d.ts.map +1 -0
- package/build/paginate/dto/filter/guidelines-requirements.filter.js +28 -0
- package/build/paginate/dto/filter/guidelines-requirements.filter.js.map +1 -0
- package/build/paginate/dto/filter/index.d.ts +2 -0
- package/build/paginate/dto/filter/index.d.ts.map +1 -1
- package/build/paginate/dto/filter/index.js +2 -0
- package/build/paginate/dto/filter/index.js.map +1 -1
- package/build/paginate/dto/guidelines-requirements-item.paginate.dto.d.ts +5 -0
- package/build/paginate/dto/guidelines-requirements-item.paginate.dto.d.ts.map +1 -0
- package/build/paginate/dto/guidelines-requirements-item.paginate.dto.js +29 -0
- package/build/paginate/dto/guidelines-requirements-item.paginate.dto.js.map +1 -0
- package/build/paginate/dto/guidelines-requirements.paginate.dto.d.ts +5 -0
- package/build/paginate/dto/guidelines-requirements.paginate.dto.d.ts.map +1 -0
- package/build/paginate/dto/guidelines-requirements.paginate.dto.js +29 -0
- package/build/paginate/dto/guidelines-requirements.paginate.dto.js.map +1 -0
- package/build/paginate/dto/index.d.ts +2 -0
- package/build/paginate/dto/index.d.ts.map +1 -1
- package/build/paginate/dto/index.js +2 -0
- package/build/paginate/dto/index.js.map +1 -1
- package/build/paginate/subs/guidelines-requirements-item-paginate.d.ts +5 -0
- package/build/paginate/subs/guidelines-requirements-item-paginate.d.ts.map +1 -0
- package/build/paginate/subs/guidelines-requirements-item-paginate.js +23 -0
- package/build/paginate/subs/guidelines-requirements-item-paginate.js.map +1 -0
- package/build/paginate/subs/guidelines-requirements-paginate.d.ts +5 -0
- package/build/paginate/subs/guidelines-requirements-paginate.d.ts.map +1 -0
- package/build/paginate/subs/guidelines-requirements-paginate.js +23 -0
- package/build/paginate/subs/guidelines-requirements-paginate.js.map +1 -0
- package/build/paginate/subs/index.d.ts +2 -0
- package/build/paginate/subs/index.d.ts.map +1 -1
- package/build/paginate/subs/index.js +2 -0
- package/build/paginate/subs/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guidelines-requirements-item.filter.d.ts","sourceRoot":"","sources":["../../../../src/paginate/dto/filter/guidelines-requirements-item.filter.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAE7C,qBACa,gCAAiC,SAAQ,cAAc;IAMhE,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CACnB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { Field, InputType } from "@nestjs/graphql";
|
|
11
|
+
import { Type } from "class-transformer";
|
|
12
|
+
import { IsArray, IsOptional } from "class-validator";
|
|
13
|
+
import { AbstractFilter } from "../../../index.js";
|
|
14
|
+
let GuidelinesRequirementsItemFilter = class GuidelinesRequirementsItemFilter extends AbstractFilter {
|
|
15
|
+
text;
|
|
16
|
+
};
|
|
17
|
+
__decorate([
|
|
18
|
+
IsArray(),
|
|
19
|
+
Field(() => [String], { nullable: true }),
|
|
20
|
+
Type(() => String),
|
|
21
|
+
IsOptional(),
|
|
22
|
+
__metadata("design:type", Array)
|
|
23
|
+
], GuidelinesRequirementsItemFilter.prototype, "text", void 0);
|
|
24
|
+
GuidelinesRequirementsItemFilter = __decorate([
|
|
25
|
+
InputType()
|
|
26
|
+
], GuidelinesRequirementsItemFilter);
|
|
27
|
+
export { GuidelinesRequirementsItemFilter };
|
|
28
|
+
//# sourceMappingURL=guidelines-requirements-item.filter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guidelines-requirements-item.filter.js","sourceRoot":"","sources":["../../../../src/paginate/dto/filter/guidelines-requirements-item.filter.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAGtC,IAAM,gCAAgC,GAAtC,MAAM,gCAAiC,SAAQ,cAAc;IAMhE,IAAI,CAAY;CACnB,CAAA;AADG;IAJC,OAAO,EAAE;IACT,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACzC,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,UAAU,EAAE;;8DACG;AANP,gCAAgC;IAD5C,SAAS,EAAE;GACC,gCAAgC,CAO5C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guidelines-requirements.filter.d.ts","sourceRoot":"","sources":["../../../../src/paginate/dto/filter/guidelines-requirements.filter.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAE7C,qBACa,4BAA6B,SAAQ,cAAc;IAM5D,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC;CAEnB"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { Field, InputType } from "@nestjs/graphql";
|
|
11
|
+
import { Type } from "class-transformer";
|
|
12
|
+
import { IsArray, IsOptional } from "class-validator";
|
|
13
|
+
import { AbstractFilter } from "../../../index.js";
|
|
14
|
+
let GuidelinesRequirementsFilter = class GuidelinesRequirementsFilter extends AbstractFilter {
|
|
15
|
+
note;
|
|
16
|
+
};
|
|
17
|
+
__decorate([
|
|
18
|
+
IsArray(),
|
|
19
|
+
Field(() => [String], { nullable: true }),
|
|
20
|
+
Type(() => String),
|
|
21
|
+
IsOptional(),
|
|
22
|
+
__metadata("design:type", Array)
|
|
23
|
+
], GuidelinesRequirementsFilter.prototype, "note", void 0);
|
|
24
|
+
GuidelinesRequirementsFilter = __decorate([
|
|
25
|
+
InputType()
|
|
26
|
+
], GuidelinesRequirementsFilter);
|
|
27
|
+
export { GuidelinesRequirementsFilter };
|
|
28
|
+
//# sourceMappingURL=guidelines-requirements.filter.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guidelines-requirements.filter.js","sourceRoot":"","sources":["../../../../src/paginate/dto/filter/guidelines-requirements.filter.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAGtC,IAAM,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,cAAc;IAM5D,IAAI,CAAY;CAEnB,CAAA;AAFG;IAJC,OAAO,EAAE;IACT,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACzC,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC;IAClB,UAAU,EAAE;;0DACG;AANP,4BAA4B;IADxC,SAAS,EAAE;GACC,4BAA4B,CAQxC"}
|
|
@@ -17,4 +17,6 @@ export * from './country.filter.ts';
|
|
|
17
17
|
export * from './service-fee.filte.ts';
|
|
18
18
|
export * from './service.filter.ts';
|
|
19
19
|
export * from './role.filter.ts';
|
|
20
|
+
export * from './guidelines-requirements.filter.ts';
|
|
21
|
+
export * from './guidelines-requirements-item.filter.ts';
|
|
20
22
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/paginate/dto/filter/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/paginate/dto/filter/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qCAAqC,CAAC;AACpD,cAAc,0CAA0C,CAAC"}
|
|
@@ -17,4 +17,6 @@ export * from "./country.filter.js";
|
|
|
17
17
|
export * from "./service-fee.filte.js";
|
|
18
18
|
export * from "./service.filter.js";
|
|
19
19
|
export * from "./role.filter.js";
|
|
20
|
+
export * from "./guidelines-requirements.filter.js";
|
|
21
|
+
export * from "./guidelines-requirements-item.filter.js";
|
|
20
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/paginate/dto/filter/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/paginate/dto/filter/index.ts"],"names":[],"mappings":"AAAA,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,uBAAuB,CAAC;AACtC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kBAAkB,CAAC;AACjC,cAAc,qCAAqC,CAAC;AACpD,cAAc,0CAA0C,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { AbstractPaginateDto, GuidelinesRequirementsItemFilter } from "../../index.js";
|
|
2
|
+
export declare class GuidelinesRequirementsItemPaginateDto extends AbstractPaginateDto {
|
|
3
|
+
filter?: typeof GuidelinesRequirementsItemFilter;
|
|
4
|
+
}
|
|
5
|
+
//# sourceMappingURL=guidelines-requirements-item.paginate.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guidelines-requirements-item.paginate.dto.d.ts","sourceRoot":"","sources":["../../../src/paginate/dto/guidelines-requirements-item.paginate.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,gCAAgC,EAAE,MAAM,aAAa,CAAC;AAIpF,qBACa,qCAAsC,SAAQ,mBAAmB;IAO1E,MAAM,CAAC,EAAE,OAAO,gCAAgC,CAAA;CACnD"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { Field, InputType } from "@nestjs/graphql";
|
|
11
|
+
import { AbstractPaginateDto, GuidelinesRequirementsItemFilter } from "../../index.js";
|
|
12
|
+
import { IsObject, IsOptional, ValidateNested } from "class-validator";
|
|
13
|
+
import { Type } from "class-transformer";
|
|
14
|
+
let GuidelinesRequirementsItemPaginateDto = class GuidelinesRequirementsItemPaginateDto extends AbstractPaginateDto {
|
|
15
|
+
filter;
|
|
16
|
+
};
|
|
17
|
+
__decorate([
|
|
18
|
+
IsObject({ each: true }),
|
|
19
|
+
Field(() => GuidelinesRequirementsItemFilter, { nullable: true }),
|
|
20
|
+
ValidateNested(),
|
|
21
|
+
Type(() => GuidelinesRequirementsItemFilter),
|
|
22
|
+
IsOptional(),
|
|
23
|
+
__metadata("design:type", Object)
|
|
24
|
+
], GuidelinesRequirementsItemPaginateDto.prototype, "filter", void 0);
|
|
25
|
+
GuidelinesRequirementsItemPaginateDto = __decorate([
|
|
26
|
+
InputType()
|
|
27
|
+
], GuidelinesRequirementsItemPaginateDto);
|
|
28
|
+
export { GuidelinesRequirementsItemPaginateDto };
|
|
29
|
+
//# sourceMappingURL=guidelines-requirements-item.paginate.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guidelines-requirements-item.paginate.dto.js","sourceRoot":"","sources":["../../../src/paginate/dto/guidelines-requirements-item.paginate.dto.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,gCAAgC,EAAE,MAAM,aAAa,CAAC;AACpF,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACvE,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAGlC,IAAM,qCAAqC,GAA3C,MAAM,qCAAsC,SAAQ,mBAAmB;IAO1E,MAAM,CAA0C;CACnD,CAAA;AADG;IALC,QAAQ,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,KAAK,CAAC,GAAG,EAAE,CAAC,gCAAgC,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACjE,cAAc,EAAE;IAChB,IAAI,CAAC,GAAG,EAAE,CAAC,gCAAgC,CAAC;IAC5C,UAAU,EAAE;;qEACmC;AAPvC,qCAAqC;IADjD,SAAS,EAAE;GACC,qCAAqC,CAQjD"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { AbstractPaginateDto, GuidelinesRequirementsFilter } from "../../index.js";
|
|
2
|
+
export declare class GuidelinesRequirementsPaginateDto extends AbstractPaginateDto {
|
|
3
|
+
filter?: typeof GuidelinesRequirementsFilter;
|
|
4
|
+
}
|
|
5
|
+
//# sourceMappingURL=guidelines-requirements.paginate.dto.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guidelines-requirements.paginate.dto.d.ts","sourceRoot":"","sources":["../../../src/paginate/dto/guidelines-requirements.paginate.dto.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,mBAAmB,EAAE,4BAA4B,EAAE,MAAM,aAAa,CAAC;AAIhF,qBACa,iCAAkC,SAAQ,mBAAmB;IAOtE,MAAM,CAAC,EAAE,OAAO,4BAA4B,CAAA;CAC/C"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { Field, InputType } from "@nestjs/graphql";
|
|
11
|
+
import { AbstractPaginateDto, GuidelinesRequirementsFilter } from "../../index.js";
|
|
12
|
+
import { IsObject, IsOptional, ValidateNested } from "class-validator";
|
|
13
|
+
import { Type } from "class-transformer";
|
|
14
|
+
let GuidelinesRequirementsPaginateDto = class GuidelinesRequirementsPaginateDto extends AbstractPaginateDto {
|
|
15
|
+
filter;
|
|
16
|
+
};
|
|
17
|
+
__decorate([
|
|
18
|
+
IsObject({ each: true }),
|
|
19
|
+
Field(() => GuidelinesRequirementsFilter, { nullable: true }),
|
|
20
|
+
ValidateNested(),
|
|
21
|
+
Type(() => GuidelinesRequirementsFilter),
|
|
22
|
+
IsOptional(),
|
|
23
|
+
__metadata("design:type", Object)
|
|
24
|
+
], GuidelinesRequirementsPaginateDto.prototype, "filter", void 0);
|
|
25
|
+
GuidelinesRequirementsPaginateDto = __decorate([
|
|
26
|
+
InputType()
|
|
27
|
+
], GuidelinesRequirementsPaginateDto);
|
|
28
|
+
export { GuidelinesRequirementsPaginateDto };
|
|
29
|
+
//# sourceMappingURL=guidelines-requirements.paginate.dto.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guidelines-requirements.paginate.dto.js","sourceRoot":"","sources":["../../../src/paginate/dto/guidelines-requirements.paginate.dto.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,mBAAmB,EAAE,4BAA4B,EAAE,MAAM,aAAa,CAAC;AAChF,OAAO,EAAE,QAAQ,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACvE,OAAO,EAAE,IAAI,EAAE,MAAM,mBAAmB,CAAC;AAGlC,IAAM,iCAAiC,GAAvC,MAAM,iCAAkC,SAAQ,mBAAmB;IAOtE,MAAM,CAAsC;CAC/C,CAAA;AADG;IALC,QAAQ,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACxB,KAAK,CAAC,GAAG,EAAE,CAAC,4BAA4B,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAC7D,cAAc,EAAE;IAChB,IAAI,CAAC,GAAG,EAAE,CAAC,4BAA4B,CAAC;IACxC,UAAU,EAAE;;iEAC+B;AAPnC,iCAAiC;IAD7C,SAAS,EAAE;GACC,iCAAiC,CAQ7C"}
|
|
@@ -18,4 +18,6 @@ export * from './country.paginate.dto.ts';
|
|
|
18
18
|
export * from './service-fee.paginate.dto.ts';
|
|
19
19
|
export * from './service.paginate.dto.ts';
|
|
20
20
|
export * from './role.paginate.dto.ts';
|
|
21
|
+
export * from './guidelines-requirements.paginate.dto.ts';
|
|
22
|
+
export * from './guidelines-requirements-item.paginate.dto.ts';
|
|
21
23
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/paginate/dto/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/paginate/dto/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,2CAA2C,CAAC;AAC1D,cAAc,gDAAgD,CAAC"}
|
|
@@ -18,4 +18,6 @@ export * from "./country.paginate.dto.js";
|
|
|
18
18
|
export * from "./service-fee.paginate.dto.js";
|
|
19
19
|
export * from "./service.paginate.dto.js";
|
|
20
20
|
export * from "./role.paginate.dto.js";
|
|
21
|
+
export * from "./guidelines-requirements.paginate.dto.js";
|
|
22
|
+
export * from "./guidelines-requirements-item.paginate.dto.js";
|
|
21
23
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/paginate/dto/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/paginate/dto/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,wBAAwB,CAAC;AACvC,cAAc,2CAA2C,CAAC;AAC1D,cAAc,gDAAgD,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { GuidelinesRequirementsItemEntity, AbstractPaginate } from "../../index.js";
|
|
2
|
+
export declare class GuidelinesRequirementsItemPaginate extends AbstractPaginate {
|
|
3
|
+
data: GuidelinesRequirementsItemEntity[];
|
|
4
|
+
}
|
|
5
|
+
//# sourceMappingURL=guidelines-requirements-item-paginate.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guidelines-requirements-item-paginate.d.ts","sourceRoot":"","sources":["../../../src/paginate/subs/guidelines-requirements-item-paginate.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gCAAgC,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAEjF,qBACa,kCAAmC,SAAQ,gBAAgB;IAEpE,IAAI,EAAE,gCAAgC,EAAE,CAAA;CAC3C"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { Field, ObjectType } from "@nestjs/graphql";
|
|
11
|
+
import { GuidelinesRequirementsItemEntity, AbstractPaginate } from "../../index.js";
|
|
12
|
+
let GuidelinesRequirementsItemPaginate = class GuidelinesRequirementsItemPaginate extends AbstractPaginate {
|
|
13
|
+
data;
|
|
14
|
+
};
|
|
15
|
+
__decorate([
|
|
16
|
+
Field(() => [GuidelinesRequirementsItemEntity]),
|
|
17
|
+
__metadata("design:type", Array)
|
|
18
|
+
], GuidelinesRequirementsItemPaginate.prototype, "data", void 0);
|
|
19
|
+
GuidelinesRequirementsItemPaginate = __decorate([
|
|
20
|
+
ObjectType()
|
|
21
|
+
], GuidelinesRequirementsItemPaginate);
|
|
22
|
+
export { GuidelinesRequirementsItemPaginate };
|
|
23
|
+
//# sourceMappingURL=guidelines-requirements-item-paginate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guidelines-requirements-item-paginate.js","sourceRoot":"","sources":["../../../src/paginate/subs/guidelines-requirements-item-paginate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,gCAAgC,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAG1E,IAAM,kCAAkC,GAAxC,MAAM,kCAAmC,SAAQ,gBAAgB;IAEpE,IAAI,CAAoC;CAC3C,CAAA;AADG;IADC,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,gCAAgC,CAAC,CAAC;;gEACR;AAF/B,kCAAkC;IAD9C,UAAU,EAAE;GACA,kCAAkC,CAG9C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guidelines-requirements-paginate.d.ts","sourceRoot":"","sources":["../../../src/paginate/subs/guidelines-requirements-paginate.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE7E,qBACa,8BAA+B,SAAQ,gBAAgB;IAEhE,IAAI,EAAE,4BAA4B,EAAE,CAAA;CACvC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
+
};
|
|
7
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
8
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
9
|
+
};
|
|
10
|
+
import { Field, ObjectType } from "@nestjs/graphql";
|
|
11
|
+
import { GuidelinesRequirementsEntity, AbstractPaginate } from "../../index.js";
|
|
12
|
+
let GuidelinesRequirementsPaginate = class GuidelinesRequirementsPaginate extends AbstractPaginate {
|
|
13
|
+
data;
|
|
14
|
+
};
|
|
15
|
+
__decorate([
|
|
16
|
+
Field(() => [GuidelinesRequirementsEntity]),
|
|
17
|
+
__metadata("design:type", Array)
|
|
18
|
+
], GuidelinesRequirementsPaginate.prototype, "data", void 0);
|
|
19
|
+
GuidelinesRequirementsPaginate = __decorate([
|
|
20
|
+
ObjectType()
|
|
21
|
+
], GuidelinesRequirementsPaginate);
|
|
22
|
+
export { GuidelinesRequirementsPaginate };
|
|
23
|
+
//# sourceMappingURL=guidelines-requirements-paginate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"guidelines-requirements-paginate.js","sourceRoot":"","sources":["../../../src/paginate/subs/guidelines-requirements-paginate.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,4BAA4B,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAGtE,IAAM,8BAA8B,GAApC,MAAM,8BAA+B,SAAQ,gBAAgB;IAEhE,IAAI,CAAgC;CACvC,CAAA;AADG;IADC,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,4BAA4B,CAAC,CAAC;;4DACR;AAF3B,8BAA8B;IAD1C,UAAU,EAAE;GACA,8BAA8B,CAG1C"}
|
|
@@ -17,4 +17,6 @@ export * from './country-paginate.ts';
|
|
|
17
17
|
export * from './service-paginate.ts';
|
|
18
18
|
export * from './service-fee-paginate.ts';
|
|
19
19
|
export * from './role-paginate.ts';
|
|
20
|
+
export * from './guidelines-requirements-paginate.ts';
|
|
21
|
+
export * from './guidelines-requirements-item-paginate.ts';
|
|
20
22
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/paginate/subs/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/paginate/subs/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,uCAAuC,CAAC;AACtD,cAAc,4CAA4C,CAAC"}
|
|
@@ -17,4 +17,6 @@ export * from "./country-paginate.js";
|
|
|
17
17
|
export * from "./service-paginate.js";
|
|
18
18
|
export * from "./service-fee-paginate.js";
|
|
19
19
|
export * from "./role-paginate.js";
|
|
20
|
+
export * from "./guidelines-requirements-paginate.js";
|
|
21
|
+
export * from "./guidelines-requirements-item-paginate.js";
|
|
20
22
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/paginate/subs/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/paginate/subs/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,qBAAqB,CAAC;AACpC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,0BAA0B,CAAC;AACzC,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,uCAAuC,CAAC;AACtD,cAAc,4CAA4C,CAAC"}
|