@savvycal/appointments-core 0.10.0 → 0.12.0

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/dist/index.d.cts CHANGED
@@ -1351,7 +1351,24 @@ interface components {
1351
1351
  * "unix_ts": 1736461200,
1352
1352
  * "utc": "2025-03-01T03:00:00Z"
1353
1353
  * },
1354
- * "status": "scheduled"
1354
+ * "status": "scheduled",
1355
+ * "urls": {
1356
+ * "add_to_calendar": [
1357
+ * "https://example.com/c/appointments/appt_a1b2c3d4e5f6/add_to_calendar"
1358
+ * ],
1359
+ * "add_to_google_calendar": [
1360
+ * "https://example.com/c/appointments/appt_a1b2c3d4e5f6/add_to_google_calendar"
1361
+ * ],
1362
+ * "cancel": [
1363
+ * "https://example.com/c/appointments/appt_a1b2c3d4e5f6/cancel"
1364
+ * ],
1365
+ * "ics": [
1366
+ * "https://example.com/c/appointments/appt_a1b2c3d4e5f6/ics"
1367
+ * ],
1368
+ * "reschedule": [
1369
+ * "https://example.com/c/appointments/appt_a1b2c3d4e5f6/reschedule"
1370
+ * ]
1371
+ * }
1355
1372
  * }
1356
1373
  */
