fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
3 changed files with 271 additions and 481 deletions
Showing only changes of commit 5aa5f1ee3a - Show all commits

View file

@ -116,3 +116,23 @@ ALTER TABLE dbo.GuaribasInstance ADD
facebookWorkplaceAppSecret nvarchar(255) NULL,
facebookWorkplaceAccessToken nvarchar(512) NULL
GO
# 2.0.140
/****** Object: Table [dbo].[GuaribasSchedule] Script Date: 25/08/2021 03:53:15 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[GuaribasSchedule]
[id] [int] IDENTITY(1,1) NOT NULL,
[name] [nvarchar](255) NULL,
[schedule] [nvarchar](255) NULL,
[instanceId] [int] NULL,
[createdAt] [datetimeoffset](7) NULL,
[updatedAt] [datetimeoffset](7) NULL
GO

731
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -91,6 +91,7 @@
"ms-rest-azure": "3.0.0",
"nexmo": "2.9.1",
"node-cron": "3.0.0",
"npm": "7.21.0",
"opn": "6.0.0",
"pdf-extraction": "^1.0.2",
"phone": "2.4.21",