ch-admin-api-client-typescript 5.68.2 → 5.69.9

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.
Files changed (40) hide show
  1. package/lib/api/about-us-api.d.ts +28 -28
  2. package/lib/api/about-us-api.js +28 -28
  3. package/lib/api/appointments-api.d.ts +52 -52
  4. package/lib/api/appointments-api.js +52 -52
  5. package/lib/api/content-managers-api.d.ts +24 -24
  6. package/lib/api/content-managers-api.js +24 -24
  7. package/lib/api/countries-api.d.ts +28 -28
  8. package/lib/api/countries-api.js +28 -28
  9. package/lib/api/form-results-api.d.ts +20 -20
  10. package/lib/api/form-results-api.js +20 -20
  11. package/lib/api/hospitals-api.d.ts +520 -520
  12. package/lib/api/hospitals-api.js +520 -520
  13. package/lib/api/languages-api.d.ts +8 -8
  14. package/lib/api/languages-api.js +8 -8
  15. package/lib/api/notifications-api.d.ts +8 -8
  16. package/lib/api/notifications-api.js +8 -8
  17. package/lib/api/patient-affiliations-api.d.ts +8 -8
  18. package/lib/api/patient-affiliations-api.js +8 -8
  19. package/lib/api/patient-managers-api.d.ts +24 -24
  20. package/lib/api/patient-managers-api.js +24 -24
  21. package/lib/api/patients-api.d.ts +48 -48
  22. package/lib/api/patients-api.js +48 -48
  23. package/lib/api/profiles-api.d.ts +24 -24
  24. package/lib/api/profiles-api.js +24 -24
  25. package/lib/api/specialties-api.d.ts +60 -60
  26. package/lib/api/specialties-api.js +60 -60
  27. package/lib/api/specialty-types-api.d.ts +64 -64
  28. package/lib/api/specialty-types-api.js +64 -64
  29. package/lib/api/survey-results-api.d.ts +16 -16
  30. package/lib/api/survey-results-api.js +16 -16
  31. package/lib/api/tags-api.d.ts +16 -16
  32. package/lib/api/tags-api.js +16 -16
  33. package/lib/api/translation-api.d.ts +8 -8
  34. package/lib/api/translation-api.js +8 -8
  35. package/lib/api/users-api.d.ts +8 -8
  36. package/lib/api/users-api.js +8 -8
  37. package/lib/models/notification-code.d.ts +1 -0
  38. package/lib/models/notification-code.d.ts.map +1 -1
  39. package/lib/models/notification-code.js +2 -1
  40. package/package.json +1 -1