1357
1374
  PublicAppointment: {
@@ -1466,6 +1483,19 @@ interface components {
1466
1483
  * @enum {string}
1467
1484
  */
1468
1485
  status: "scheduled" | "canceled";
1486
+ /** @description URLs related to the appointment for client-facing actions. */
1487
+ urls: {
1488
+ /** @description URLs for adding the appointment to a calendar. */
1489
+ add_to_calendar: string[];
1490
+ /** @description URLs for adding the appointment to Google Calendar. */
1491
+ add_to_google_calendar: string[];
1492
+ /** @description URLs for canceling the appointment. */
1493
+ cancel: string[];
1494
+ /** @description URLs for downloading an ICS file for the appointment. */
1495
+ ics: string[];
1496
+ /** @description URLs for rescheduling the appointment. */
1497
+ reschedule: string[];
1498
+ };
1469
1499
  };
1470
1500
  /**
1471
1501
  * BlocksResponse
@@ -1850,6 +1880,17 @@ interface components {
1850
1880
  * "id": "srv_d025a96ac0c6",
1851
1881
  * "name": "Initial Consult",
1852
1882
  * "object": "service",
1883
+ * "provider_notifications": {
1884
+ * "additional_recipients": [
1885
+ * "admin@example.com"
1886
+ * ],
1887
+ * "notify_provider": true,
1888
+ * "types": [
1889
+ * {
1890
+ * "type": "new_appointment"
1891
+ * }
1892
+ * ]
1893
+ * },
1853
1894
  * "rescheduling_policy": {
1854
1895
  * "advance_notice": {
1855
1896
  * "enabled": true,
@@ -2317,6 +2358,17 @@ interface components {
2317
2358
  * "id": "srv_d025a96ac0c6",
2318
2359
  * "name": "Initial Consult",
2319
2360
  * "object": "service",
2361
+ * "provider_notifications": {
2362
+ * "additional_recipients": [
2363
+ * "admin@example.com"
2364
+ * ],
2365
+ * "notify_provider": true,
2366
+ * "types": [
2367
+ * {
2368
+ * "type": "new_appointment"
2369
+ * }
2370
+ * ]
2371
+ * },
2320
2372
  * "rescheduling_policy": {
2321
2373
  * "advance_notice": {
2322
2374
  * "enabled": true,
@@ -2547,6 +2599,17 @@ interface components {
2547
2599
  * "id": "srv_d025a96ac0c6",
2548
2600
  * "name": "Initial Consult",
2549
2601
  * "object": "service",
2602
+ * "provider_notifications": {
2603
+ * "additional_recipients": [
2604
+ * "admin@example.com"
2605
+ * ],
2606
+ * "notify_provider": true,
2607
+ * "types": [
2608
+ * {
2609
+ * "type": "new_appointment"
2610
+ * }
2611
+ * ]
2612
+ * },
2550
2613
  * "rescheduling_policy": {
2551
2614
  * "advance_notice": {
2552
2615
  * "enabled": true,
@@ -2824,6 +2887,17 @@ interface components {
2824
2887
  * "id": "srv_d025a96ac0c6",
2825
2888
  * "name": "Initial Consult",
2826
2889
  * "object": "service",
2890
+ * "provider_notifications": {
2891
+ * "additional_recipients": [
2892
+ * "admin@example.com"
2893
+ * ],
2894
+ * "notify_provider": true,
2895
+ * "types": [
2896
+ * {
2897
+ * "type": "new_appointment"
2898
+ * }
2899
+ * ]
2900
+ * },
2827
2901
  * "rescheduling_policy": {
2828
2902
  * "advance_notice": {
2829
2903
  * "enabled": true,
@@ -2938,6 +3012,17 @@ interface components {
2938
3012
  * "id": "srv_d025a96ac0c6",
2939
3013
  * "name": "Initial Consult",
2940
3014
  * "object": "service",
3015
+ * "provider_notifications": {
3016
+ * "additional_recipients": [
3017
+ * "admin@example.com"
3018
+ * ],
3019
+ * "notify_provider": true,
3020
+ * "types": [
3021
+ * {
3022
+ * "type": "new_appointment"
3023
+ * }
3024
+ * ]
3025
+ * },
2941
3026
  * "rescheduling_policy": {
2942
3027
  * "advance_notice": {
2943
3028
  * "enabled": true,
@@ -3483,6 +3568,17 @@ interface components {
3483
3568
  * "id": "srv_d025a96ac0c6",
3484
3569
  * "name": "Initial Consult",
3485
3570
  * "object": "service",
3571
+ * "provider_notifications": {
3572
+ * "additional_recipients": [
3573
+ * "admin@example.com"
3574
+ * ],
3575
+ * "notify_provider": true,
3576
+ * "types": [
3577
+ * {
3578
+ * "type": "new_appointment"
3579
+ * }
3580
+ * ]
3581
+ * },
3486
3582
  * "rescheduling_policy": {
3487
3583
  * "advance_notice": {
3488
3584
  * "enabled": true,
@@ -3940,6 +4036,17 @@ interface components {
3940
4036
  * "id": "srv_d025a96ac0c6",
3941
4037
  * "name": "Initial Consult",
3942
4038
  * "object": "service",
4039
+ * "provider_notifications": {
4040
+ * "additional_recipients": [
4041
+ * "admin@example.com"
4042
+ * ],
4043
+ * "notify_provider": true,
4044
+ * "types": [
4045
+ * {
4046
+ * "type": "new_appointment"
4047
+ * }
4048
+ * ]
4049
+ * },
3943
4050
  * "rescheduling_policy": {
3944
4051
  * "advance_notice": {
3945
4052
  * "enabled": true,
@@ -4613,6 +4720,17 @@ interface components {
4613
4720
  * "id": "srv_d025a96ac0c6",
4614
4721
  * "name": "Initial Consult",
4615
4722
  * "object": "service",
4723
+ * "provider_notifications": {
4724
+ * "additional_recipients": [
4725
+ * "admin@example.com"
4726
+ * ],
4727
+ * "notify_provider": true,
4728
+ * "types": [
4729
+ * {
4730
+ * "type": "new_appointment"
4731
+ * }
4732
+ * ]
4733
+ * },
4616
4734
  * "rescheduling_policy": {
4617
4735
  * "advance_notice": {
4618
4736
  * "enabled": true,
@@ -4677,6 +4795,17 @@ interface components {
4677
4795
  * "id": "srv_d025a96ac0c6",
4678
4796
  * "name": "Initial Consult",
4679
4797
  * "object": "service",
4798
+ * "provider_notifications": {
4799
+ * "additional_recipients": [
4800
+ * "admin@example.com"
4801
+ * ],
4802
+ * "notify_provider": true,
4803
+ * "types": [
4804
+ * {
4805
+ * "type": "new_appointment"
4806
+ * }
4807
+ * ]
4808
+ * },
4680
4809
  * "rescheduling_policy": {
4681
4810
  * "advance_notice": {
4682
4811
  * "enabled": true,
@@ -4830,6 +4959,36 @@ interface components {
4830
4959
  * @enum {string}
4831
4960
  */
4832
4961
  object: "service";
4962
+ /**
4963
+ * ProviderNotificationConfig
4964
+ * @description Configuration for staff notification emails on a service, including which
4965
+ * notification types are enabled and who receives them.
4966
+ * @example {
4967
+ * "additional_recipients": [
4968
+ * "admin@example.com"
4969
+ * ],
4970
+ * "notify_provider": true,
4971
+ * "types": [
4972
+ * {
4973
+ * "type": "new_appointment"
4974
+ * }
4975
+ * ]
4976
+ * }
4977
+ */
4978
+ provider_notifications: {
4979
+ /** @description Additional email addresses that receive staff notification emails for this service. */
4980
+ additional_recipients: string[];
4981
+ /** @description Whether the assigned provider receives notification emails for this service. */
4982
+ notify_provider: boolean;
4983
+ /** @description Array of enabled staff notification types for the service. */
4984
+ types: {
4985
+ /**
4986
+ * @description The notification type.
4987
+ * @enum {string}
4988
+ */
4989
+ type: "new_appointment" | "rescheduled" | "canceled";
4990
+ }[];
4991
+ };
4833
4992
  /**
4834
4993
  * ReschedulingPolicy
4835
4994
  * @description A rescheduling policy defines the rules for rescheduling a service from public booking interfaces.
@@ -5184,6 +5343,17 @@ interface components {
5184
5343
  * "id": "srv_d025a96ac0c6",
5185
5344
  * "name": "Initial Consult",
5186
5345
  * "object": "service",
5346
+ * "provider_notifications": {
5347
+ * "additional_recipients": [
5348
+ * "admin@example.com"
5349
+ * ],
5350
+ * "notify_provider": true,
5351
+ * "types": [
5352
+ * {
5353
+ * "type": "new_appointment"
5354
+ * }
5355
+ * ]
5356
+ * },
5187
5357
  * "rescheduling_policy": {
5188
5358
  * "advance_notice": {
5189
5359
  * "enabled": true,
@@ -5587,6 +5757,17 @@ interface components {
5587
5757
  * "id": "srv_d025a96ac0c6",
5588
5758
  * "name": "Initial Consult",
5589
5759
  * "object": "service",
5760
+ * "provider_notifications": {
5761
+ * "additional_recipients": [
5762
+ * "admin@example.com"
5763
+ * ],
5764
+ * "notify_provider": true,
5765
+ * "types": [
5766
+ * {
5767
+ * "type": "new_appointment"
5768
+ * }
5769
+ * ]
5770
+ * },
5590
5771
  * "rescheduling_policy": {
5591
5772
  * "advance_notice": {
5592
5773
  * "enabled": true,
@@ -7150,6 +7331,17 @@ interface components {
7150
7331
  * "id": "srv_d025a96ac0c6",
7151
7332
  * "name": "Initial Consult",
7152
7333
  * "object": "service",
7334
+ * "provider_notifications": {
7335
+ * "additional_recipients": [
7336
+ * "admin@example.com"
7337
+ * ],
7338
+ * "notify_provider": true,
7339
+ * "types": [
7340
+ * {
7341
+ * "type": "new_appointment"
7342
+ * }
7343
+ * ]
7344
+ * },
7153
7345
  * "rescheduling_policy": {
7154
7346
  * "advance_notice": {
7155
7347
  * "enabled": true,
@@ -7303,6 +7495,36 @@ interface components {
7303
7495
  * @enum {string}
7304
7496
  */
7305
7497
  object: "service";
7498
+ /**
7499
+ * ProviderNotificationConfig
7500
+ * @description Configuration for staff notification emails on a service, including which
7501
+ * notification types are enabled and who receives them.
7502
+ * @example {
7503
+ * "additional_recipients": [
7504
+ * "admin@example.com"
7505
+ * ],
7506
+ * "notify_provider": true,
7507
+ * "types": [
7508
+ * {
7509
+ * "type": "new_appointment"
7510
+ * }
7511
+ * ]
7512
+ * }
7513
+ */
7514
+ provider_notifications: {
7515
+ /** @description Additional email addresses that receive staff notification emails for this service. */
7516
+ additional_recipients: string[];
7517
+ /** @description Whether the assigned provider receives notification emails for this service. */
7518
+ notify_provider: boolean;
7519
+ /** @description Array of enabled staff notification types for the service. */
7520
+ types: {
7521
+ /**
7522
+ * @description The notification type.
7523
+ * @enum {string}
7524
+ */
7525
+ type: "new_appointment" | "rescheduled" | "canceled";
7526
+ }[];
7527
+ };
7306
7528
  /**
7307
7529
  * ReschedulingPolicy
7308
7530
  * @description A rescheduling policy defines the rules for rescheduling a service from public booking interfaces.
@@ -7428,6 +7650,17 @@ interface components {
7428
7650
  * "id": "srv_d025a96ac0c6",
7429
7651
  * "name": "Initial Consult",
7430
7652
  * "object": "service",
7653
+ * "provider_notifications": {
7654
+ * "additional_recipients": [
7655
+ * "admin@example.com"
7656
+ * ],
7657
+ * "notify_provider": true,
7658
+ * "types": [
7659
+ * {
7660
+ * "type": "new_appointment"
7661
+ * }
7662
+ * ]
7663
+ * },
7431
7664
  * "rescheduling_policy": {
7432
7665
  * "advance_notice": {
7433
7666
  * "enabled": true,
@@ -7581,6 +7814,36 @@ interface components {
7581
7814
  * @enum {string}
7582
7815
  */
7583
7816
  object: "service";
7817
+ /**
7818
+ * ProviderNotificationConfig
7819
+ * @description Configuration for staff notification emails on a service, including which
7820
+ * notification types are enabled and who receives them.
7821
+ * @example {
7822
+ * "additional_recipients": [
7823
+ * "admin@example.com"
7824
+ * ],
7825
+ * "notify_provider": true,
7826
+ * "types": [
7827
+ * {
7828
+ * "type": "new_appointment"
7829
+ * }
7830
+ * ]
7831
+ * }
7832
+ */
7833
+ provider_notifications: {
7834
+ /** @description Additional email addresses that receive staff notification emails for this service. */
7835
+ additional_recipients: string[];
7836
+ /** @description Whether the assigned provider receives notification emails for this service. */
7837
+ notify_provider: boolean;
7838
+ /** @description Array of enabled staff notification types for the service. */
7839
+ types: {
7840
+ /**
7841
+ * @description The notification type.
7842
+ * @enum {string}
7843
+ */
7844
+ type: "new_appointment" | "rescheduled" | "canceled";
7845
+ }[];
7846
+ };
7584
7847
  /**
7585
7848
  * ReschedulingPolicy
7586
7849
  * @description A rescheduling policy defines the rules for rescheduling a service from public booking interfaces.
@@ -7706,6 +7969,17 @@ interface components {
7706
7969
  * "id": "srv_d025a96ac0c6",
7707
7970
  * "name": "Initial Consult",
7708
7971
  * "object": "service",
7972
+ * "provider_notifications": {
7973
+ * "additional_recipients": [
7974
+ * "admin@example.com"
7975
+ * ],
7976
+ * "notify_provider": true,
7977
+ * "types": [
7978
+ * {
7979
+ * "type": "new_appointment"
7980
+ * }
7981
+ * ]
7982
+ * },
7709
7983
  * "rescheduling_policy": {
7710
7984
  * "advance_notice": {
7711
7985
  * "enabled": true,
@@ -7859,6 +8133,36 @@ interface components {
7859
8133
  * @enum {string}
7860
8134
  */
7861
8135
  object: "service";
8136
+ /**
8137
+ * ProviderNotificationConfig
8138
+ * @description Configuration for staff notification emails on a service, including which
8139
+ * notification types are enabled and who receives them.
8140
+ * @example {
8141
+ * "additional_recipients": [
8142
+ * "admin@example.com"
8143
+ * ],
8144
+ * "notify_provider": true,
8145
+ * "types": [
8146
+ * {
8147
+ * "type": "new_appointment"
8148
+ * }
8149
+ * ]
8150
+ * }
8151
+ */
8152
+ provider_notifications: {
8153
+ /** @description Additional email addresses that receive staff notification emails for this service. */
8154
+ additional_recipients: string[];
8155
+ /** @description Whether the assigned provider receives notification emails for this service. */
8156
+ notify_provider: boolean;
8157
+ /** @description Array of enabled staff notification types for the service. */
8158
+ types: {
8159
+ /**
8160
+ * @description The notification type.
8161
+ * @enum {string}
8162
+ */
8163
+ type: "new_appointment" | "rescheduled" | "canceled";
8164
+ }[];
8165
+ };
7862
8166
  /**
7863
8167
  * ReschedulingPolicy
7864
8168
  * @description A rescheduling policy defines the rules for rescheduling a service from public booking interfaces.
@@ -8431,6 +8735,17 @@ interface components {
8431
8735
  * "id": "srv_d025a96ac0c6",
8432
8736
  * "name": "Initial Consult",
8433
8737
  * "object": "service",
8738
+ * "provider_notifications": {
8739
+ * "additional_recipients": [
8740
+ * "admin@example.com"
8741
+ * ],
8742
+ * "notify_provider": true,
8743
+ * "types": [
8744
+ * {
8745
+ * "type": "new_appointment"
8746
+ * }
8747
+ * ]
8748
+ * },
8434
8749
  * "rescheduling_policy": {
8435
8750
  * "advance_notice": {
8436
8751
  * "enabled": true,
@@ -8532,6 +8847,17 @@ interface components {
8532
8847
  * "change_policy_text": "Appointments within 48 hours cannot be canceled or rescheduled online. Please call our office.",
8533
8848
  * "duration": "PT1H30M",
8534
8849
  * "name": "Initial Consultation",
8850
+ * "provider_notifications": {
8851
+ * "additional_recipients": [
8852
+ * "admin@example.com"
8853
+ * ],
8854
+ * "notify_provider": true,
8855
+ * "types": [
8856
+ * {
8857
+ * "type": "new_appointment"
8858
+ * }
8859
+ * ]
8860
+ * },
8535
8861
  * "rescheduling_policy": {
8536
8862
  * "advance_notice": {
8537
8863
  * "enabled": true,
@@ -8672,6 +8998,36 @@ interface components {
8672
8998
  duration?: string;
8673
8999
  /** @description The service name. */
8674
9000
  name?: string;
9001
+ /**
9002
+ * ProviderNotificationConfig
9003
+ * @description Configuration for staff notification emails on a service, including which
9004
+ * notification types are enabled and who receives them.
9005
+ * @example {
9006
+ * "additional_recipients": [
9007
+ * "admin@example.com"
9008
+ * ],
9009
+ * "notify_provider": true,
9010
+ * "types": [
9011
+ * {
9012
+ * "type": "new_appointment"
9013
+ * }
9014
+ * ]
9015
+ * }
9016
+ */
9017
+ provider_notifications?: {
9018
+ /** @description Additional email addresses that receive staff notification emails for this service. */
9019
+ additional_recipients: string[];
9020
+ /** @description Whether the assigned provider receives notification emails for this service. */
9021
+ notify_provider: boolean;
9022
+ /** @description Array of enabled staff notification types for the service. */
9023
+ types: {
9024
+ /**
9025
+ * @description The notification type.
9026
+ * @enum {string}
9027
+ */
9028
+ type: "new_appointment" | "rescheduled" | "canceled";
9029
+ }[];
9030
+ };
8675
9031
  /**
8676
9032
  * ReschedulingPolicy
8677
9033
  * @description A rescheduling policy defines the rules for rescheduling a service from public booking interfaces.
@@ -8819,6 +9175,20 @@ interface components {
8819
9175
  /** @description The ID of the user associated with the dashboard session. */
8820
9176
  user_id: string;
8821
9177
  };
