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

asma-genql-directory

Package Overview
Dependencies
Maintainers
7
Versions
293
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asma-genql-directory - npm Package Compare versions

Comparing version

to
1.2.90

pnpm-lock.yaml

3

lib/generated/index.d.ts

@@ -187,3 +187,3 @@ import {

readonly customer_user_features_pkey: 'customer_user_features_pkey'
readonly idx_customer_user_features: 'idx_customer_user_features'
readonly idx_customer_user_features_with_genesis_set: 'idx_customer_user_features_with_genesis_set'
}

@@ -369,2 +369,3 @@

readonly calendar_EventsRequestsAccess: 'calendar_EventsRequestsAccess'
readonly calendar_MultipleSelectRecipientsAccess: 'calendar_MultipleSelectRecipientsAccess'
readonly calendar_OutlookAccess: 'calendar_OutlookAccess'

@@ -371,0 +372,0 @@ readonly calendar_Requests: 'calendar_Requests'

@@ -146,3 +146,4 @@ import {

customer_user_features_pkey: 'customer_user_features_pkey',
idx_customer_user_features: 'idx_customer_user_features',
idx_customer_user_features_with_genesis_set:
'idx_customer_user_features_with_genesis_set',
}

@@ -333,2 +334,4 @@

calendar_EventsRequestsAccess: 'calendar_EventsRequestsAccess',
calendar_MultipleSelectRecipientsAccess:
'calendar_MultipleSelectRecipientsAccess',
calendar_OutlookAccess: 'calendar_OutlookAccess',

@@ -335,0 +338,0 @@ calendar_Requests: 'calendar_Requests',

{
"name": "asma-genql-directory",
"version": "1.2.89",
"description": "autogen for directory srv",
"main": "lib/index.js",
"types": "lib",
"type": "module",
"author": "ie",
"license": "ISC",
"devDependencies": {
"@genql/cli": "^2.10.0",
"typescript": "^5.1.3"
},
"dependencies": {
"@genql/runtime": "^2.10.0",
"graphql": "^16.8.1"
},
"scripts": {
"build": "npx tsc && npx tsc -p . && yarn clean && yarn copy-files",
"clean": "rm -rf ./lib/generated/",
"pub:inc": "npm version patch && npm publish",
"copy-files": "cp -r ./src/generated/ ./lib/generated/",
"build:win": "npx tsc && npx tsc -p . && yarn clean:win && yarn copy-files:win",
"clean:win": "del \".\\lib\\generated\"",
"copy-files:win": "xcopy .\\src\\generated\\ .\\lib\\generated\\",
"genql:dev": "genql --endpoint https://dev.adopus.no/api/directory/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: oUf822vk7z3oYPCpc\" -H \"x-hasura-role: genql\"",
"genql:local": "genql --endpoint http://localhost:7001/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: srvdirectory\"",
"test": "echo \"Error: no test specified\" && exit 1"
}
}
"name": "asma-genql-directory",
"version": "1.2.90",
"description": "autogen for directory srv",
"main": "lib/index.js",
"types": "lib",
"type": "module",
"scripts": {
"build": "npx tsc && npx tsc -p . && yarn clean && yarn copy-files",
"clean": "rm -rf ./lib/generated/",
"pub:inc": "npm version patch && npm publish",
"copy-files": "cp -r ./src/generated/ ./lib/generated/",
"build:win": "npx tsc && npx tsc -p . && yarn clean:win && yarn copy-files:win",
"clean:win": "del \".\\lib\\generated\"",
"copy-files:win": "xcopy .\\src\\generated\\ .\\lib\\generated\\",
"genql:dev": "genql --endpoint https://dev.adopus.no/api/directory/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: oUf822vk7z3oYPCpc\" -H \"x-hasura-role: genql\"",
"genql:local": "genql --endpoint http://localhost:7001/v1/graphql --esm --output ./src/generated -H \"x-hasura-admin-secret: srvdirectory\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ie",
"license": "ISC",
"devDependencies": {
"@genql/cli": "^2.10.0",
"typescript": "^5.1.3"
},
"dependencies": {
"@genql/runtime": "^2.10.0",
"graphql": "^16.8.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display