pg-mvc-service 2.0.61 → 2.0.63

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 (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import { AxiosResponse } from "axios";
2
2
  import { Request, Response } from 'express';
3
3
  import { Pool, PoolClient } from 'pg';
4
4
  import { ErrorMessageType, IncomingHttpHeaders } from './src/reqestResponse/RequestType';
5
- import { ArrayType, EnumType, ObjectType, PrimitiveType } from './src/reqestResponse/ReqResType';
5
+ import { ArrayType, EnumType, MapType, ObjectType, PrimitiveType } from './src/reqestResponse/ReqResType';
6
6
 
7
7
  import { MethodType } from './src/Service';
8
8
  export { MethodType } from './src/Service';
@@ -90,7 +90,7 @@ declare module 'pg-mvc-service' {
90
90
  }
91
91
  export function createSwagger(services: Service[], name: string, url: string, params: Array<IParams>): string;
92
92
 
93
- export type PropertyType = PrimitiveType | ObjectType | ArrayType | EnumType;
93
+ export type PropertyType = PrimitiveType | ObjectType | ArrayType | EnumType | MapType;
94
94
 
95
95
  export class RequestType {
96
96
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pg-mvc-service",
3
- "version": "2.0.61",
3
+ "version": "2.0.63",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/n-daira/npm-pack_mvc-service#readme",
6
6
  "bugs": {