@wix/calendar 1.0.28 → 1.0.30

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.28",
3
+ "version": "1.0.30",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -19,10 +19,10 @@
19
19
  ],
20
20
  "dependencies": {
21
21
  "@wix/calendar_event-views": "1.0.5",
22
- "@wix/calendar_events": "1.0.16",
22
+ "@wix/calendar_events": "1.0.17",
23
23
  "@wix/calendar_participations": "1.0.7",
24
24
  "@wix/calendar_schedule-time-frames": "1.0.13",
25
- "@wix/calendar_schedules": "1.0.17"
25
+ "@wix/calendar_schedules": "1.0.18"
26
26
  },
27
27
  "devDependencies": {
28
28
  "glob": "^10.4.1",
@@ -47,5 +47,5 @@
47
47
  "fqdn": ""
48
48
  }
49
49
  },
50
- "falconPackageHash": "64d0780ea0753f1bec85dff595eff35aaa0ba0a04d02be0a9d636451"
50
+ "falconPackageHash": "ac76a7955f99ae519136b3df615a562d027153f75aa02648e107370c"
51
51
  }
@@ -975,7 +975,7 @@ interface GetEventRequest {
975
975
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
976
976
  * `America/New_York` or `UTC`.
977
977
  *
978
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
978
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
979
979
  */
980
980
  timeZone?: string | null;
981
981
  /**
@@ -1056,7 +1056,7 @@ interface QueryEventsRequest {
1056
1056
  * for `fromLocalDate`, `toLocalDate`, and for calculating `adjustedStart` and
1057
1057
  * `adjustedEnd`. For example, `America/New_York` or `UTC`.
1058
1058
  *
1059
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1059
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1060
1060
  */
1061
1061
  timeZone?: string | null;
1062
1062
  /** Query containing filters and paging. */
@@ -1201,7 +1201,7 @@ interface CreateEventRequest {
1201
1201
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1202
1202
  * `America/New_York` or `UTC`.
1203
1203
  *
1204
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1204
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1205
1205
  */
1206
1206
  timeZone?: string | null;
1207
1207
  /**
@@ -1228,7 +1228,7 @@ interface BulkCreateEventRequest {
1228
1228
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1229
1229
  * `America/New_York` or `UTC`.
1230
1230
  *
1231
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1231
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1232
1232
  */
1233
1233
  timeZone?: string | null;
1234
1234
  }
@@ -1291,7 +1291,7 @@ interface UpdateEventRequest {
1291
1291
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1292
1292
  * `America/New_York` or `UTC`.
1293
1293
  *
1294
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1294
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1295
1295
  */
1296
1296
  timeZone?: string | null;
1297
1297
  }
@@ -1342,7 +1342,7 @@ interface BulkUpdateEventRequest {
1342
1342
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1343
1343
  * `America/New_York` or `UTC`.
1344
1344
  *
1345
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1345
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1346
1346
  */
1347
1347
  timeZone?: string | null;
1348
1348
  }
@@ -1392,7 +1392,7 @@ interface RestoreEventDefaultsRequest {
1392
1392
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1393
1393
  * `America/New_York` or `UTC`.
1394
1394
  *
1395
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1395
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1396
1396
  */
1397
1397
  timeZone?: string | null;
1398
1398
  }
@@ -1418,7 +1418,7 @@ interface SplitRecurringEventRequest {
1418
1418
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1419
1419
  * `America/New_York` or `UTC`.
1420
1420
  *
1421
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1421
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1422
1422
  */
1423
1423
  timeZone?: string | null;
1424
1424
  }
@@ -1447,7 +1447,7 @@ interface CancelEventRequest {
1447
1447
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1448
1448
  * `America/New_York` or `UTC`.
1449
1449
  *
1450
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1450
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1451
1451
  */
1452
1452
  timeZone?: string | null;
1453
1453
  }
@@ -1478,7 +1478,7 @@ interface BulkCancelEventRequest {
1478
1478
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1479
1479
  * `America/New_York` or `UTC`.
1480
1480
  *
1481
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1481
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1482
1482
  */
1483
1483
  timeZone?: string | null;
1484
1484
  }
@@ -2140,7 +2140,7 @@ interface GetEventOptions {
2140
2140
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2141
2141
  * `America/New_York` or `UTC`.
2142
2142
  *
2143
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2143
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2144
2144
  */
2145
2145
  timeZone?: string | null;
2146
2146
  /**
@@ -2199,7 +2199,7 @@ interface QueryEventsOptions {
2199
2199
  * for `fromLocalDate`, `toLocalDate`, and for calculating `adjustedStart` and
2200
2200
  * `adjustedEnd`. For example, `America/New_York` or `UTC`.
2201
2201
  *
2202
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2202
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2203
2203
  */
2204
2204
  timeZone?: string | null | undefined;
2205
2205
  /**
@@ -2288,7 +2288,7 @@ interface CreateEventOptions {
2288
2288
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2289
2289
  * `America/New_York` or `UTC`.
2290
2290
  *
2291
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2291
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2292
2292
  */
2293
2293
  timeZone?: string | null;
2294
2294
  /**
@@ -2309,7 +2309,7 @@ interface BulkCreateEventOptions {
2309
2309
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2310
2310
  * `America/New_York` or `UTC`.
2311
2311
  *
2312
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2312
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2313
2313
  */
2314
2314
  timeZone?: string | null;
2315
2315
  }
@@ -2531,7 +2531,7 @@ interface UpdateEventOptions {
2531
2531
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2532
2532
  * `America/New_York` or `UTC`.
2533
2533
  *
2534
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2534
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2535
2535
  */
2536
2536
  timeZone?: string | null;
2537
2537
  }
@@ -2552,7 +2552,7 @@ interface BulkUpdateEventOptions {
2552
2552
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2553
2553
  * `America/New_York` or `UTC`.
2554
2554
  *
2555
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2555
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2556
2556
  */
2557
2557
  timeZone?: string | null;
2558
2558
  }
@@ -2567,7 +2567,7 @@ interface RestoreEventDefaultsOptions {
2567
2567
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2568
2568
  * `America/New_York` or `UTC`.
2569
2569
  *
2570
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2570
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2571
2571
  */
2572
2572
  timeZone?: string | null;
2573
2573
  }
@@ -2577,7 +2577,7 @@ interface SplitRecurringEventOptions {
2577
2577
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2578
2578
  * `America/New_York` or `UTC`.
2579
2579
  *
2580
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2580
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2581
2581
  */
2582
2582
  timeZone?: string | null;
2583
2583
  }
@@ -2592,7 +2592,7 @@ interface CancelEventOptions {
2592
2592
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2593
2593
  * `America/New_York` or `UTC`.
2594
2594
  *
2595
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2595
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2596
2596
  */
2597
2597
  timeZone?: string | null;
2598
2598
  }
@@ -2613,7 +2613,7 @@ interface BulkCancelEventOptions {
2613
2613
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2614
2614
  * `America/New_York` or `UTC`.
2615
2615
  *
2616
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2616
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2617
2617
  */
2618
2618
  timeZone?: string | null;
2619
2619
  }
@@ -4516,7 +4516,7 @@ interface Schedule {
4516
4516
  * [IANA tz database format](https://en.wikipedia.org/wiki/Tz_database).
4517
4517
  * For example, `America/New_York`.
4518
4518
  *
4519
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
4519
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
4520
4520
  *
4521
4521
  * Min: 1 character
4522
4522
  * Max: 150 characters
@@ -4524,7 +4524,7 @@ interface Schedule {
4524
4524
  timeZone?: string | null;
4525
4525
  /**
4526
4526
  * Whether the schedule's `timeZone` is automatically synced from
4527
- * `timeZone` of the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
4527
+ * `timeZone` of the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
4528
4528
  *
4529
4529
  * Default: `true`
4530
4530
  */
@@ -5763,7 +5763,7 @@ interface UpdateSchedule {
5763
5763
  * [IANA tz database format](https://en.wikipedia.org/wiki/Tz_database).
5764
5764
  * For example, `America/New_York`.
5765
5765
  *
5766
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
5766
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
5767
5767
  *
5768
5768
  * Min: 1 character
5769
5769
  * Max: 150 characters
@@ -5771,7 +5771,7 @@ interface UpdateSchedule {
5771
5771
  timeZone?: string | null;
5772
5772
  /**
5773
5773
  * Whether the schedule's `timeZone` is automatically synced from
5774
- * `timeZone` of the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
5774
+ * `timeZone` of the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
5775
5775
  *
5776
5776
  * Default: `true`
5777
5777
  */
@@ -5950,10 +5950,7 @@ declare const cancelSchedule: MaybeContext<BuildRESTFunction<typeof cancelSchedu
5950
5950
 
5951
5951
  type _publicOnScheduleCreatedType = typeof onScheduleCreated$1;
5952
5952
  /**
5953
- * Restore once implemented.
5954
- * option (google.api.http) = {
5955
- * post: "/v3/schedules/{schedule_id}/clone";
5956
- * };
5953
+ * Triggered when a schedule is created.
5957
5954
  */
5958
5955
  declare const onScheduleCreated: ReturnType<typeof createEventModule$1<_publicOnScheduleCreatedType>>;
5959
5956
 
@@ -5964,7 +5961,9 @@ type _publicOnScheduleUpdatedType = typeof onScheduleUpdated$1;
5964
5961
  declare const onScheduleUpdated: ReturnType<typeof createEventModule$1<_publicOnScheduleUpdatedType>>;
5965
5962
 
5966
5963
  type _publicOnScheduleClonedType = typeof onScheduleCloned$1;
5967
- /** */
5964
+ /**
5965
+ * Triggered when a schedule is cloned.
5966
+ */
5968
5967
  declare const onScheduleCloned: ReturnType<typeof createEventModule$1<_publicOnScheduleClonedType>>;
5969
5968
 
5970
5969
  type _publicOnScheduleCancelledType = typeof onScheduleCancelled$1;
@@ -975,7 +975,7 @@ interface GetEventRequest {
975
975
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
976
976
  * `America/New_York` or `UTC`.
977
977
  *
978
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
978
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
979
979
  */
980
980
  timeZone?: string | null;
981
981
  /**
@@ -1056,7 +1056,7 @@ interface QueryEventsRequest {
1056
1056
  * for `fromLocalDate`, `toLocalDate`, and for calculating `adjustedStart` and
1057
1057
  * `adjustedEnd`. For example, `America/New_York` or `UTC`.
1058
1058
  *
1059
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1059
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1060
1060
  */
1061
1061
  timeZone?: string | null;
1062
1062
  /** Query containing filters and paging. */
@@ -1201,7 +1201,7 @@ interface CreateEventRequest {
1201
1201
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1202
1202
  * `America/New_York` or `UTC`.
1203
1203
  *
1204
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1204
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1205
1205
  */
1206
1206
  timeZone?: string | null;
1207
1207
  /**
@@ -1228,7 +1228,7 @@ interface BulkCreateEventRequest {
1228
1228
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1229
1229
  * `America/New_York` or `UTC`.
1230
1230
  *
1231
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1231
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1232
1232
  */
1233
1233
  timeZone?: string | null;
1234
1234
  }
@@ -1291,7 +1291,7 @@ interface UpdateEventRequest {
1291
1291
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1292
1292
  * `America/New_York` or `UTC`.
1293
1293
  *
1294
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1294
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1295
1295
  */
1296
1296
  timeZone?: string | null;
1297
1297
  }
@@ -1342,7 +1342,7 @@ interface BulkUpdateEventRequest {
1342
1342
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1343
1343
  * `America/New_York` or `UTC`.
1344
1344
  *
1345
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1345
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1346
1346
  */
1347
1347
  timeZone?: string | null;
1348
1348
  }
@@ -1392,7 +1392,7 @@ interface RestoreEventDefaultsRequest {
1392
1392
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1393
1393
  * `America/New_York` or `UTC`.
1394
1394
  *
1395
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1395
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1396
1396
  */
1397
1397
  timeZone?: string | null;
1398
1398
  }
@@ -1418,7 +1418,7 @@ interface SplitRecurringEventRequest {
1418
1418
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1419
1419
  * `America/New_York` or `UTC`.
1420
1420
  *
1421
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1421
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1422
1422
  */
1423
1423
  timeZone?: string | null;
1424
1424
  }
@@ -1447,7 +1447,7 @@ interface CancelEventRequest {
1447
1447
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1448
1448
  * `America/New_York` or `UTC`.
1449
1449
  *
1450
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1450
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1451
1451
  */
1452
1452
  timeZone?: string | null;
1453
1453
  }
@@ -1478,7 +1478,7 @@ interface BulkCancelEventRequest {
1478
1478
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1479
1479
  * `America/New_York` or `UTC`.
1480
1480
  *
1481
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1481
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1482
1482
  */
1483
1483
  timeZone?: string | null;
1484
1484
  }
@@ -2140,7 +2140,7 @@ interface GetEventOptions {
2140
2140
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2141
2141
  * `America/New_York` or `UTC`.
2142
2142
  *
2143
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2143
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2144
2144
  */
2145
2145
  timeZone?: string | null;
2146
2146
  /**
@@ -2199,7 +2199,7 @@ interface QueryEventsOptions {
2199
2199
  * for `fromLocalDate`, `toLocalDate`, and for calculating `adjustedStart` and
2200
2200
  * `adjustedEnd`. For example, `America/New_York` or `UTC`.
2201
2201
  *
2202
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2202
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2203
2203
  */
2204
2204
  timeZone?: string | null | undefined;
2205
2205
  /**
@@ -2288,7 +2288,7 @@ interface CreateEventOptions {
2288
2288
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2289
2289
  * `America/New_York` or `UTC`.
2290
2290
  *
2291
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2291
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2292
2292
  */
2293
2293
  timeZone?: string | null;
2294
2294
  /**
@@ -2309,7 +2309,7 @@ interface BulkCreateEventOptions {
2309
2309
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2310
2310
  * `America/New_York` or `UTC`.
2311
2311
  *
2312
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2312
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2313
2313
  */
2314
2314
  timeZone?: string | null;
2315
2315
  }
@@ -2531,7 +2531,7 @@ interface UpdateEventOptions {
2531
2531
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2532
2532
  * `America/New_York` or `UTC`.
2533
2533
  *
2534
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2534
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2535
2535
  */
2536
2536
  timeZone?: string | null;
2537
2537
  }
@@ -2552,7 +2552,7 @@ interface BulkUpdateEventOptions {
2552
2552
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2553
2553
  * `America/New_York` or `UTC`.
2554
2554
  *
2555
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2555
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2556
2556
  */
2557
2557
  timeZone?: string | null;
2558
2558
  }
@@ -2567,7 +2567,7 @@ interface RestoreEventDefaultsOptions {
2567
2567
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2568
2568
  * `America/New_York` or `UTC`.
2569
2569
  *
2570
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2570
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2571
2571
  */
2572
2572
  timeZone?: string | null;
2573
2573
  }
@@ -2577,7 +2577,7 @@ interface SplitRecurringEventOptions {
2577
2577
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2578
2578
  * `America/New_York` or `UTC`.
2579
2579
  *
2580
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2580
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2581
2581
  */
2582
2582
  timeZone?: string | null;
2583
2583
  }
@@ -2592,7 +2592,7 @@ interface CancelEventOptions {
2592
2592
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2593
2593
  * `America/New_York` or `UTC`.
2594
2594
  *
2595
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2595
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2596
2596
  */
2597
2597
  timeZone?: string | null;
2598
2598
  }
@@ -2613,7 +2613,7 @@ interface BulkCancelEventOptions {
2613
2613
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2614
2614
  * `America/New_York` or `UTC`.
2615
2615
  *
2616
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2616
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2617
2617
  */
2618
2618
  timeZone?: string | null;
2619
2619
  }
@@ -4516,7 +4516,7 @@ interface Schedule {
4516
4516
  * [IANA tz database format](https://en.wikipedia.org/wiki/Tz_database).
4517
4517
  * For example, `America/New_York`.
4518
4518
  *
4519
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
4519
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
4520
4520
  *
4521
4521
  * Min: 1 character
4522
4522
  * Max: 150 characters
@@ -4524,7 +4524,7 @@ interface Schedule {
4524
4524
  timeZone?: string | null;
4525
4525
  /**
4526
4526
  * Whether the schedule's `timeZone` is automatically synced from
4527
- * `timeZone` of the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
4527
+ * `timeZone` of the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
4528
4528
  *
4529
4529
  * Default: `true`
4530
4530
  */
@@ -5763,7 +5763,7 @@ interface UpdateSchedule {
5763
5763
  * [IANA tz database format](https://en.wikipedia.org/wiki/Tz_database).
5764
5764
  * For example, `America/New_York`.
5765
5765
  *
5766
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
5766
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
5767
5767
  *
5768
5768
  * Min: 1 character
5769
5769
  * Max: 150 characters
@@ -5771,7 +5771,7 @@ interface UpdateSchedule {
5771
5771
  timeZone?: string | null;
5772
5772
  /**
5773
5773
  * Whether the schedule's `timeZone` is automatically synced from
5774
- * `timeZone` of the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
5774
+ * `timeZone` of the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
5775
5775
  *
5776
5776
  * Default: `true`
5777
5777
  */
@@ -5950,10 +5950,7 @@ declare const cancelSchedule: MaybeContext<BuildRESTFunction<typeof cancelSchedu
5950
5950
 
5951
5951
  type _publicOnScheduleCreatedType = typeof onScheduleCreated$1;
5952
5952
  /**
5953
- * Restore once implemented.
5954
- * option (google.api.http) = {
5955
- * post: "/v3/schedules/{schedule_id}/clone";
5956
- * };
5953
+ * Triggered when a schedule is created.
5957
5954
  */
5958
5955
  declare const onScheduleCreated: ReturnType<typeof createEventModule$1<_publicOnScheduleCreatedType>>;
5959
5956
 
@@ -5964,7 +5961,9 @@ type _publicOnScheduleUpdatedType = typeof onScheduleUpdated$1;
5964
5961
  declare const onScheduleUpdated: ReturnType<typeof createEventModule$1<_publicOnScheduleUpdatedType>>;
5965
5962
 
5966
5963
  type _publicOnScheduleClonedType = typeof onScheduleCloned$1;
5967
- /** */
5964
+ /**
5965
+ * Triggered when a schedule is cloned.
5966
+ */
5968
5967
  declare const onScheduleCloned: ReturnType<typeof createEventModule$1<_publicOnScheduleClonedType>>;
5969
5968
 
5970
5969
  type _publicOnScheduleCancelledType = typeof onScheduleCancelled$1;
@@ -486,7 +486,7 @@ interface GetEventRequest$1 {
486
486
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
487
487
  * `America/New_York` or `UTC`.
488
488
  *
489
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
489
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
490
490
  */
491
491
  timeZone?: string | null;
492
492
  /**
@@ -567,7 +567,7 @@ interface QueryEventsRequest$1 {
567
567
  * for `fromLocalDate`, `toLocalDate`, and for calculating `adjustedStart` and
568
568
  * `adjustedEnd`. For example, `America/New_York` or `UTC`.
569
569
  *
570
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
570
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
571
571
  */
572
572
  timeZone?: string | null;
573
573
  /** Query containing filters and paging. */
@@ -680,7 +680,7 @@ interface CreateEventRequest$1 {
680
680
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
681
681
  * `America/New_York` or `UTC`.
682
682
  *
683
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
683
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
684
684
  */
685
685
  timeZone?: string | null;
686
686
  /**
@@ -707,7 +707,7 @@ interface BulkCreateEventRequest$1 {
707
707
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
708
708
  * `America/New_York` or `UTC`.
709
709
  *
710
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
710
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
711
711
  */
712
712
  timeZone?: string | null;
713
713
  }
@@ -770,7 +770,7 @@ interface UpdateEventRequest$1 {
770
770
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
771
771
  * `America/New_York` or `UTC`.
772
772
  *
773
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
773
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
774
774
  */
775
775
  timeZone?: string | null;
776
776
  }
@@ -811,7 +811,7 @@ interface BulkUpdateEventRequest$1 {
811
811
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
812
812
  * `America/New_York` or `UTC`.
813
813
  *
814
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
814
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
815
815
  */
816
816
  timeZone?: string | null;
817
817
  }
@@ -846,7 +846,7 @@ interface RestoreEventDefaultsRequest$1 {
846
846
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
847
847
  * `America/New_York` or `UTC`.
848
848
  *
849
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
849
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
850
850
  */
851
851
  timeZone?: string | null;
852
852
  }
@@ -872,7 +872,7 @@ interface SplitRecurringEventRequest$1 {
872
872
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
873
873
  * `America/New_York` or `UTC`.
874
874
  *
875
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
875
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
876
876
  */
877
877
  timeZone?: string | null;
878
878
  }
@@ -895,7 +895,7 @@ interface CancelEventRequest$1 {
895
895
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
896
896
  * `America/New_York` or `UTC`.
897
897
  *
898
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
898
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
899
899
  */
900
900
  timeZone?: string | null;
901
901
  }
@@ -922,7 +922,7 @@ interface BulkCancelEventRequest$1 {
922
922
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
923
923
  * `America/New_York` or `UTC`.
924
924
  *
925
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
925
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
926
926
  */
927
927
  timeZone?: string | null;
928
928
  }
@@ -1634,7 +1634,7 @@ interface GetEventRequest {
1634
1634
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1635
1635
  * `America/New_York` or `UTC`.
1636
1636
  *
1637
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1637
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1638
1638
  */
1639
1639
  timeZone?: string | null;
1640
1640
  /**
@@ -1715,7 +1715,7 @@ interface QueryEventsRequest {
1715
1715
  * for `fromLocalDate`, `toLocalDate`, and for calculating `adjustedStart` and
1716
1716
  * `adjustedEnd`. For example, `America/New_York` or `UTC`.
1717
1717
  *
1718
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1718
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1719
1719
  */
1720
1720
  timeZone?: string | null;
1721
1721
  /** Query containing filters and paging. */
@@ -1828,7 +1828,7 @@ interface CreateEventRequest {
1828
1828
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1829
1829
  * `America/New_York` or `UTC`.
1830
1830
  *
1831
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1831
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1832
1832
  */
1833
1833
  timeZone?: string | null;
1834
1834
  /**
@@ -1855,7 +1855,7 @@ interface BulkCreateEventRequest {
1855
1855
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1856
1856
  * `America/New_York` or `UTC`.
1857
1857
  *
1858
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1858
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1859
1859
  */
1860
1860
  timeZone?: string | null;
1861
1861
  }
@@ -1918,7 +1918,7 @@ interface UpdateEventRequest {
1918
1918
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1919
1919
  * `America/New_York` or `UTC`.
1920
1920
  *
1921
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1921
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1922
1922
  */
1923
1923
  timeZone?: string | null;
1924
1924
  }
@@ -1959,7 +1959,7 @@ interface BulkUpdateEventRequest {
1959
1959
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1960
1960
  * `America/New_York` or `UTC`.
1961
1961
  *
1962
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1962
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1963
1963
  */
1964
1964
  timeZone?: string | null;
1965
1965
  }
@@ -1994,7 +1994,7 @@ interface RestoreEventDefaultsRequest {
1994
1994
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
1995
1995
  * `America/New_York` or `UTC`.
1996
1996
  *
1997
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1997
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
1998
1998
  */
1999
1999
  timeZone?: string | null;
2000
2000
  }
@@ -2020,7 +2020,7 @@ interface SplitRecurringEventRequest {
2020
2020
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2021
2021
  * `America/New_York` or `UTC`.
2022
2022
  *
2023
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2023
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2024
2024
  */
2025
2025
  timeZone?: string | null;
2026
2026
  }
@@ -2043,7 +2043,7 @@ interface CancelEventRequest {
2043
2043
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2044
2044
  * `America/New_York` or `UTC`.
2045
2045
  *
2046
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2046
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2047
2047
  */
2048
2048
  timeZone?: string | null;
2049
2049
  }
@@ -2070,7 +2070,7 @@ interface BulkCancelEventRequest {
2070
2070
  * for calculating `adjustedStart` and `adjustedEnd`. For example,
2071
2071
  * `America/New_York` or `UTC`.
2072
2072
  *
2073
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2073
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2074
2074
  */
2075
2075
  timeZone?: string | null;
2076
2076
  }
@@ -2931,7 +2931,7 @@ interface Schedule$1 {
2931
2931
  * [IANA tz database format](https://en.wikipedia.org/wiki/Tz_database).
2932
2932
  * For example, `America/New_York`.
2933
2933
  *
2934
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2934
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2935
2935
  *
2936
2936
  * Min: 1 character
2937
2937
  * Max: 150 characters
@@ -2939,7 +2939,7 @@ interface Schedule$1 {
2939
2939
  timeZone?: string | null;
2940
2940
  /**
2941
2941
  * Whether the schedule's `timeZone` is automatically synced from
2942
- * `timeZone` of the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2942
+ * `timeZone` of the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
2943
2943
  *
2944
2944
  * Default: `true`
2945
2945
  */
@@ -3356,7 +3356,7 @@ interface Schedule {
3356
3356
  * [IANA tz database format](https://en.wikipedia.org/wiki/Tz_database).
3357
3357
  * For example, `America/New_York`.
3358
3358
  *
3359
- * Default: `timeZone` specified in the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
3359
+ * Default: `timeZone` specified in the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
3360
3360
  *
3361
3361
  * Min: 1 character
3362
3362
  * Max: 150 characters
@@ -3364,7 +3364,7 @@ interface Schedule {
3364
3364
  timeZone?: string | null;
3365
3365
  /**
3366
3366
  * Whether the schedule's `timeZone` is automatically synced from
3367
- * `timeZone` of the business [site properties(https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
3367
+ * `timeZone` of the business [site properties](https://dev.wix.com/docs/rest/business-management/site-properties/properties/get-site-properties).
3368
3368
  *
3369
3369
  * Default: `true`
3370
3370
  */