@wix/calendar 1.0.3 → 1.0.5
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/calendar",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/calendar_events": "1.0.
|
|
22
|
-
"@wix/calendar_schedule-time-frames": "1.0.
|
|
23
|
-
"@wix/calendar_schedules": "1.0.
|
|
21
|
+
"@wix/calendar_events": "1.0.4",
|
|
22
|
+
"@wix/calendar_schedule-time-frames": "1.0.3",
|
|
23
|
+
"@wix/calendar_schedules": "1.0.4"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"glob": "^10.4.1",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"fqdn": ""
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
|
-
"falconPackageHash": "
|
|
47
|
+
"falconPackageHash": "57125ff43b963cea6156394fba19ebfe62d15810853875bdbd928332"
|
|
48
48
|
}
|
|
@@ -2670,7 +2670,9 @@ declare enum Namespace {
|
|
|
2670
2670
|
* There's a blank site behind the scene but it's blank).
|
|
2671
2671
|
* The Mobile company will be the owner of this namespace.
|
|
2672
2672
|
*/
|
|
2673
|
-
BRANDED_FIRST = "BRANDED_FIRST"
|
|
2673
|
+
BRANDED_FIRST = "BRANDED_FIRST",
|
|
2674
|
+
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
2675
|
+
NOWNIA = "NOWNIA"
|
|
2674
2676
|
}
|
|
2675
2677
|
/** Site transferred to another user. */
|
|
2676
2678
|
interface SiteTransferred {
|
|
@@ -3257,11 +3259,9 @@ interface SchedulesQueryBuilder {
|
|
|
3257
3259
|
* @param value - Value to compare against.
|
|
3258
3260
|
* @documentationMaturity preview
|
|
3259
3261
|
*/
|
|
3260
|
-
eq: (propertyName: '_id' | 'status' | 'appId', value: any) => SchedulesQueryBuilder;
|
|
3262
|
+
eq: (propertyName: '_id' | 'externalId' | 'status' | 'appId', value: any) => SchedulesQueryBuilder;
|
|
3261
3263
|
/** @documentationMaturity preview */
|
|
3262
|
-
in: (propertyName: '_id' | 'status' | 'appId', value: any) => SchedulesQueryBuilder;
|
|
3263
|
-
/** @documentationMaturity preview */
|
|
3264
|
-
exists: (propertyName: 'defaultLocation' | 'defaultConferencingDetails', value: boolean) => SchedulesQueryBuilder;
|
|
3264
|
+
in: (propertyName: '_id' | 'externalId' | 'status' | 'appId', value: any) => SchedulesQueryBuilder;
|
|
3265
3265
|
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
|
|
3266
3266
|
* @documentationMaturity preview
|
|
3267
3267
|
*/
|
|
@@ -2670,7 +2670,9 @@ declare enum Namespace {
|
|
|
2670
2670
|
* There's a blank site behind the scene but it's blank).
|
|
2671
2671
|
* The Mobile company will be the owner of this namespace.
|
|
2672
2672
|
*/
|
|
2673
|
-
BRANDED_FIRST = "BRANDED_FIRST"
|
|
2673
|
+
BRANDED_FIRST = "BRANDED_FIRST",
|
|
2674
|
+
/** Nownia.com Siteless account management for Ai Scheduling Assistant. */
|
|
2675
|
+
NOWNIA = "NOWNIA"
|
|
2674
2676
|
}
|
|
2675
2677
|
/** Site transferred to another user. */
|
|
2676
2678
|
interface SiteTransferred {
|
|
@@ -3257,11 +3259,9 @@ interface SchedulesQueryBuilder {
|
|
|
3257
3259
|
* @param value - Value to compare against.
|
|
3258
3260
|
* @documentationMaturity preview
|
|
3259
3261
|
*/
|
|
3260
|
-
eq: (propertyName: '_id' | 'status' | 'appId', value: any) => SchedulesQueryBuilder;
|
|
3262
|
+
eq: (propertyName: '_id' | 'externalId' | 'status' | 'appId', value: any) => SchedulesQueryBuilder;
|
|
3261
3263
|
/** @documentationMaturity preview */
|
|
3262
|
-
in: (propertyName: '_id' | 'status' | 'appId', value: any) => SchedulesQueryBuilder;
|
|
3263
|
-
/** @documentationMaturity preview */
|
|
3264
|
-
exists: (propertyName: 'defaultLocation' | 'defaultConferencingDetails', value: boolean) => SchedulesQueryBuilder;
|
|
3264
|
+
in: (propertyName: '_id' | 'externalId' | 'status' | 'appId', value: any) => SchedulesQueryBuilder;
|
|
3265
3265
|
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
|
|
3266
3266
|
* @documentationMaturity preview
|
|
3267
3267
|
*/
|