9178
+ /**
9179
+ * ProviderNotificationType
9180
+ * @description An enabled staff notification type on a service.
9181
+ * @example {
9182
+ * "type": "new_appointment"
9183
+ * }
9184
+ */
9185
+ ProviderNotificationType: {
9186
+ /**
9187
+ * @description The notification type.
9188
+ * @enum {string}
9189
+ */
9190
+ type: "new_appointment" | "rescheduled" | "canceled";
9191
+ };
8822
9192
  /**
8823
9193
  * CreateBlockRequest
8824
9194
  * @description Request schema for creating a block.
@@ -9076,6 +9446,17 @@ interface components {
9076
9446
  * "id": "srv_d025a96ac0c6",
9077
9447
  * "name": "Initial Consult",
9078
9448
  * "object": "service",
9449
+ * "provider_notifications": {
9450
+ * "additional_recipients": [
9451
+ * "admin@example.com"
9452
+ * ],
9453
+ * "notify_provider": true,
9454
+ * "types": [
9455
+ * {
9456
+ * "type": "new_appointment"
9457
+ * }
9458
+ * ]
9459
+ * },
9079
9460
  * "rescheduling_policy": {
9080
9461
  * "advance_notice": {
9081
9462
  * "enabled": true,
@@ -9574,6 +9955,17 @@ interface components {
9574
9955
  * "id": "srv_d025a96ac0c6",
9575
9956
  * "name": "Initial Consult",
9576
9957
  * "object": "service",
9958
+ * "provider_notifications": {
9959
+ * "additional_recipients": [
9960
+ * "admin@example.com"
9961
+ * ],
9962
+ * "notify_provider": true,
9963
+ * "types": [
9964
+ * {
9965
+ * "type": "new_appointment"
9966
+ * }
9967
+ * ]
9968
+ * },
9577
9969
  * "rescheduling_policy": {
9578
9970
  * "advance_notice": {
9579
9971
  * "enabled": true,
@@ -9727,6 +10119,36 @@ interface components {
9727
10119
  * @enum {string}
9728
10120
  */
9729
10121
  object: "service";
10122
+ /**
10123
+ * ProviderNotificationConfig
10124
+ * @description Configuration for staff notification emails on a service, including which
10125
+ * notification types are enabled and who receives them.
10126
+ * @example {
10127
+ * "additional_recipients": [
10128
+ * "admin@example.com"
10129
+ * ],
10130
+ * "notify_provider": true,
10131
+ * "types": [
10132
+ * {
10133
+ * "type": "new_appointment"
10134
+ * }
10135
+ * ]
10136
+ * }
10137
+ */
10138
+ provider_notifications: {
10139
+ /** @description Additional email addresses that receive staff notification emails for this service. */
10140
+ additional_recipients: string[];
10141
+ /** @description Whether the assigned provider receives notification emails for this service. */
10142
+ notify_provider: boolean;
10143
+ /** @description Array of enabled staff notification types for the service. */
10144
+ types: {
10145
+ /**
10146
+ * @description The notification type.
10147
+ * @enum {string}
10148
+ */
10149
+ type: "new_appointment" | "rescheduled" | "canceled";
10150
+ }[];
10151
+ };
9730
10152
  /**
9731
10153
  * ReschedulingPolicy
9732
10154
  * @description A rescheduling policy defines the rules for rescheduling a service from public booking interfaces.
@@ -10189,6 +10611,17 @@ interface components {
10189
10611
  * "id": "srv_d025a96ac0c6",
10190
10612
  * "name": "Initial Consult",
10191
10613
  * "object": "service",
10614
+ * "provider_notifications": {
10615
+ * "additional_recipients": [
10616
+ * "admin@example.com"
10617
+ * ],
10618
+ * "notify_provider": true,
10619
+ * "types": [
10620
+ * {
10621
+ * "type": "new_appointment"
10622
+ * }
10623
+ * ]
10624
+ * },
10192
10625
  * "rescheduling_policy": {
10193
10626
  * "advance_notice": {
10194
10627
  * "enabled": true,
@@ -10253,6 +10686,17 @@ interface components {
10253
10686
  * "id": "srv_d025a96ac0c6",
10254
10687
  * "name": "Initial Consult",
10255
10688
  * "object": "service",
10689
+ * "provider_notifications": {
10690
+ * "additional_recipients": [
10691
+ * "admin@example.com"
10692
+ * ],
10693
+ * "notify_provider": true,
10694
+ * "types": [
10695
+ * {
10696
+ * "type": "new_appointment"
10697
+ * }
10698
+ * ]
10699
+ * },
10256
10700
  * "rescheduling_policy": {
10257
10701
  * "advance_notice": {
10258
10702
  * "enabled": true,
@@ -10406,6 +10850,36 @@ interface components {
10406
10850
  * @enum {string}
10407
10851
  */
10408
10852
  object: "service";
10853
+ /**
10854
+ * ProviderNotificationConfig
10855
+ * @description Configuration for staff notification emails on a service, including which
10856
+ * notification types are enabled and who receives them.
10857
+ * @example {
10858
+ * "additional_recipients": [
10859
+ * "admin@example.com"
10860
+ * ],
10861
+ * "notify_provider": true,
10862
+ * "types": [
10863
+ * {
10864
+ * "type": "new_appointment"
10865
+ * }
10866
+ * ]
10867
+ * }
10868
+ */
10869
+ provider_notifications: {
10870
+ /** @description Additional email addresses that receive staff notification emails for this service. */
10871
+ additional_recipients: string[];
10872
+ /** @description Whether the assigned provider receives notification emails for this service. */
10873
+ notify_provider: boolean;
10874
+ /** @description Array of enabled staff notification types for the service. */
10875
+ types: {
10876
+ /**
10877
+ * @description The notification type.
10878
+ * @enum {string}
10879
+ */
10880
+ type: "new_appointment" | "rescheduled" | "canceled";
10881
+ }[];
10882
+ };
10409
10883
  /**
10410
10884
  * ReschedulingPolicy
10411
10885
  * @description A rescheduling policy defines the rules for rescheduling a service from public booking interfaces.
@@ -10985,6 +11459,17 @@ interface components {
10985
11459
  * "id": "srv_d025a96ac0c6",
10986
11460
  * "name": "Initial Consult",
10987
11461
  * "object": "service",
11462
+ * "provider_notifications": {
11463
+ * "additional_recipients": [
11464
+ * "admin@example.com"
11465
+ * ],
11466
+ * "notify_provider": true,
11467
+ * "types": [
11468
+ * {
11469
+ * "type": "new_appointment"
11470
+ * }
11471
+ * ]
11472
+ * },
10988
11473
  * "rescheduling_policy": {
10989
11474
  * "advance_notice": {
10990
11475
  * "enabled": true,
@@ -11044,6 +11529,36 @@ interface components {
11044
11529
  total_pages: number;
11045
11530
  };
11046
11531
  };
11532
+ /**
11533
+ * ProviderNotificationConfig
11534
+ * @description Configuration for staff notification emails on a service, including which
11535
+ * notification types are enabled and who receives them.
11536
+ * @example {
11537
+ * "additional_recipients": [
11538
+ * "admin@example.com"
11539
+ * ],
11540
+ * "notify_provider": true,
11541
+ * "types": [
11542
+ * {
11543
+ * "type": "new_appointment"
11544
+ * }
11545
+ * ]
11546
+ * }
11547
+ */
11548
+ ProviderNotificationConfig: {
11549
+ /** @description Additional email addresses that receive staff notification emails for this service. */
11550
+ additional_recipients: string[];
11551
+ /** @description Whether the assigned provider receives notification emails for this service. */
11552
+ notify_provider: boolean;
11553
+ /** @description Array of enabled staff notification types for the service. */
11554
+ types: {
11555
+ /**
11556
+ * @description The notification type.
11557
+ * @enum {string}
11558
+ */
11559
+ type: "new_appointment" | "rescheduled" | "canceled";
11560
+ }[];
11561
+ };
11047
11562
  /**
11048
11563
  * ReschedulingPolicy
11049
11564
  * @description A rescheduling policy defines the rules for rescheduling a service from public booking interfaces.
@@ -11369,6 +11884,17 @@ interface components {
11369
11884
  * "id": "srv_d025a96ac0c6",
11370
11885
  * "name": "Initial Consult",
11371
11886
  * "object": "service",
11887
+ * "provider_notifications": {
11888
+ * "additional_recipients": [
11889
+ * "admin@example.com"
11890
+ * ],
11891
+ * "notify_provider": true,
11892
+ * "types": [
11893
+ * {
11894
+ * "type": "new_appointment"
11895
+ * }
11896
+ * ]
11897
+ * },
11372
11898
  * "rescheduling_policy": {
11373
11899
  * "advance_notice": {
11374
11900
  * "enabled": true,
@@ -12393,6 +12919,17 @@ interface components {
12393
12919
  * "id": "srv_d025a96ac0c6",
12394
12920
  * "name": "Initial Consult",
12395
12921
  * "object": "service",
12922
+ * "provider_notifications": {
12923
+ * "additional_recipients": [
12924
+ * "admin@example.com"
12925
+ * ],
12926
+ * "notify_provider": true,
12927
+ * "types": [
12928
+ * {
12929
+ * "type": "new_appointment"
12930
+ * }
12931
+ * ]
12932
+ * },
12396
12933
  * "rescheduling_policy": {
12397
12934
  * "advance_notice": {
12398
12935
  * "enabled": true,
@@ -12627,6 +13164,17 @@ interface components {
12627
13164
  * "id": "srv_d025a96ac0c6",
12628
13165
  * "name": "Initial Consult",
12629
13166
  * "object": "service",
13167
+ * "provider_notifications": {
13168
+ * "additional_recipients": [
13169
+ * "admin@example.com"
13170
+ * ],
13171
+ * "notify_provider": true,
13172
+ * "types": [
13173
+ * {
13174
+ * "type": "new_appointment"
13175
+ * }
13176
+ * ]
13177
+ * },
12630
13178
  * "rescheduling_policy": {
12631
13179
  * "advance_notice": {
12632
13180
  * "enabled": true,
@@ -13118,6 +13666,17 @@ interface components {
13118
13666
  * "id": "srv_d025a96ac0c6",
13119
13667
  * "name": "Initial Consult",
13120
13668
  * "object": "service",
13669
+ * "provider_notifications": {
13670
+ * "additional_recipients": [
13671
+ * "admin@example.com"
13672
+ * ],
13673
+ * "notify_provider": true,
13674
+ * "types": [
13675
+ * {
13676
+ * "type": "new_appointment"
13677
+ * }
13678
+ * ]
13679
+ * },
13121
13680
  * "rescheduling_policy": {
13122
13681
  * "advance_notice": {
13123
13682
  * "enabled": true,
@@ -13439,6 +13998,17 @@ interface components {
13439
13998
  * "id": "srv_d025a96ac0c6",
13440
13999
  * "name": "Initial Consult",
13441
14000
  * "object": "service",
14001
+ * "provider_notifications": {
14002
+ * "additional_recipients": [
14003
+ * "admin@example.com"
14004
+ * ],
14005
+ * "notify_provider": true,
14006
+ * "types": [
14007
+ * {
14008
+ * "type": "new_appointment"
14009
+ * }
14010
+ * ]
14011
+ * },
13442
14012
  * "rescheduling_policy": {
13443
14013
  * "advance_notice": {
13444
14014
  * "enabled": true,
@@ -13592,6 +14162,36 @@ interface components {
13592
14162
  * @enum {string}
13593
14163
  */
13594
14164
  object: "service";
14165
+ /**
14166
+ * ProviderNotificationConfig
14167
+ * @description Configuration for staff notification emails on a service, including which
14168
+ * notification types are enabled and who receives them.
14169
+ * @example {
14170
+ * "additional_recipients": [
14171
+ * "admin@example.com"
14172
+ * ],
14173
+ * "notify_provider": true,
14174
+ * "types": [
14175
+ * {
14176
+ * "type": "new_appointment"
14177
+ * }
14178
+ * ]
14179
+ * }
14180
+ */
14181
+ provider_notifications: {
14182
+ /** @description Additional email addresses that receive staff notification emails for this service. */
14183
+ additional_recipients: string[];
14184
+ /** @description Whether the assigned provider receives notification emails for this service. */
14185
+ notify_provider: boolean;
14186
+ /** @description Array of enabled staff notification types for the service. */
14187
+ types: {
14188
+ /**
14189
+ * @description The notification type.
14190
+ * @enum {string}
14191
+ */
14192
+ type: "new_appointment" | "rescheduled" | "canceled";
14193
+ }[];
14194
+ };
13595
14195
  /**
13596
14196
  * ReschedulingPolicy
13597
14197
  * @description A rescheduling policy defines the rules for rescheduling a service from public booking interfaces.
@@ -13846,7 +14446,24 @@ interface components {
13846
14446
  * "unix_ts": 1736461200,
13847
14447
  * "utc": "2025-03-01T03:00:00Z"
13848
14448
  * },
13849
- * "status": "scheduled"
14449
+ * "status": "scheduled",
14450
+ * "urls": {
14451
+ * "add_to_calendar": [
14452
+ * "https://example.com/c/appointments/appt_a1b2c3d4e5f6/add_to_calendar"
14453
+ * ],
14454
+ * "add_to_google_calendar": [
14455
+ * "https://example.com/c/appointments/appt_a1b2c3d4e5f6/add_to_google_calendar"
14456
+ * ],
14457
+ * "cancel": [
14458
+ * "https://example.com/c/appointments/appt_a1b2c3d4e5f6/cancel"
14459
+ * ],
14460
+ * "ics": [
14461
+ * "https://example.com/c/appointments/appt_a1b2c3d4e5f6/ics"
14462
+ * ],
14463
+ * "reschedule": [
14464
+ * "https://example.com/c/appointments/appt_a1b2c3d4e5f6/reschedule"
14465
+ * ]
14466
+ * }
13850
14467
  * }
13851
14468
  * }
13852
14469
  */
