@viewcandidate/client 0.0.25 → 0.0.26

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 (3) hide show
  1. package/README.md +3 -3
  2. package/index.d.ts +50 -15
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # @viewcandidate/client@0.0.25
1
+ # @viewcandidate/client@0.0.26
2
2
 
3
3
  The ViewCandidate API
4
4
 
5
- The version of the OpenAPI document: 0.0.25
5
+ The version of the OpenAPI document: 0.0.26
6
6
 
7
7
  ## Building
8
8
 
@@ -24,7 +24,7 @@ Navigate to the folder of your consuming project and run one of next commands.
24
24
  _published:_
25
25
 
26
26
  ```console
27
- npm install @viewcandidate/client@0.0.25 --save
27
+ npm install @viewcandidate/client@0.0.26 --save
28
28
  ```
29
29
 
30
30
  _without publishing (not recommended):_
package/index.d.ts CHANGED
@@ -464,6 +464,54 @@ interface APICandidateWorkHistory {
464
464
  descriptionBulletPoints: Array<string>;
465
465
  }
466
466
 
467
+ /**
468
+ * ViewCandidate API
469
+ *
470
+ *
471
+ *
472
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
473
+ * https://openapi-generator.tech
474
+ * Do not edit the class manually.
475
+ */
476
+ interface APIClient {
477
+ id: string;
478
+ name: string;
479
+ }
480
+
481
+ /**
482
+ * ViewCandidate API
483
+ *
484
+ *
485
+ *
486
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
487
+ * https://openapi-generator.tech
488
+ * Do not edit the class manually.
489
+ */
490
+
491
+ interface APICandidateJobCandidateJob {
492
+ id: string;
493
+ title: string;
494
+ client: APIClient;
495
+ }
496
+
497
+ /**
498
+ * ViewCandidate API
499
+ *
500
+ *
501
+ *
502
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
503
+ * https://openapi-generator.tech
504
+ * Do not edit the class manually.
505
+ */
506
+
507
+ interface APICandidateJobCandidate {
508
+ id: string;
509
+ job: APICandidateJobCandidateJob;
510
+ stage: string;
511
+ status: string;
512
+ createdAt: string;
513
+ }
514
+
467
515
  /**
468
516
  * ViewCandidate API
469
517
  *
@@ -493,6 +541,7 @@ interface APICandidate {
493
541
  createdAt: string;
494
542
  workHistory: Array<APICandidateWorkHistory>;
495
543
  educationHistory: Array<APICandidateEducationHistory>;
544
+ jobCandidates: Array<APICandidateJobCandidate>;
496
545
  }
497
546
 
498
547
  declare class CVExtractionService extends BaseService {
@@ -756,20 +805,6 @@ declare class CandidateService extends BaseService {
756
805
  static ɵprov: i0.ɵɵInjectableDeclaration<CandidateService>;
757
806
  }
758
807
 
759
- /**
760
- * ViewCandidate API
761
- *
762
- *
763
- *
764
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
765
- * https://openapi-generator.tech
766
- * Do not edit the class manually.
767
- */
768
- interface APIClient {
769
- id: string;
770
- name: string;
771
- }
772
-
773
808
  /**
774
809
  * ViewCandidate API
775
810
  *
@@ -1783,4 +1818,4 @@ declare class ViewCandidateApiModule {
1783
1818
  declare function provideApi(configOrBasePath: string | ConfigurationParameters): EnvironmentProviders;
1784
1819
 
1785
1820
  export { APIS, AuthService, BASE_PATH, COLLECTION_FORMATS, CVExtractionService, CandidateService, ClientService, Configuration, HealthService, JobCandidatePublicService, JobCandidateService, JobService, OrganisationService, ReorderJobCandidateDto, UpdateCandidateDto, UpdateCandidateLanguageDto, UpdateJobCandidateDto, ViewCandidateApiModule, WaitlistService, provideApi };
1786
- export type { APIAuthResponse, APICandidate, APICandidateEducationHistory, APICandidateMeta, APICandidateWorkHistory, APIClient, APIJob, APIJobCandidate, APIJobCandidateStageHistory, APIMessageResponse, APIOrganisation, APIPaginatedCandidateResponse, APIPaginatedClientResponse, APIPaginatedJobCandidateResponse, APIPaginatedJobResponse, APIPublicJobCandidateCandidate, APIPublicJobCandidateCandidateEducationHistory, APIPublicJobCandidateCandidateWorkHistory, APIPublicJobCandidateOrganisation, APIPublicJobCandidateView, APIUser, APIWaitlistEntry, ConfigurationParameters, CreateClientDto, CreateJobCandidateDto, CreateJobDto, CreateWaitlistEntryDto, DataFormat, DataType, HealthControllerCheck200Response, HealthControllerCheck200ResponseInfoValue, HealthControllerCheck503Response, LoginDto, Param, ParamLocation, ParamStyle, RequestInterviewJobCandidateDto, ResendVerificationDto, SignupDto, StandardDataFormat, StandardDataType, StandardParamStyle, UpdateCandidateEducationHistoryDto, UpdateCandidateWorkHistoryDto, UpdateJobDto, VerifyEmailDto };
1821
+ export type { APIAuthResponse, APICandidate, APICandidateEducationHistory, APICandidateJobCandidate, APICandidateJobCandidateJob, APICandidateMeta, APICandidateWorkHistory, APIClient, APIJob, APIJobCandidate, APIJobCandidateStageHistory, APIMessageResponse, APIOrganisation, APIPaginatedCandidateResponse, APIPaginatedClientResponse, APIPaginatedJobCandidateResponse, APIPaginatedJobResponse, APIPublicJobCandidateCandidate, APIPublicJobCandidateCandidateEducationHistory, APIPublicJobCandidateCandidateWorkHistory, APIPublicJobCandidateOrganisation, APIPublicJobCandidateView, APIUser, APIWaitlistEntry, ConfigurationParameters, CreateClientDto, CreateJobCandidateDto, CreateJobDto, CreateWaitlistEntryDto, DataFormat, DataType, HealthControllerCheck200Response, HealthControllerCheck200ResponseInfoValue, HealthControllerCheck503Response, LoginDto, Param, ParamLocation, ParamStyle, RequestInterviewJobCandidateDto, ResendVerificationDto, SignupDto, StandardDataFormat, StandardDataType, StandardParamStyle, UpdateCandidateEducationHistoryDto, UpdateCandidateWorkHistoryDto, UpdateJobDto, VerifyEmailDto };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viewcandidate/client",
3
- "version": "0.0.25",
3
+ "version": "0.0.26",
4
4
  "description": "OpenAPI client for @viewcandidate/client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {