@aigens/aigens-sdk-core
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -210,3 +210,3 @@ { | ||
{ | ||
"name": "addCalender", | ||
"name": "addCalendar", | ||
"signature": "(options: CalendarOptions) => Promise<{ notPermission?: boolean; resultCode?: number; }>", | ||
@@ -226,3 +226,3 @@ "parameters": [ | ||
], | ||
"slug": "addcalender" | ||
"slug": "addcalendar" | ||
} | ||
@@ -229,0 +229,0 @@ ], |
@@ -39,3 +39,3 @@ import type { PermissionState } from '@capacitor/core'; | ||
readClipboard(): Promise<any>; | ||
addCalender(options: CalendarOptions): Promise<{ | ||
addCalendar(options: CalendarOptions): Promise<{ | ||
notPermission?: boolean; | ||
@@ -42,0 +42,0 @@ resultCode?: number; |
@@ -33,3 +33,3 @@ import { WebPlugin } from '@capacitor/core'; | ||
readClipboard(): Promise<any>; | ||
addCalender(options: CalendarOptions): Promise<{ | ||
addCalendar(options: CalendarOptions): Promise<{ | ||
notPermission?: boolean; | ||
@@ -36,0 +36,0 @@ resultCode?: number; |
@@ -73,3 +73,3 @@ import { WebPlugin } from '@capacitor/core'; | ||
} | ||
async addCalender(options) { | ||
async addCalendar(options) { | ||
options; | ||
@@ -76,0 +76,0 @@ return { notPermission: true }; |
@@ -82,3 +82,3 @@ 'use strict'; | ||
} | ||
async addCalender(options) { | ||
async addCalendar(options) { | ||
return { notPermission: true }; | ||
@@ -85,0 +85,0 @@ } |
@@ -79,3 +79,3 @@ var capacitorCore = (function (exports, core) { | ||
} | ||
async addCalender(options) { | ||
async addCalendar(options) { | ||
return { notPermission: true }; | ||
@@ -82,0 +82,0 @@ } |
{ | ||
"name": "@aigens/aigens-sdk-core", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Aigens Order.Place Core Plugin", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
@@ -29,3 +29,3 @@ # @aigens/aigens-sdk-core | ||
* [`readClipboard()`](#readclipboard) | ||
* [`addCalender(...)`](#addcalender) | ||
* [`addCalendar(...)`](#addcalendar) | ||
* [Interfaces](#interfaces) | ||
@@ -224,6 +224,6 @@ * [Type Aliases](#type-aliases) | ||
### addCalender(...) | ||
### addCalendar(...) | ||
```typescript | ||
addCalender(options: CalendarOptions) => Promise<{ notPermission?: boolean; resultCode?: number; }> | ||
addCalendar(options: CalendarOptions) => Promise<{ notPermission?: boolean; resultCode?: number; }> | ||
``` | ||
@@ -230,0 +230,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package