@@ -14030,6 +14647,17 @@ interface components {
14030
14647
  * "id": "srv_d025a96ac0c6",
14031
14648
  * "name": "Initial Consult",
14032
14649
  * "object": "service",
14650
+ * "provider_notifications": {
14651
+ * "additional_recipients": [
14652
+ * "admin@example.com"
14653
+ * ],
14654
+ * "notify_provider": true,
14655
+ * "types": [
14656
+ * {
14657
+ * "type": "new_appointment"
14658
+ * }
14659
+ * ]
14660
+ * },
14033
14661
  * "rescheduling_policy": {
14034
14662
  * "advance_notice": {
14035
14663
  * "enabled": true,
@@ -14094,6 +14722,17 @@ interface components {
14094
14722
  * "id": "srv_d025a96ac0c6",
14095
14723
  * "name": "Initial Consult",
14096
14724
  * "object": "service",
14725
+ * "provider_notifications": {
14726
+ * "additional_recipients": [
14727
+ * "admin@example.com"
14728
+ * ],
14729
+ * "notify_provider": true,
14730
+ * "types": [
14731
+ * {
14732
+ * "type": "new_appointment"
14733
+ * }
14734
+ * ]
14735
+ * },
14097
14736
  * "rescheduling_policy": {
14098
14737
  * "advance_notice": {
14099
14738
  * "enabled": true,
@@ -14247,6 +14886,36 @@ interface components {
14247
14886
  * @enum {string}
14248
14887
  */
14249
14888
  object: "service";
14889
+ /**
14890
+ * ProviderNotificationConfig
14891
+ * @description Configuration for staff notification emails on a service, including which
14892
+ * notification types are enabled and who receives them.
14893
+ * @example {
14894
+ * "additional_recipients": [
14895
+ * "admin@example.com"
14896
+ * ],
14897
+ * "notify_provider": true,
14898
+ * "types": [
14899
+ * {
14900
+ * "type": "new_appointment"
14901
+ * }
14902
+ * ]
14903
+ * }
14904
+ */
14905
+ provider_notifications: {
14906
+ /** @description Additional email addresses that receive staff notification emails for this service. */
14907
+ additional_recipients: string[];
14908
+ /** @description Whether the assigned provider receives notification emails for this service. */
14909
+ notify_provider: boolean;
14910
+ /** @description Array of enabled staff notification types for the service. */
14911
+ types: {
14912
+ /**
14913
+ * @description The notification type.
14914
+ * @enum {string}
14915
+ */
14916
+ type: "new_appointment" | "rescheduled" | "canceled";
14917
+ }[];
14918
+ };
14250
14919
  /**
14251
14920
  * ReschedulingPolicy
14252
14921
  * @description A rescheduling policy defines the rules for rescheduling a service from public booking interfaces.
@@ -14482,6 +15151,17 @@ interface components {
14482
15151
  * "id": "srv_d025a96ac0c6",
14483
15152
  * "name": "Initial Consult",
14484
15153
  * "object": "service",
15154
+ * "provider_notifications": {
15155
+ * "additional_recipients": [
15156
+ * "admin@example.com"
15157
+ * ],
15158
+ * "notify_provider": true,
15159
+ * "types": [
15160
+ * {
15161
+ * "type": "new_appointment"
15162
+ * }
15163
+ * ]
15164
+ * },
14485
15165
  * "rescheduling_policy": {
14486
15166
  * "advance_notice": {
14487
15167
  * "enabled": true,
@@ -14623,6 +15303,17 @@ interface components {
14623
15303
  * "change_policy_text": "Appointments within 48 hours cannot be canceled or rescheduled online. Please call our office.",
14624
15304
  * "duration": "PT1H30M",
14625
15305
  * "name": "Initial Consult",
15306
+ * "provider_notifications": {
15307
+ * "additional_recipients": [
15308
+ * "admin@example.com"
15309
+ * ],
15310
+ * "notify_provider": true,
15311
+ * "types": [
15312
+ * {
15313
+ * "type": "new_appointment"
15314
+ * }
15315
+ * ]
15316
+ * },
14626
15317
  * "rescheduling_policy": {
14627
15318
  * "advance_notice": {
14628
15319
  * "enabled": true,
@@ -14763,6 +15454,36 @@ interface components {
14763
15454
  duration?: string;
14764
15455
  /** @description The service name. */
14765
15456
  name: string;
15457
+ /**
15458
+ * ProviderNotificationConfig
15459
+ * @description Configuration for staff notification emails on a service, including which
15460
+ * notification types are enabled and who receives them.
15461
+ * @example {
15462
+ * "additional_recipients": [
15463
+ * "admin@example.com"
15464
+ * ],
15465
+ * "notify_provider": true,
15466
+ * "types": [
15467
+ * {
15468
+ * "type": "new_appointment"
15469
+ * }
15470
+ * ]
15471
+ * }
15472
+ */
15473
+ provider_notifications?: {
15474
+ /** @description Additional email addresses that receive staff notification emails for this service. */
15475
+ additional_recipients: string[];
15476
+ /** @description Whether the assigned provider receives notification emails for this service. */
15477
+ notify_provider: boolean;
15478
+ /** @description Array of enabled staff notification types for the service. */
15479
+ types: {
15480
+ /**
15481
+ * @description The notification type.
15482
+ * @enum {string}
15483
+ */
15484
+ type: "new_appointment" | "rescheduled" | "canceled";
15485
+ }[];
15486
+ };
14766
15487
  /**
14767
15488
  * ReschedulingPolicy
14768
15489
  * @description A rescheduling policy defines the rules for rescheduling a service from public booking interfaces.
@@ -15010,6 +15731,17 @@ interface components {
15010
15731
  * "id": "srv_d025a96ac0c6",
15011
15732
  * "name": "Initial Consult",
15012
15733
  * "object": "service",
15734
+ * "provider_notifications": {
15735
+ * "additional_recipients": [
15736
+ * "admin@example.com"
15737
+ * ],
15738
+ * "notify_provider": true,
15739
+ * "types": [
15740
+ * {
15741
+ * "type": "new_appointment"
15742
+ * }
15743
+ * ]
15744
+ * },
15013
15745
  * "rescheduling_policy": {
15014
15746
  * "advance_notice": {
15015
15747
  * "enabled": true,
@@ -19093,6 +19825,8 @@ type PlatformResponse = Schemas["PlatformResponse"];
19093
19825
  type Provider = Schemas["Provider"];
19094
19826
  type ProviderCreatedEventData = Schemas["ProviderCreatedEventData"];
19095
19827
  type ProviderDeactivatedEventData = Schemas["ProviderDeactivatedEventData"];
19828
+ type ProviderNotificationConfig = Schemas["ProviderNotificationConfig"];
19829
+ type ProviderNotificationType = Schemas["ProviderNotificationType"];
19096
19830
  type ProviderReactivatedEventData = Schemas["ProviderReactivatedEventData"];
19097
19831
  type ProviderResponse = Schemas["ProviderResponse"];
19098
19832
  type ProviderSchedule = Schemas["ProviderSchedule"];
@@ -20349,6 +21083,13 @@ declare function createService(client: FetchClient, body: RequestBody<"/v1/servi
20349
21083
  change_policy_text?: string;
20350
21084
  duration?: string;
20351
21085
  name: string;
21086
+ provider_notifications?: {
21087
+ additional_recipients: string[];
21088
+ notify_provider: boolean;
21089
+ types: {
21090
+ type: "new_appointment" | "rescheduled" | "canceled";
21091
+ }[];
21092
+ };
20352
21093
  rescheduling_policy?: {
20353
21094
  advance_notice: {
20354
21095
  enabled: boolean;
@@ -23376,6 +24117,13 @@ declare function updateService(client: FetchClient, path: PathParams<"/v1/servic
23376
24117
  change_policy_text?: string;
23377
24118
  duration?: string;
23378
24119
  name?: string;
24120
+ provider_notifications?: {
24121
+ additional_recipients: string[];
24122
+ notify_provider: boolean;
24123
+ types: {
24124
+ type: "new_appointment" | "rescheduled" | "canceled";
24125
+ }[];
24126
+ };
23379
24127
  rescheduling_policy?: {
23380
24128
  advance_notice: {
23381
24129
  enabled: boolean;
@@ -23402,4 +24150,4 @@ declare function updateService(client: FetchClient, path: PathParams<"/v1/servic
23402
24150
  };
23403
24151
  }, `${string}/${string}`>>;
23404
24152
 
23405
- export { type Account, type AccountEvent, type AccountResponse, type AccountUser, type AccountUserCreatedEventData, type AccountUserDeletedEventData, type AccountUserResponse, type AccountUserUpdatedEventData, type AccountUsersResponse, type AccountsResponse, type AdvanceNoticePolicy, type AggregatedSlot, type Appointment, type AppointmentCanceledEventData, type AppointmentConfirmedEventData, type AppointmentCreatedEventData, type AppointmentDeletedEventData, type AppointmentRescheduledEventData, type AppointmentResponse, type AppointmentsResponse, type Block, type BlockCreatedEventData, type BlockDeletedEventData, type BlockResponse, type BlockUpdatedEventData, type BlocksResponse, type BookingIntent, type BookingIntentAbandonedEventData, type BookingIntentCompletedEventData, type BookingIntentCreatedEventData, type BookingIntentResponse, type BookingIntentUpdatedEventData, type BookingIntentsResponse, type BookingPolicy, type CancelAppointmentRequest, type CancelPublicAppointmentRequest, type CancellationEvent, type CancellationPolicy, type CancellationReason, type CancellationReasonResponse, type CancellationReasonsResponse, type Client, type ClientCreatedEventData, type ClientDeletedEventData, type ClientResponse, type ClientUpdatedEventData, type ClientsResponse, type CompleteBookingIntentRequest, type CompletePublicBookingIntentRequest, type ConfirmAppointmentRequest, type ConfirmationEvent, type ConnectedAccount, type ConnectedAccountCreatedEventData, type ConnectedAccountDeletedEventData, type ConnectedAccountReconnectedEventData, type ConnectedAccountRefreshFailedEventData, type ConnectedAccountResponse, type ConnectedAccountsResponse, type CreateAccountRequest, type CreateAccountUserRequest, type CreateAppointmentRequest, type CreateBlockRequest, type CreateBookingIntentRequest, type CreateCancellationReasonRequest, type CreateClientRequest, type CreateDashboardSessionRequest, type CreateProviderRequest, type CreateProviderScheduleRequest, type CreatePublicAppointmentRequest, type CreatePublicBookingIntentRequest, type CreateServiceProviderRequest, type CreateServiceRequest, type DashboardSession, type DashboardSessionResponse, type FetchClient, type FetchClientOptions, type GenericErrorResponse, type HoldPolicy, type JsonErrorResponse, type MaximizeUtilizationPolicy, type NotFoundResponse, type PaginationMeta, type PathParams, type Platform, type PlatformResponse, type Provider, type ProviderCreatedEventData, type ProviderDeactivatedEventData, type ProviderReactivatedEventData, type ProviderResponse, type ProviderSchedule, type ProviderScheduleCreatedEventData, type ProviderScheduleDeletedEventData, type ProviderScheduleResponse, type ProviderScheduleUpdatedEventData, type ProviderSchedulesResponse, type ProviderUpdatedEventData, type ProvidersResponse, type PublicAppointment, type PublicAppointmentResponse, type PublicBookingIntent, type PublicBookingIntentResponse, type PublicCancellationReason, type PublicCancellationReasonsResponse, type PublicServiceEarliestSlotResponse, type PublicServiceSlotsResponse, type QueryParams, type RecurrenceRule, type RequestBody, type RescheduleAppointmentRequest, type RescheduleEvent, type ReschedulePublicAppointmentRequest, type ReschedulingPolicy, type Role, type RolesResponse, type Service, type ServiceCreatedEventData, type ServiceDeletedEventData, type ServiceProvider, type ServiceProviderCreatedEventData, type ServiceProviderDeletedEventData, type ServiceProviderResponse, type ServiceProvidersResponse, type ServiceResponse, type ServiceSlotResponse, type ServiceUpdatedEventData, type ServicesResponse, type Slot, type SlotRule, type UnauthorizedResponse, type UpdateAccountRequest, type UpdateAccountUserRequest, type UpdateBlockRequest, type UpdateBookingIntentRequest, type UpdateCancellationReasonRequest, type UpdateClientRequest, type UpdateConnectedAccountRequest, type UpdateProviderRequest, type UpdateProviderScheduleRequest, type UpdatePublicBookingIntentRequest, type UpdateServiceRequest, type User, type WeeklyRule, type ZonedDateTime, abandonBookingIntent, abandonPublicBookingIntent, cancelAppointment, cancelPublicAppointment, completeBookingIntent, completePublicBookingIntent, confirmAppointment, createAccount, createAccountUser, createAppointment, createBlock, createBookingIntent, createCancellationReason, createClient, createDashboardSession, createFetchClient, createProvider, createProviderSchedule, createPublicAppointment, createPublicBookingIntent, createService, createServiceProvider, deactivateProvider, deleteBlock, deleteCancellationReason, deleteClient, deleteConnectedAccount, deleteProviderSchedule, deleteService, deleteServiceProvider, getAccountById, getAppointment, getBlock, getBookingIntent, getCancellationReason, getClient, getConnectedAccount, getCurrentAccount, getCurrentAccountUser, getCurrentPlatform, getEarliestPublicServiceSlot, getProvider, getProviderSchedule, getPublicAppointment, getPublicBookingIntent, getService, listAccountUsers, listAccounts, listAppointments, listBlocks, listBookingIntents, listCancellationReasons, listClients, listConnectedAccounts, listProviderSchedules, listProviders, listPublicCancellationReasons, listPublicServiceSlots, listRoles, listServiceProviders, listServiceSlots, listServices, type paths, rescheduleAppointment, reschedulePublicAppointment, updateAccount, updateAccountUser, updateBlock, updateBookingIntent, updateCancellationReason, updateClient, updateConnectedAccount, updateProvider, updateProviderSchedule, updatePublicBookingIntent, updateService };
24153
+ export { type Account, type AccountEvent, type AccountResponse, type AccountUser, type AccountUserCreatedEventData, type AccountUserDeletedEventData, type AccountUserResponse, type AccountUserUpdatedEventData, type AccountUsersResponse, type AccountsResponse, type AdvanceNoticePolicy, type AggregatedSlot, type Appointment, type AppointmentCanceledEventData, type AppointmentConfirmedEventData, type AppointmentCreatedEventData, type AppointmentDeletedEventData, type AppointmentRescheduledEventData, type AppointmentResponse, type AppointmentsResponse, type Block, type BlockCreatedEventData, type BlockDeletedEventData, type BlockResponse, type BlockUpdatedEventData, type BlocksResponse, type BookingIntent, type BookingIntentAbandonedEventData, type BookingIntentCompletedEventData, type BookingIntentCreatedEventData, type BookingIntentResponse, type BookingIntentUpdatedEventData, type BookingIntentsResponse, type BookingPolicy, type CancelAppointmentRequest, type CancelPublicAppointmentRequest, type CancellationEvent, type CancellationPolicy, type CancellationReason, type CancellationReasonResponse, type CancellationReasonsResponse, type Client, type ClientCreatedEventData, type ClientDeletedEventData, type ClientResponse, type ClientUpdatedEventData, type ClientsResponse, type CompleteBookingIntentRequest, type CompletePublicBookingIntentRequest, type ConfirmAppointmentRequest, type ConfirmationEvent, type ConnectedAccount, type ConnectedAccountCreatedEventData, type ConnectedAccountDeletedEventData, type ConnectedAccountReconnectedEventData, type ConnectedAccountRefreshFailedEventData, type ConnectedAccountResponse, type ConnectedAccountsResponse, type CreateAccountRequest, type CreateAccountUserRequest, type CreateAppointmentRequest, type CreateBlockRequest, type CreateBookingIntentRequest, type CreateCancellationReasonRequest, type CreateClientRequest, type CreateDashboardSessionRequest, type CreateProviderRequest, type CreateProviderScheduleRequest, type CreatePublicAppointmentRequest, type CreatePublicBookingIntentRequest, type CreateServiceProviderRequest, type CreateServiceRequest, type DashboardSession, type DashboardSessionResponse, type FetchClient, type FetchClientOptions, type GenericErrorResponse, type HoldPolicy, type JsonErrorResponse, type MaximizeUtilizationPolicy, type NotFoundResponse, type PaginationMeta, type PathParams, type Platform, type PlatformResponse, type Provider, type ProviderCreatedEventData, type ProviderDeactivatedEventData, type ProviderNotificationConfig, type ProviderNotificationType, type ProviderReactivatedEventData, type ProviderResponse, type ProviderSchedule, type ProviderScheduleCreatedEventData, type ProviderScheduleDeletedEventData, type ProviderScheduleResponse, type ProviderScheduleUpdatedEventData, type ProviderSchedulesResponse, type ProviderUpdatedEventData, type ProvidersResponse, type PublicAppointment, type PublicAppointmentResponse, type PublicBookingIntent, type PublicBookingIntentResponse, type PublicCancellationReason, type PublicCancellationReasonsResponse, type PublicServiceEarliestSlotResponse, type PublicServiceSlotsResponse, type QueryParams, type RecurrenceRule, type RequestBody, type RescheduleAppointmentRequest, type RescheduleEvent, type ReschedulePublicAppointmentRequest, type ReschedulingPolicy, type Role, type RolesResponse, type Service, type ServiceCreatedEventData, type ServiceDeletedEventData, type ServiceProvider, type ServiceProviderCreatedEventData, type ServiceProviderDeletedEventData, type ServiceProviderResponse, type ServiceProvidersResponse, type ServiceResponse, type ServiceSlotResponse, type ServiceUpdatedEventData, type ServicesResponse, type Slot, type SlotRule, type UnauthorizedResponse, type UpdateAccountRequest, type UpdateAccountUserRequest, type UpdateBlockRequest, type UpdateBookingIntentRequest, type UpdateCancellationReasonRequest, type UpdateClientRequest, type UpdateConnectedAccountRequest, type UpdateProviderRequest, type UpdateProviderScheduleRequest, type UpdatePublicBookingIntentRequest, type UpdateServiceRequest, type User, type WeeklyRule, type ZonedDateTime, abandonBookingIntent, abandonPublicBookingIntent, cancelAppointment, cancelPublicAppointment, completeBookingIntent, completePublicBookingIntent, confirmAppointment, createAccount, createAccountUser, createAppointment, createBlock, createBookingIntent, createCancellationReason, createClient, createDashboardSession, createFetchClient, createProvider, createProviderSchedule, createPublicAppointment, createPublicBookingIntent, createService, createServiceProvider, deactivateProvider, deleteBlock, deleteCancellationReason, deleteClient, deleteConnectedAccount, deleteProviderSchedule, deleteService, deleteServiceProvider, getAccountById, getAppointment, getBlock, getBookingIntent, getCancellationReason, getClient, getConnectedAccount, getCurrentAccount, getCurrentAccountUser, getCurrentPlatform, getEarliestPublicServiceSlot, getProvider, getProviderSchedule, getPublicAppointment, getPublicBookingIntent, getService, listAccountUsers, listAccounts, listAppointments, listBlocks, listBookingIntents, listCancellationReasons, listClients, listConnectedAccounts, listProviderSchedules, listProviders, listPublicCancellationReasons, listPublicServiceSlots, listRoles, listServiceProviders, listServiceSlots, listServices, type paths, rescheduleAppointment, reschedulePublicAppointment, updateAccount, updateAccountUser, updateBlock, updateBookingIntent, updateCancellationReason, updateClient, updateConnectedAccount, updateProvider, updateProviderSchedule, updatePublicBookingIntent, updateService };