@@ -103,7 +103,7 @@ var ProfilesApiAxiosParamCreator = function (configuration) {
103
103
  return {
104
104
  /**
105
105
  * Sample request: POST /api/v1/profiles/changeEmail { \"email\": \"user@example.com\" }
106
- * @summary Change user\'s email on both Identity and Api. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
106
+ * @summary Change user\'s email on both Identity and Api. (Auth policies: RequireDefaultAdminAppRole)
107
107
  * @param {ChangeEmailCommand} [changeEmailCommand]
108
108
  * @param {*} [options] Override http request option.
109
109
  * @throws {RequiredError}
@@ -149,7 +149,7 @@ var ProfilesApiAxiosParamCreator = function (configuration) {
149
149
  },
150
150
  /**
151
151
  *
152
- * @summary Configm email. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
152
+ * @summary Configm email. (Auth policies: RequireDefaultAdminAppRole)
153
153
  * @param {ConfirmEmailCommand} [confirmEmailCommand]
154
154
  * @param {*} [options] Override http request option.
155
155
  * @throws {RequiredError}
@@ -195,7 +195,7 @@ var ProfilesApiAxiosParamCreator = function (configuration) {
195
195
  },
196
196
  /**
197
197
  *
198
- * @summary Get Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
198
+ * @summary Get Profile. (Auth policies: RequireDefaultAdminAppRole)
199
199
  * @param {*} [options] Override http request option.
200
200
  * @throws {RequiredError}
201
201
  */
@@ -238,7 +238,7 @@ var ProfilesApiAxiosParamCreator = function (configuration) {
238
238
  },
239
239
  /**
240
240
  *
241
- * @summary Create a Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
241
+ * @summary Create a Profile. (Auth policies: RequireDefaultAdminAppRole)
242
242
  * @param {CreateProfileCommand} [createProfileCommand]
243
243
  * @param {*} [options] Override http request option.
244
244
  * @throws {RequiredError}
@@ -284,7 +284,7 @@ var ProfilesApiAxiosParamCreator = function (configuration) {
284
284
  },
285
285
  /**
286
286
  *
287
- * @summary Delete Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
287
+ * @summary Delete Profile. (Auth policies: RequireDefaultAdminAppRole)
288
288
  * @param {string} profileId
289
289
  * @param {*} [options] Override http request option.
290
290
  * @throws {RequiredError}
@@ -331,7 +331,7 @@ var ProfilesApiAxiosParamCreator = function (configuration) {
331
331
  },
332
332
  /**
333
333
  *
334
- * @summary Update Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
334
+ * @summary Update Profile. (Auth policies: RequireDefaultAdminAppRole)
335
335
  * @param {UpdateProfileCommand} [updateProfileCommand]
336
336
  * @param {*} [options] Override http request option.
337
337
  * @throws {RequiredError}
@@ -387,7 +387,7 @@ var ProfilesApiFp = function (configuration) {
387
387
  return {
388
388
  /**
389
389
  * Sample request: POST /api/v1/profiles/changeEmail { \"email\": \"user@example.com\" }
390
- * @summary Change user\'s email on both Identity and Api. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
390
+ * @summary Change user\'s email on both Identity and Api. (Auth policies: RequireDefaultAdminAppRole)
391
391
  * @param {ChangeEmailCommand} [changeEmailCommand]
392
392
  * @param {*} [options] Override http request option.
393
393
  * @throws {RequiredError}
@@ -407,7 +407,7 @@ var ProfilesApiFp = function (configuration) {
407
407
  },
408
408
  /**
409
409
  *
410
- * @summary Configm email. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
410
+ * @summary Configm email. (Auth policies: RequireDefaultAdminAppRole)
411
411
  * @param {ConfirmEmailCommand} [confirmEmailCommand]
412
412
  * @param {*} [options] Override http request option.
413
413
  * @throws {RequiredError}
@@ -427,7 +427,7 @@ var ProfilesApiFp = function (configuration) {
427
427
  },
428
428
  /**
429
429
  *
430
- * @summary Get Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
430
+ * @summary Get Profile. (Auth policies: RequireDefaultAdminAppRole)
431
431
  * @param {*} [options] Override http request option.
432
432
  * @throws {RequiredError}
433
433
  */
@@ -446,7 +446,7 @@ var ProfilesApiFp = function (configuration) {
446
446
  },
447
447
  /**
448
448
  *
449
- * @summary Create a Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
449
+ * @summary Create a Profile. (Auth policies: RequireDefaultAdminAppRole)
450
450
  * @param {CreateProfileCommand} [createProfileCommand]
451
451
  * @param {*} [options] Override http request option.
452
452
  * @throws {RequiredError}
@@ -466,7 +466,7 @@ var ProfilesApiFp = function (configuration) {
466
466
  },
467
467
  /**
468
468
  *
469
- * @summary Delete Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
469
+ * @summary Delete Profile. (Auth policies: RequireDefaultAdminAppRole)
470
470
  * @param {string} profileId
471
471
  * @param {*} [options] Override http request option.
472
472
  * @throws {RequiredError}
@@ -486,7 +486,7 @@ var ProfilesApiFp = function (configuration) {
486
486
  },
487
487
  /**
488
488
  *
489
- * @summary Update Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
489
+ * @summary Update Profile. (Auth policies: RequireDefaultAdminAppRole)
490
490
  * @param {UpdateProfileCommand} [updateProfileCommand]
491
491
  * @param {*} [options] Override http request option.
492
492
  * @throws {RequiredError}
@@ -516,7 +516,7 @@ var ProfilesApiFactory = function (configuration, basePath, axios) {
516
516
  return {
517
517
  /**
518
518
  * Sample request: POST /api/v1/profiles/changeEmail { \"email\": \"user@example.com\" }
519
- * @summary Change user\'s email on both Identity and Api. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
519
+ * @summary Change user\'s email on both Identity and Api. (Auth policies: RequireDefaultAdminAppRole)
520
520
  * @param {ChangeEmailCommand} [changeEmailCommand]
521
521
  * @param {*} [options] Override http request option.
522
522
  * @throws {RequiredError}
@@ -526,7 +526,7 @@ var ProfilesApiFactory = function (configuration, basePath, axios) {
526
526
  },
527
527
  /**
528
528
  *
529
- * @summary Configm email. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
529
+ * @summary Configm email. (Auth policies: RequireDefaultAdminAppRole)
530
530
  * @param {ConfirmEmailCommand} [confirmEmailCommand]
531
531
  * @param {*} [options] Override http request option.
532
532
  * @throws {RequiredError}
@@ -536,7 +536,7 @@ var ProfilesApiFactory = function (configuration, basePath, axios) {
536
536
  },
537
537
  /**
538
538
  *
539
- * @summary Get Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
539
+ * @summary Get Profile. (Auth policies: RequireDefaultAdminAppRole)
540
540
  * @param {*} [options] Override http request option.
541
541
  * @throws {RequiredError}
542
542
  */
@@ -545,7 +545,7 @@ var ProfilesApiFactory = function (configuration, basePath, axios) {
545
545
  },
546
546
  /**
547
547
  *
548
- * @summary Create a Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
548
+ * @summary Create a Profile. (Auth policies: RequireDefaultAdminAppRole)
549
549
  * @param {CreateProfileCommand} [createProfileCommand]
550
550
  * @param {*} [options] Override http request option.
551
551
  * @throws {RequiredError}
@@ -555,7 +555,7 @@ var ProfilesApiFactory = function (configuration, basePath, axios) {
555
555
  },
556
556
  /**
557
557
  *
558
- * @summary Delete Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
558
+ * @summary Delete Profile. (Auth policies: RequireDefaultAdminAppRole)
559
559
  * @param {string} profileId
560
560
  * @param {*} [options] Override http request option.
561
561
  * @throws {RequiredError}
@@ -565,7 +565,7 @@ var ProfilesApiFactory = function (configuration, basePath, axios) {
565
565
  },
566
566
  /**
567
567
  *
568
- * @summary Update Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
568
+ * @summary Update Profile. (Auth policies: RequireDefaultAdminAppRole)
569
569
  * @param {UpdateProfileCommand} [updateProfileCommand]
570
570
  * @param {*} [options] Override http request option.
571
571
  * @throws {RequiredError}
@@ -589,7 +589,7 @@ var ProfilesApi = /** @class */ (function (_super) {
589
589
  }
590
590
  /**
591
591
  * Sample request: POST /api/v1/profiles/changeEmail { \"email\": \"user@example.com\" }
592
- * @summary Change user\'s email on both Identity and Api. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
592
+ * @summary Change user\'s email on both Identity and Api. (Auth policies: RequireDefaultAdminAppRole)
593
593
  * @param {ProfilesApiApiV1ProfilesChangeemailPostRequest} requestParameters Request parameters.
594
594
  * @param {*} [options] Override http request option.
595
595
  * @throws {RequiredError}
@@ -602,7 +602,7 @@ var ProfilesApi = /** @class */ (function (_super) {
602
602
  };
603
603
  /**
604
604
  *
605
- * @summary Configm email. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
605
+ * @summary Configm email. (Auth policies: RequireDefaultAdminAppRole)
606
606
  * @param {ProfilesApiApiV1ProfilesConfirmemailPostRequest} requestParameters Request parameters.
607
607
  * @param {*} [options] Override http request option.
608
608
  * @throws {RequiredError}
@@ -615,7 +615,7 @@ var ProfilesApi = /** @class */ (function (_super) {
615
615
  };
616
616
  /**
617
617
  *
618
- * @summary Get Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
618
+ * @summary Get Profile. (Auth policies: RequireDefaultAdminAppRole)
619
619
  * @param {*} [options] Override http request option.
620
620
  * @throws {RequiredError}
621
621
  * @memberof ProfilesApi
@@ -626,7 +626,7 @@ var ProfilesApi = /** @class */ (function (_super) {
626
626
  };
627
627
  /**
628
628
  *
629
- * @summary Create a Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
629
+ * @summary Create a Profile. (Auth policies: RequireDefaultAdminAppRole)
630
630
  * @param {ProfilesApiApiV1ProfilesPostRequest} requestParameters Request parameters.
631
631
  * @param {*} [options] Override http request option.
632
632
  * @throws {RequiredError}
@@ -639,7 +639,7 @@ var ProfilesApi = /** @class */ (function (_super) {
639
639
  };
640
640
  /**
641
641
  *
642
- * @summary Delete Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
642
+ * @summary Delete Profile. (Auth policies: RequireDefaultAdminAppRole)
643
643
  * @param {ProfilesApiApiV1ProfilesProfileIdDeleteRequest} requestParameters Request parameters.
644
644
  * @param {*} [options] Override http request option.
645
645
  * @throws {RequiredError}
@@ -651,7 +651,7 @@ var ProfilesApi = /** @class */ (function (_super) {
651
651
  };
652
652
  /**
653
653
  *
654
- * @summary Update Profile. (Auth roles: Admin,Manager,LocalManager,Doctor,PatientManager, ContentManager)
654
+ * @summary Update Profile. (Auth policies: RequireDefaultAdminAppRole)
655
655
  * @param {ProfilesApiApiV1ProfilesPutRequest} requestParameters Request parameters.
656
656
  * @param {*} [options] Override http request option.
657
657
  * @throws {RequiredError}