New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mglib-sos2001

Package Overview
Dependencies
Maintainers
2
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mglib-sos2001 - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

12

MGLib_SOS2001_WEBAPI.d.ts

@@ -84,2 +84,11 @@ import 'whatwg-fetch';

}
interface SosSearchView extends Object {
Cod_ban?: number;
Lis_ins?: string;
Prg_ori?: number;
Aut_man?: string;
Prg_si2?: number;
Prg_dat?: number;
Rag_Soc?: string;
}
interface YodaTableServiceParmsData extends Object {

@@ -98,2 +107,5 @@ OnlyRowCount?: boolean;

static ACTION_ListSosAna: string;
/** List Sos Search */
listSosSpSearch(filter: string, _yoda_svc_options?: YODA.RequestOptions): Promise<YODA.YodaServiceResult<SosSearchView[]>>;
static ACTION_ListSosSpSearch: string;
/** List Files by parameters */

@@ -100,0 +112,0 @@ list(parms: FileViewListParms, jtStartIndex: number, jtPageSize: number, jtSorting: string, _yoda_svc_options?: YODA.RequestOptions): Promise<YODA.YodaTableServiceResult<FileView>>;

12

MGLib_SOS2001_WEBAPI.js

@@ -11,3 +11,3 @@ //velocity

//
// Created by MGCode on: 02-09-2016 17:53:38
// Created by MGCode on: 12-09-2016 12:14:48
// --------------------------------------------------------

@@ -178,2 +178,10 @@ require('whatwg-fetch');

};
/** List Sos Search */
TestClient.prototype.listSosSpSearch = function (filter, _yoda_svc_options) {
if (_yoda_svc_options == null)
_yoda_svc_options = { verb: "GET" };
else
_yoda_svc_options.verb = "GET";
return this.execute("Test/ListSosSpSearch", { filter: filter }, _yoda_svc_options);
};
/** List Files by parameters */

@@ -190,2 +198,4 @@ TestClient.prototype.list = function (parms, jtStartIndex, jtPageSize, jtSorting, _yoda_svc_options) {

TestClient.ACTION_ListSosAna = "Test/ListSosAna";
// TABLE ACTION: ListSosSpSearch
TestClient.ACTION_ListSosSpSearch = "Test/ListSosSpSearch";
// TABLE ACTION: List

@@ -192,0 +202,0 @@ TestClient.ACTION_List = "Test/List";

2

package.json
{
"name": "mglib-sos2001",
"version": "1.0.16",
"version": "1.0.17",
"description": "mglib-sos2001",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,1 +0,1 @@

# mglib-sos2001 1.0.16
# mglib-sos2001 1.0.17

@@ -6,3 +6,3 @@ //velocity

//
// Created by MGCode on: 02-09-2016 17:53:38
// Created by MGCode on: 12-09-2016 12:14:48
// --------------------------------------------------------

@@ -222,2 +222,11 @@

}
export interface SosSearchView extends Object{
Cod_ban? : number;
Lis_ins? : string;
Prg_ori? : number;
Aut_man? : string;
Prg_si2? : number;
Prg_dat? : number;
Rag_Soc? : string;
}
export interface YodaTableServiceParmsData extends Object{

@@ -272,2 +281,17 @@ OnlyRowCount? : boolean;

/** List Sos Search */
listSosSpSearch( filter: string, _yoda_svc_options?: YODA.RequestOptions) : Promise<YODA.YodaServiceResult<SosSearchView[]>> {
if ( _yoda_svc_options == null ) _yoda_svc_options = {verb : "GET"}; else _yoda_svc_options.verb = "GET";
return this.execute("Test/ListSosSpSearch", {filter:filter} , _yoda_svc_options);
}
// TABLE ACTION: ListSosSpSearch
static ACTION_ListSosSpSearch = "Test/ListSosSpSearch";
/** List Files by parameters */

@@ -274,0 +298,0 @@ list( parms: FileViewListParms, jtStartIndex: number, jtPageSize: number, jtSorting: string, _yoda_svc_options?: YODA.RequestOptions) : Promise<YODA.YodaTableServiceResult<FileView>> {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc