candidhealth 0.6.2 → 0.6.3

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 (73) hide show
  1. package/api/resources/auth/resources/v2/client/Client.js +1 -1
  2. package/api/resources/auth/resources/v2/types/AuthGetTokenRequest.d.ts +2 -0
  3. package/api/resources/auth/resources/v2/types/AuthGetTokenResponse.d.ts +1 -0
  4. package/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  5. package/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +5 -0
  6. package/api/resources/commons/types/FacilityTypeCode.d.ts +151 -1
  7. package/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +73 -1
  8. package/api/resources/commons/types/State.d.ts +8 -1
  9. package/api/resources/commons/types/State.js +7 -0
  10. package/api/resources/eligibility/resources/v2/client/Client.js +1 -1
  11. package/api/resources/encounters/resources/v4/client/Client.js +4 -4
  12. package/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +25 -3
  13. package/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +39 -0
  14. package/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +30 -5
  15. package/api/resources/encounters/resources/v4/types/Encounter.d.ts +41 -1
  16. package/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -1
  17. package/api/resources/encounters/resources/v4/types/Intervention.d.ts +2 -2
  18. package/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  19. package/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +9 -0
  20. package/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +1 -0
  21. package/api/resources/exports/resources/v3/client/Client.d.ts +1 -1
  22. package/api/resources/exports/resources/v3/client/Client.js +2 -2
  23. package/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  24. package/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +5 -0
  25. package/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +35 -1
  26. package/api/resources/organizationProviders/resources/v2/types/LicenseType.js +34 -0
  27. package/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  28. package/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +6 -6
  29. package/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +2 -2
  30. package/api/resources/payers/resources/v3/client/Client.js +2 -2
  31. package/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.d.ts +1 -1
  32. package/api/resources/payers/resources/v3/types/Payer.d.ts +3 -3
  33. package/dist/api/resources/auth/resources/v2/client/Client.js +1 -1
  34. package/dist/api/resources/auth/resources/v2/types/AuthGetTokenRequest.d.ts +2 -0
  35. package/dist/api/resources/auth/resources/v2/types/AuthGetTokenResponse.d.ts +1 -0
  36. package/dist/api/resources/billingNotes/resources/v2/client/Client.js +1 -1
  37. package/dist/api/resources/billingNotes/resources/v2/types/BillingNote.d.ts +5 -0
  38. package/dist/api/resources/commons/types/FacilityTypeCode.d.ts +151 -1
  39. package/dist/api/resources/commons/types/PatientRelationshipToInsuredCodeAll.d.ts +73 -1
  40. package/dist/api/resources/commons/types/State.d.ts +8 -1
  41. package/dist/api/resources/commons/types/State.js +7 -0
  42. package/dist/api/resources/eligibility/resources/v2/client/Client.js +1 -1
  43. package/dist/api/resources/encounters/resources/v4/client/Client.js +4 -4
  44. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterCreate.d.ts +25 -3
  45. package/dist/api/resources/encounters/resources/v4/client/requests/EncounterUpdate.d.ts +39 -0
  46. package/dist/api/resources/encounters/resources/v4/client/requests/GetAllEncountersRequest.d.ts +30 -5
  47. package/dist/api/resources/encounters/resources/v4/types/Encounter.d.ts +41 -1
  48. package/dist/api/resources/encounters/resources/v4/types/EncounterBase.d.ts +2 -1
  49. package/dist/api/resources/encounters/resources/v4/types/Intervention.d.ts +2 -2
  50. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/Client.js +1 -1
  51. package/dist/api/resources/expectedNetworkStatus/resources/v1/client/requests/ExpectedNetworkStatusRequest.d.ts +9 -0
  52. package/dist/api/resources/expectedNetworkStatus/resources/v1/types/ExpectedNetworkStatusResponse.d.ts +1 -0
  53. package/dist/api/resources/exports/resources/v3/client/Client.d.ts +1 -1
  54. package/dist/api/resources/exports/resources/v3/client/Client.js +2 -2
  55. package/dist/api/resources/guarantor/resources/v1/client/Client.js +3 -3
  56. package/dist/api/resources/guarantor/resources/v1/client/requests/GuarantorUpdate.d.ts +5 -0
  57. package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +35 -1
  58. package/dist/api/resources/organizationProviders/resources/v2/types/LicenseType.js +34 -0
  59. package/dist/api/resources/organizationProviders/resources/v3/client/Client.js +4 -4
  60. package/dist/api/resources/organizationProviders/resources/v3/client/requests/GetAllOrganizationProvidersRequestV2.d.ts +6 -6
  61. package/dist/api/resources/organizationProviders/resources/v3/types/OrganizationProviderV2.d.ts +2 -2
  62. package/dist/api/resources/payers/resources/v3/client/Client.js +2 -2
  63. package/dist/api/resources/payers/resources/v3/client/requests/GetAllPayersRequest.d.ts +1 -1
  64. package/dist/api/resources/payers/resources/v3/types/Payer.d.ts +3 -3
  65. package/dist/serialization/resources/commons/types/State.d.ts +1 -1
  66. package/dist/serialization/resources/commons/types/State.js +7 -0
  67. package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
  68. package/dist/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +34 -0
  69. package/package.json +1 -1
  70. package/serialization/resources/commons/types/State.d.ts +1 -1
  71. package/serialization/resources/commons/types/State.js +7 -0
  72. package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.d.ts +1 -1
  73. package/serialization/resources/organizationProviders/resources/v2/types/LicenseType.js +34 -0
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * This file was auto-generated by Fern from our API Definition.
3
3
  */
4
- export declare type LicenseType = "MD" | "NP" | "PA" | "LMFT" | "LCPC" | "LCSW" | "PMHNP" | "FNP" | "LPCC" | "DO" | "RD" | "SLP" | "APRN" | "LPC" | "PHD" | "PSYD" | "LMSW" | "LMHC" | "OTHER_MASTERS" | "BCBA" | "UNKNOWN" | "RPH" | "PHT" | "LAC" | "LMT" | "DC" | "ND" | "MA" | "PT" | "IBCLC" | "RN" | "DPT" | "LCMHC";
4
+ export declare type LicenseType = "MD" | "NP" | "PA" | "LMFT" | "LCPC" | "LCSW" | "PMHNP" | "FNP" | "LPCC" | "DO" | "RD" | "SLP" | "APRN" | "LPC" | "PHD" | "PSYD" | "LMSW" | "LMHC" | "OTHER_MASTERS" | "BCBA" | "UNKNOWN" | "RPH" | "PHT" | "LAC" | "LMT" | "DC" | "ND" | "MA" | "PT" | "IBCLC" | "RN" | "DPT" | "LCMHC" | "CNM" | "RNFA" | "ACSW" | "APC" | "BCABA" | "BHA" | "OD" | "DPM" | "DA" | "DDS" | "DEH" | "DMD" | "PTA" | "LCADC" | "LCAT" | "LCMHCS" | "LCMHCA" | "LCSWA" | "LICSW" | "LISW" | "LMFTS" | "LMFTA" | "LPCI" | "LSCSW" | "MHCA" | "MHT" | "RBT" | "RCSWI" | "RHMCI" | "LPN" | "OTD" | "OMS" | "MFTA" | "APCC";
5
5
  export declare const LicenseType: {
6
6
  readonly Md: "MD";
7
7
  readonly Np: "NP";
@@ -36,4 +36,38 @@ export declare const LicenseType: {
36
36
  readonly Rn: "RN";
37
37
  readonly Dpt: "DPT";
38
38
  readonly Lcmhc: "LCMHC";
39
+ readonly Cnm: "CNM";
40
+ readonly Rnfa: "RNFA";
41
+ readonly Acsw: "ACSW";
42
+ readonly Apc: "APC";
43
+ readonly Bcaba: "BCABA";
44
+ readonly Bha: "BHA";
45
+ readonly Od: "OD";
46
+ readonly Dpm: "DPM";
47
+ readonly Da: "DA";
48
+ readonly Dds: "DDS";
49
+ readonly Deh: "DEH";
50
+ readonly Dmd: "DMD";
51
+ readonly Pta: "PTA";
52
+ readonly Lcadc: "LCADC";
53
+ readonly Lcat: "LCAT";
54
+ readonly Lcmhcs: "LCMHCS";
55
+ readonly Lcmhca: "LCMHCA";
56
+ readonly Lcswa: "LCSWA";
57
+ readonly Licsw: "LICSW";
58
+ readonly Lisw: "LISW";
59
+ readonly Lmfts: "LMFTS";
60
+ readonly Lmfta: "LMFTA";
61
+ readonly Lpci: "LPCI";
62
+ readonly Lscsw: "LSCSW";
63
+ readonly Mhca: "MHCA";
64
+ readonly Mht: "MHT";
65
+ readonly Rbt: "RBT";
66
+ readonly Rcswi: "RCSWI";
67
+ readonly Rhmci: "RHMCI";
68
+ readonly Lpn: "LPN";
69
+ readonly Otd: "OTD";
70
+ readonly Oms: "OMS";
71
+ readonly Mfta: "MFTA";
72
+ readonly Apcc: "APCC";
39
73
  };
@@ -38,4 +38,38 @@ exports.LicenseType = {
38
38
  Rn: "RN",
39
39
  Dpt: "DPT",
40
40
  Lcmhc: "LCMHC",
41
+ Cnm: "CNM",
42
+ Rnfa: "RNFA",
43
+ Acsw: "ACSW",
44
+ Apc: "APC",
45
+ Bcaba: "BCABA",
46
+ Bha: "BHA",
47
+ Od: "OD",
48
+ Dpm: "DPM",
49
+ Da: "DA",
50
+ Dds: "DDS",
51
+ Deh: "DEH",
52
+ Dmd: "DMD",
53
+ Pta: "PTA",
54
+ Lcadc: "LCADC",
55
+ Lcat: "LCAT",
56
+ Lcmhcs: "LCMHCS",
57
+ Lcmhca: "LCMHCA",
58
+ Lcswa: "LCSWA",
59
+ Licsw: "LICSW",
60
+ Lisw: "LISW",
61
+ Lmfts: "LMFTS",
62
+ Lmfta: "LMFTA",
63
+ Lpci: "LPCI",
64
+ Lscsw: "LSCSW",
65
+ Mhca: "MHCA",
66
+ Mht: "MHT",
67
+ Rbt: "RBT",
68
+ Rcswi: "RCSWI",
69
+ Rhmci: "RHMCI",
70
+ Lpn: "LPN",
71
+ Otd: "OTD",
72
+ Oms: "OMS",
73
+ Mfta: "MFTA",
74
+ Apcc: "APCC",
41
75
  };
@@ -49,7 +49,7 @@ class V3 {
49
49
  Authorization: await this._getAuthorizationHeader(),
50
50
  "X-Fern-Language": "JavaScript",
51
51
  "X-Fern-SDK-Name": "candidhealth",
52
- "X-Fern-SDK-Version": "0.6.2",
52
+ "X-Fern-SDK-Version": "0.6.3",
53
53
  },
54
54
  contentType: "application/json",
55
55
  timeoutMs: 60000,
@@ -115,7 +115,7 @@ class V3 {
115
115
  Authorization: await this._getAuthorizationHeader(),
116
116
  "X-Fern-Language": "JavaScript",
117
117
  "X-Fern-SDK-Name": "candidhealth",
118
- "X-Fern-SDK-Version": "0.6.2",
118
+ "X-Fern-SDK-Version": "0.6.3",
119
119
  },
120
120
  contentType: "application/json",
121
121
  queryParameters: _queryParams,
@@ -145,7 +145,7 @@ class V3 {
145
145
  Authorization: await this._getAuthorizationHeader(),
146
146
  "X-Fern-Language": "JavaScript",
147
147
  "X-Fern-SDK-Name": "candidhealth",
148
- "X-Fern-SDK-Version": "0.6.2",
148
+ "X-Fern-SDK-Version": "0.6.3",
149
149
  },
150
150
  contentType: "application/json",
151
151
  body: await serializers.organizationProviders.v3.OrganizationProviderCreateV2.jsonOrThrow(request, {
@@ -191,7 +191,7 @@ class V3 {
191
191
  Authorization: await this._getAuthorizationHeader(),
192
192
  "X-Fern-Language": "JavaScript",
193
193
  "X-Fern-SDK-Name": "candidhealth",
194
- "X-Fern-SDK-Version": "0.6.2",
194
+ "X-Fern-SDK-Version": "0.6.3",
195
195
  },
196
196
  contentType: "application/json",
197
197
  body: await serializers.organizationProviders.v3.OrganizationProviderUpdateV2.jsonOrThrow(request, {
@@ -8,27 +8,27 @@ export interface GetAllOrganizationProvidersRequestV2 {
8
8
  */
9
9
  limit?: number;
10
10
  /**
11
- * Filter to a name or a part of a name
11
+ * Filter to a name or a part of a name.
12
12
  */
13
13
  searchTerm?: string;
14
14
  /**
15
- * Filter to a specific NPI
15
+ * Filter to a specific NPI.
16
16
  */
17
17
  npi?: string;
18
18
  /**
19
- * Filter to only rendering providers
19
+ * Filter to only rendering providers.
20
20
  */
21
21
  isRendering?: boolean;
22
22
  /**
23
- * Filter to only billing providers
23
+ * Filter to only billing providers.
24
24
  */
25
25
  isBilling?: boolean;
26
26
  /**
27
- * The page token to continue paging through a previous request
27
+ * The page token to continue paging through a previous request.
28
28
  */
29
29
  pageToken?: CandidApi.PageToken;
30
30
  /**
31
- * Defaults to PROVIDER_NAME_ASC
31
+ * Defaults to PROVIDER_NAME_ASC.
32
32
  */
33
33
  sort?: CandidApi.organizationProviders.v2.OrganizationProviderSortOptions;
34
34
  }
@@ -35,8 +35,8 @@ export interface OrganizationProviderV2 {
35
35
  employmentStartDate?: string;
36
36
  /** The employment termination date for the provider. */
37
37
  employmentTerminationDate?: string;
38
- /** Auto-generated ID set on creation */
38
+ /** Auto-generated ID set on creation. */
39
39
  organizationProviderId: CandidApi.organizationProviders.v2.OrganizationProviderId;
40
- /** Qualification given to a provider (PTAN, Medicaid Provider Id etc.) */
40
+ /** Qualification given to a provider (PTAN, Medicaid Provider Id etc.). */
41
41
  qualifications: CandidApi.Identifier[];
42
42
  }
@@ -49,7 +49,7 @@ class V3 {
49
49
  Authorization: await this._getAuthorizationHeader(),
50
50
  "X-Fern-Language": "JavaScript",
51
51
  "X-Fern-SDK-Name": "candidhealth",
52
- "X-Fern-SDK-Version": "0.6.2",
52
+ "X-Fern-SDK-Version": "0.6.3",
53
53
  },
54
54
  contentType: "application/json",
55
55
  timeoutMs: 60000,
@@ -89,7 +89,7 @@ class V3 {
89
89
  Authorization: await this._getAuthorizationHeader(),
90
90
  "X-Fern-Language": "JavaScript",
91
91
  "X-Fern-SDK-Name": "candidhealth",
92
- "X-Fern-SDK-Version": "0.6.2",
92
+ "X-Fern-SDK-Version": "0.6.3",
93
93
  },
94
94
  contentType: "application/json",
95
95
  queryParameters: _queryParams,
@@ -4,7 +4,7 @@
4
4
  import * as CandidApi from "../../../../../..";
5
5
  export interface GetAllPayersRequest {
6
6
  /**
7
- * Defaults to 100
7
+ * Maximum number of entities per page, defaults to 100.
8
8
  */
9
9
  limit?: number;
10
10
  searchTerm?: string;
@@ -3,10 +3,10 @@
3
3
  */
4
4
  import * as CandidApi from "../../../../..";
5
5
  export interface Payer {
6
- /** Auto-generated ID set on creation */
6
+ /** Auto-generated ID set on creation. */
7
7
  payerUuid: CandidApi.payers.v3.PayerUuid;
8
- /** The primary national payer ID of the payer */
8
+ /** The primary national payer ID of the payer. */
9
9
  payerId: string;
10
- /** The primary display name of the payer */
10
+ /** The primary display name of the payer. */
11
11
  payerName: string;
12
12
  }
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../api";
6
6
  import * as core from "../../../../core";
7
7
  export declare const State: core.serialization.Schema<serializers.State.Raw, CandidApi.State>;
8
8
  export declare namespace State {
9
- type Raw = "AA" | "AE" | "AP" | "AL" | "AK" | "AZ" | "AR" | "CA" | "CO" | "CT" | "DC" | "DE" | "FL" | "GA" | "HI" | "ID" | "IL" | "IN" | "IA" | "KS" | "KY" | "LA" | "ME" | "MD" | "MA" | "MI" | "MN" | "MS" | "MO" | "MT" | "NE" | "NV" | "NH" | "NJ" | "NM" | "NY" | "NC" | "ND" | "OH" | "OK" | "OR" | "PA" | "PR" | "RI" | "SC" | "SD" | "TN" | "TX" | "UT" | "VT" | "VA" | "WA" | "WV" | "WI" | "WY";
9
+ type Raw = "AA" | "AE" | "AP" | "AL" | "AK" | "AS" | "AZ" | "AR" | "CA" | "CO" | "CT" | "DC" | "DE" | "FL" | "FM" | "GA" | "GU" | "HI" | "ID" | "IL" | "IN" | "IA" | "KS" | "KY" | "LA" | "ME" | "MD" | "MA" | "MH" | "MI" | "MN" | "MP" | "MS" | "MO" | "MT" | "NE" | "NV" | "NH" | "NJ" | "NM" | "NY" | "NC" | "ND" | "OH" | "OK" | "OR" | "PA" | "PR" | "PW" | "RI" | "SC" | "SD" | "TN" | "TX" | "UT" | "VI" | "VT" | "VA" | "WA" | "WV" | "WI" | "WY";
10
10
  }
@@ -34,6 +34,7 @@ exports.State = core.serialization.enum_([
34
34
  "AP",
35
35
  "AL",
36
36
  "AK",
37
+ "AS",
37
38
  "AZ",
38
39
  "AR",
39
40
  "CA",
@@ -42,7 +43,9 @@ exports.State = core.serialization.enum_([
42
43
  "DC",
43
44
  "DE",
44
45
  "FL",
46
+ "FM",
45
47
  "GA",
48
+ "GU",
46
49
  "HI",
47
50
  "ID",
48
51
  "IL",
@@ -54,8 +57,10 @@ exports.State = core.serialization.enum_([
54
57
  "ME",
55
58
  "MD",
56
59
  "MA",
60
+ "MH",
57
61
  "MI",
58
62
  "MN",
63
+ "MP",
59
64
  "MS",
60
65
  "MO",
61
66
  "MT",
@@ -72,12 +77,14 @@ exports.State = core.serialization.enum_([
72
77
  "OR",
73
78
  "PA",
74
79
  "PR",
80
+ "PW",
75
81
  "RI",
76
82
  "SC",
77
83
  "SD",
78
84
  "TN",
79
85
  "TX",
80
86
  "UT",
87
+ "VI",
81
88
  "VT",
82
89
  "VA",
83
90
  "WA",
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
7
  export declare const LicenseType: core.serialization.Schema<serializers.organizationProviders.v2.LicenseType.Raw, CandidApi.organizationProviders.v2.LicenseType>;
8
8
  export declare namespace LicenseType {
9
- type Raw = "MD" | "NP" | "PA" | "LMFT" | "LCPC" | "LCSW" | "PMHNP" | "FNP" | "LPCC" | "DO" | "RD" | "SLP" | "APRN" | "LPC" | "PHD" | "PSYD" | "LMSW" | "LMHC" | "OTHER_MASTERS" | "BCBA" | "UNKNOWN" | "RPH" | "PHT" | "LAC" | "LMT" | "DC" | "ND" | "MA" | "PT" | "IBCLC" | "RN" | "DPT" | "LCMHC";
9
+ type Raw = "MD" | "NP" | "PA" | "LMFT" | "LCPC" | "LCSW" | "PMHNP" | "FNP" | "LPCC" | "DO" | "RD" | "SLP" | "APRN" | "LPC" | "PHD" | "PSYD" | "LMSW" | "LMHC" | "OTHER_MASTERS" | "BCBA" | "UNKNOWN" | "RPH" | "PHT" | "LAC" | "LMT" | "DC" | "ND" | "MA" | "PT" | "IBCLC" | "RN" | "DPT" | "LCMHC" | "CNM" | "RNFA" | "ACSW" | "APC" | "BCABA" | "BHA" | "OD" | "DPM" | "DA" | "DDS" | "DEH" | "DMD" | "PTA" | "LCADC" | "LCAT" | "LCMHCS" | "LCMHCA" | "LCSWA" | "LICSW" | "LISW" | "LMFTS" | "LMFTA" | "LPCI" | "LSCSW" | "MHCA" | "MHT" | "RBT" | "RCSWI" | "RHMCI" | "LPN" | "OTD" | "OMS" | "MFTA" | "APCC";
10
10
  }
@@ -62,4 +62,38 @@ exports.LicenseType = core.serialization.enum_([
62
62
  "RN",
63
63
  "DPT",
64
64
  "LCMHC",
65
+ "CNM",
66
+ "RNFA",
67
+ "ACSW",
68
+ "APC",
69
+ "BCABA",
70
+ "BHA",
71
+ "OD",
72
+ "DPM",
73
+ "DA",
74
+ "DDS",
75
+ "DEH",
76
+ "DMD",
77
+ "PTA",
78
+ "LCADC",
79
+ "LCAT",
80
+ "LCMHCS",
81
+ "LCMHCA",
82
+ "LCSWA",
83
+ "LICSW",
84
+ "LISW",
85
+ "LMFTS",
86
+ "LMFTA",
87
+ "LPCI",
88
+ "LSCSW",
89
+ "MHCA",
90
+ "MHT",
91
+ "RBT",
92
+ "RCSWI",
93
+ "RHMCI",
94
+ "LPN",
95
+ "OTD",
96
+ "OMS",
97
+ "MFTA",
98
+ "APCC",
65
99
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "candidhealth",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": false,
5
5
  "repository": "https://github.com/candidhealth/candid-node",
6
6
  "main": "./index.js",
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../api";
6
6
  import * as core from "../../../../core";
7
7
  export declare const State: core.serialization.Schema<serializers.State.Raw, CandidApi.State>;
8
8
  export declare namespace State {
9
- type Raw = "AA" | "AE" | "AP" | "AL" | "AK" | "AZ" | "AR" | "CA" | "CO" | "CT" | "DC" | "DE" | "FL" | "GA" | "HI" | "ID" | "IL" | "IN" | "IA" | "KS" | "KY" | "LA" | "ME" | "MD" | "MA" | "MI" | "MN" | "MS" | "MO" | "MT" | "NE" | "NV" | "NH" | "NJ" | "NM" | "NY" | "NC" | "ND" | "OH" | "OK" | "OR" | "PA" | "PR" | "RI" | "SC" | "SD" | "TN" | "TX" | "UT" | "VT" | "VA" | "WA" | "WV" | "WI" | "WY";
9
+ type Raw = "AA" | "AE" | "AP" | "AL" | "AK" | "AS" | "AZ" | "AR" | "CA" | "CO" | "CT" | "DC" | "DE" | "FL" | "FM" | "GA" | "GU" | "HI" | "ID" | "IL" | "IN" | "IA" | "KS" | "KY" | "LA" | "ME" | "MD" | "MA" | "MH" | "MI" | "MN" | "MP" | "MS" | "MO" | "MT" | "NE" | "NV" | "NH" | "NJ" | "NM" | "NY" | "NC" | "ND" | "OH" | "OK" | "OR" | "PA" | "PR" | "PW" | "RI" | "SC" | "SD" | "TN" | "TX" | "UT" | "VI" | "VT" | "VA" | "WA" | "WV" | "WI" | "WY";
10
10
  }
@@ -34,6 +34,7 @@ exports.State = core.serialization.enum_([
34
34
  "AP",
35
35
  "AL",
36
36
  "AK",
37
+ "AS",
37
38
  "AZ",
38
39
  "AR",
39
40
  "CA",
@@ -42,7 +43,9 @@ exports.State = core.serialization.enum_([
42
43
  "DC",
43
44
  "DE",
44
45
  "FL",
46
+ "FM",
45
47
  "GA",
48
+ "GU",
46
49
  "HI",
47
50
  "ID",
48
51
  "IL",
@@ -54,8 +57,10 @@ exports.State = core.serialization.enum_([
54
57
  "ME",
55
58
  "MD",
56
59
  "MA",
60
+ "MH",
57
61
  "MI",
58
62
  "MN",
63
+ "MP",
59
64
  "MS",
60
65
  "MO",
61
66
  "MT",
@@ -72,12 +77,14 @@ exports.State = core.serialization.enum_([
72
77
  "OR",
73
78
  "PA",
74
79
  "PR",
80
+ "PW",
75
81
  "RI",
76
82
  "SC",
77
83
  "SD",
78
84
  "TN",
79
85
  "TX",
80
86
  "UT",
87
+ "VI",
81
88
  "VT",
82
89
  "VA",
83
90
  "WA",
@@ -6,5 +6,5 @@ import * as CandidApi from "../../../../../../api";
6
6
  import * as core from "../../../../../../core";
7
7
  export declare const LicenseType: core.serialization.Schema<serializers.organizationProviders.v2.LicenseType.Raw, CandidApi.organizationProviders.v2.LicenseType>;
8
8
  export declare namespace LicenseType {
9
- type Raw = "MD" | "NP" | "PA" | "LMFT" | "LCPC" | "LCSW" | "PMHNP" | "FNP" | "LPCC" | "DO" | "RD" | "SLP" | "APRN" | "LPC" | "PHD" | "PSYD" | "LMSW" | "LMHC" | "OTHER_MASTERS" | "BCBA" | "UNKNOWN" | "RPH" | "PHT" | "LAC" | "LMT" | "DC" | "ND" | "MA" | "PT" | "IBCLC" | "RN" | "DPT" | "LCMHC";
9
+ type Raw = "MD" | "NP" | "PA" | "LMFT" | "LCPC" | "LCSW" | "PMHNP" | "FNP" | "LPCC" | "DO" | "RD" | "SLP" | "APRN" | "LPC" | "PHD" | "PSYD" | "LMSW" | "LMHC" | "OTHER_MASTERS" | "BCBA" | "UNKNOWN" | "RPH" | "PHT" | "LAC" | "LMT" | "DC" | "ND" | "MA" | "PT" | "IBCLC" | "RN" | "DPT" | "LCMHC" | "CNM" | "RNFA" | "ACSW" | "APC" | "BCABA" | "BHA" | "OD" | "DPM" | "DA" | "DDS" | "DEH" | "DMD" | "PTA" | "LCADC" | "LCAT" | "LCMHCS" | "LCMHCA" | "LCSWA" | "LICSW" | "LISW" | "LMFTS" | "LMFTA" | "LPCI" | "LSCSW" | "MHCA" | "MHT" | "RBT" | "RCSWI" | "RHMCI" | "LPN" | "OTD" | "OMS" | "MFTA" | "APCC";
10
10
  }
@@ -62,4 +62,38 @@ exports.LicenseType = core.serialization.enum_([
62
62
  "RN",
63
63
  "DPT",
64
64
  "LCMHC",
65
+ "CNM",
66
+ "RNFA",
67
+ "ACSW",
68
+ "APC",
69
+ "BCABA",
70
+ "BHA",
71
+ "OD",
72
+ "DPM",
73
+ "DA",
74
+ "DDS",
75
+ "DEH",
76
+ "DMD",
77
+ "PTA",
78
+ "LCADC",
79
+ "LCAT",
80
+ "LCMHCS",
81
+ "LCMHCA",
82
+ "LCSWA",
83
+ "LICSW",
84
+ "LISW",
85
+ "LMFTS",
86
+ "LMFTA",
87
+ "LPCI",
88
+ "LSCSW",
89
+ "MHCA",
90
+ "MHT",
91
+ "RBT",
92
+ "RCSWI",
93
+ "RHMCI",
94
+ "LPN",
95
+ "OTD",
96
+ "OMS",
97
+ "MFTA",
98
+ "APCC",
65
99
  ]);