@curviate/sdk 0.3.0 → 0.4.1

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.
@@ -102,7 +102,7 @@ export interface paths {
102
102
  "application/json": components["schemas"]["Error"];
103
103
  };
104
104
  };
105
- /** @description Service unavailable — a downstream dependency is temporarily unavailable. */
105
+ /** @description Service unavailable. */
106
106
  503: {
107
107
  headers: {
108
108
  [name: string]: unknown;
@@ -111,7 +111,7 @@ export interface paths {
111
111
  "application/json": components["schemas"]["Error"];
112
112
  };
113
113
  };
114
- /** @description Gateway timeout — a downstream read did not complete in time. */
114
+ /** @description Gateway timeout. */
115
115
  504: {
116
116
  headers: {
117
117
  [name: string]: unknown;
@@ -321,7 +321,7 @@ export interface paths {
321
321
  "application/json": components["schemas"]["Error"];
322
322
  };
323
323
  };
324
- /** @description The connection platform returned an error. */
324
+ /** @description A temporary error occurred. Please try again. */
325
325
  502: {
326
326
  headers: {
327
327
  [name: string]: unknown;
@@ -556,7 +556,7 @@ export interface paths {
556
556
  "application/json": components["schemas"]["Error"];
557
557
  };
558
558
  };
559
- /** @description The connection platform returned an error. */
559
+ /** @description A temporary error occurred. Please try again. */
560
560
  502: {
561
561
  headers: {
562
562
  [name: string]: unknown;
@@ -685,7 +685,7 @@ export interface paths {
685
685
  "application/json": components["schemas"]["Error"];
686
686
  };
687
687
  };
688
- /** @description The connection platform returned an error. */
688
+ /** @description A temporary error occurred. Please try again. */
689
689
  502: {
690
690
  headers: {
691
691
  [name: string]: unknown;
@@ -826,7 +826,7 @@ export interface paths {
826
826
  "application/json": components["schemas"]["Error"];
827
827
  };
828
828
  };
829
- /** @description The connection platform returned an error. */
829
+ /** @description A temporary error occurred. Please try again. */
830
830
  502: {
831
831
  headers: {
832
832
  [name: string]: unknown;
@@ -1048,7 +1048,7 @@ export interface paths {
1048
1048
  "application/json": components["schemas"]["Error"];
1049
1049
  };
1050
1050
  };
1051
- /** @description The connection platform returned an error. */
1051
+ /** @description A temporary error occurred. Please try again. */
1052
1052
  502: {
1053
1053
  headers: {
1054
1054
  [name: string]: unknown;
@@ -1163,7 +1163,7 @@ export interface paths {
1163
1163
  "application/json": components["schemas"]["Error"];
1164
1164
  };
1165
1165
  };
1166
- /** @description The connection platform returned an error. */
1166
+ /** @description A temporary error occurred. Please try again. */
1167
1167
  502: {
1168
1168
  headers: {
1169
1169
  [name: string]: unknown;
@@ -1325,7 +1325,7 @@ export interface paths {
1325
1325
  "application/json": components["schemas"]["Error"];
1326
1326
  };
1327
1327
  };
1328
- /** @description The connection platform returned an error. */
1328
+ /** @description A temporary error occurred. Please try again. */
1329
1329
  502: {
1330
1330
  headers: {
1331
1331
  [name: string]: unknown;
@@ -1457,7 +1457,7 @@ export interface paths {
1457
1457
  "application/json": components["schemas"]["Error"];
1458
1458
  };
1459
1459
  };
1460
- /** @description The connection platform returned an error. */
1460
+ /** @description A temporary error occurred. Please try again. */
1461
1461
  502: {
1462
1462
  headers: {
1463
1463
  [name: string]: unknown;
@@ -1682,7 +1682,7 @@ export interface paths {
1682
1682
  "application/json": components["schemas"]["Error"];
1683
1683
  };
1684
1684
  };
1685
- /** @description Platform error upstream returned an unexpected response. */
1685
+ /** @description A temporary error occurred while processing the request. */
1686
1686
  502: {
1687
1687
  headers: {
1688
1688
  [name: string]: unknown;
@@ -1860,7 +1860,7 @@ export interface paths {
1860
1860
  "application/json": components["schemas"]["Error"];
1861
1861
  };
1862
1862
  };
1863
- /** @description Platform error upstream returned an unexpected response. */
1863
+ /** @description A temporary error occurred while processing the request. */
1864
1864
  502: {
1865
1865
  headers: {
1866
1866
  [name: string]: unknown;
@@ -2040,7 +2040,7 @@ export interface paths {
2040
2040
  "application/json": components["schemas"]["Error"];
2041
2041
  };
2042
2042
  };
2043
- /** @description Platform error upstream returned an unexpected response. */
2043
+ /** @description A temporary error occurred while processing the request. */
2044
2044
  502: {
2045
2045
  headers: {
2046
2046
  [name: string]: unknown;
@@ -2202,7 +2202,7 @@ export interface paths {
2202
2202
  "application/json": components["schemas"]["Error"];
2203
2203
  };
2204
2204
  };
2205
- /** @description Platform error upstream returned an unexpected response. */
2205
+ /** @description A temporary error occurred while processing the request. */
2206
2206
  502: {
2207
2207
  headers: {
2208
2208
  [name: string]: unknown;
@@ -2347,7 +2347,7 @@ export interface paths {
2347
2347
  "application/json": components["schemas"]["Error"];
2348
2348
  };
2349
2349
  };
2350
- /** @description Platform error upstream returned an unexpected response. */
2350
+ /** @description A temporary error occurred while processing the request. */
2351
2351
  502: {
2352
2352
  headers: {
2353
2353
  [name: string]: unknown;
@@ -2537,7 +2537,7 @@ export interface paths {
2537
2537
  "application/json": components["schemas"]["Error"];
2538
2538
  };
2539
2539
  };
2540
- /** @description The connection platform returned an error. */
2540
+ /** @description A temporary error occurred. Please try again. */
2541
2541
  502: {
2542
2542
  headers: {
2543
2543
  [name: string]: unknown;
@@ -2745,7 +2745,7 @@ export interface paths {
2745
2745
  "application/json": components["schemas"]["Error"];
2746
2746
  };
2747
2747
  };
2748
- /** @description The connection platform returned an error. */
2748
+ /** @description A temporary error occurred. Please try again. */
2749
2749
  502: {
2750
2750
  headers: {
2751
2751
  [name: string]: unknown;
@@ -2954,7 +2954,7 @@ export interface paths {
2954
2954
  "application/json": components["schemas"]["Error"];
2955
2955
  };
2956
2956
  };
2957
- /** @description The connection platform returned an error. */
2957
+ /** @description A temporary error occurred. Please try again. */
2958
2958
  502: {
2959
2959
  headers: {
2960
2960
  [name: string]: unknown;
@@ -3136,7 +3136,7 @@ export interface paths {
3136
3136
  "application/json": components["schemas"]["Error"];
3137
3137
  };
3138
3138
  };
3139
- /** @description The connection platform returned an error. */
3139
+ /** @description A temporary error occurred. Please try again. */
3140
3140
  502: {
3141
3141
  headers: {
3142
3142
  [name: string]: unknown;
@@ -3310,7 +3310,7 @@ export interface paths {
3310
3310
  "application/json": components["schemas"]["Error"];
3311
3311
  };
3312
3312
  };
3313
- /** @description The connection platform returned an error. */
3313
+ /** @description A temporary error occurred. Please try again. */
3314
3314
  502: {
3315
3315
  headers: {
3316
3316
  [name: string]: unknown;
@@ -3354,7 +3354,7 @@ export interface paths {
3354
3354
  };
3355
3355
  /**
3356
3356
  * Retrieve an attachment from a message
3357
- * @description Streams the raw bytes of a message attachment with its upstream content type. No attachment bytes are stored by Curviate — they are proxied on demand.
3357
+ * @description Streams the raw bytes of a message attachment with its original content type. No attachment bytes are stored by Curviate — they are served on demand.
3358
3358
  */
3359
3359
  get: {
3360
3360
  parameters: {
@@ -3370,7 +3370,7 @@ export interface paths {
3370
3370
  };
3371
3371
  requestBody?: never;
3372
3372
  responses: {
3373
- /** @description The raw attachment bytes, proxied from the platform with the original content type. No attachment bytes are stored by Curviate. */
3373
+ /** @description The raw attachment bytes, served on demand with the original content type. No attachment bytes are stored by Curviate. */
3374
3374
  200: {
3375
3375
  headers: {
3376
3376
  "RateLimit-Policy": components["headers"]["RateLimit-Policy"];
@@ -3420,7 +3420,7 @@ export interface paths {
3420
3420
  "application/json": components["schemas"]["Error"];
3421
3421
  };
3422
3422
  };
3423
- /** @description The connection platform returned an error. */
3423
+ /** @description A temporary error occurred. Please try again. */
3424
3424
  502: {
3425
3425
  headers: {
3426
3426
  [name: string]: unknown;
@@ -3581,7 +3581,7 @@ export interface paths {
3581
3581
  "application/json": components["schemas"]["Error"];
3582
3582
  };
3583
3583
  };
3584
- /** @description The connection platform returned an error. */
3584
+ /** @description A temporary error occurred. Please try again. */
3585
3585
  502: {
3586
3586
  headers: {
3587
3587
  [name: string]: unknown;
@@ -3686,7 +3686,7 @@ export interface paths {
3686
3686
  "application/json": components["schemas"]["Error"];
3687
3687
  };
3688
3688
  };
3689
- /** @description Upstream platform error. Deletes are window-limited (~60 minutes after sending); a persistent 502 on an older message most likely means the deletion window has passed. */
3689
+ /** @description A temporary error occurred. Deletes are only possible within ~60 minutes of sending; a persistent 502 on an older message most likely means the deletion window has passed. */
3690
3690
  502: {
3691
3691
  headers: {
3692
3692
  [name: string]: unknown;
@@ -3816,7 +3816,7 @@ export interface paths {
3816
3816
  "application/json": components["schemas"]["Error"];
3817
3817
  };
3818
3818
  };
3819
- /** @description The connection platform returned an error. */
3819
+ /** @description A temporary error occurred. Please try again. */
3820
3820
  502: {
3821
3821
  headers: {
3822
3822
  [name: string]: unknown;
@@ -3957,7 +3957,7 @@ export interface paths {
3957
3957
  "application/json": components["schemas"]["Error"];
3958
3958
  };
3959
3959
  };
3960
- /** @description The connection platform returned an error. */
3960
+ /** @description A temporary error occurred. Please try again. */
3961
3961
  502: {
3962
3962
  headers: {
3963
3963
  [name: string]: unknown;
@@ -4032,7 +4032,7 @@ export interface paths {
4032
4032
  /** @description The chat being synced. */
4033
4033
  chat_id?: string;
4034
4034
  /**
4035
- * @description White-labeled sync status.
4035
+ * @description Sync status.
4036
4036
  * @enum {string}
4037
4037
  */
4038
4038
  status?: "sync_started" | "running" | "done" | "error" | "chat_deleted";
@@ -4078,7 +4078,7 @@ export interface paths {
4078
4078
  "application/json": components["schemas"]["Error"];
4079
4079
  };
4080
4080
  };
4081
- /** @description The connection platform returned an error. */
4081
+ /** @description A temporary error occurred. Please try again. */
4082
4082
  502: {
4083
4083
  headers: {
4084
4084
  [name: string]: unknown;
@@ -4124,7 +4124,7 @@ export interface paths {
4124
4124
  };
4125
4125
  /**
4126
4126
  * Re-synchronise account message history
4127
- * @description Triggers a full or windowed re-sync of the account's classic-inbox message history. Returns a sync_status (200).
4127
+ * @description Triggers a full or windowed re-sync of the account's classic-inbox message history. Returns a status (200).
4128
4128
  */
4129
4129
  get: {
4130
4130
  parameters: {
@@ -4162,7 +4162,7 @@ export interface paths {
4162
4162
  object?: "account_sync";
4163
4163
  account_id?: string;
4164
4164
  /** @enum {string} */
4165
- sync_status?: "sync_started" | "running" | "done" | "error";
4165
+ status?: "sync_started" | "running" | "done" | "error";
4166
4166
  };
4167
4167
  };
4168
4168
  };
@@ -4232,7 +4232,7 @@ export interface paths {
4232
4232
  "application/json": components["schemas"]["Error"];
4233
4233
  };
4234
4234
  };
4235
- /** @description The connection platform returned an error. */
4235
+ /** @description A temporary error occurred. Please try again. */
4236
4236
  502: {
4237
4237
  headers: {
4238
4238
  [name: string]: unknown;
@@ -4396,7 +4396,7 @@ export interface paths {
4396
4396
  "application/json": components["schemas"]["Error"];
4397
4397
  };
4398
4398
  };
4399
- /** @description The connection platform returned an error. */
4399
+ /** @description A temporary error occurred. Please try again. */
4400
4400
  502: {
4401
4401
  headers: {
4402
4402
  [name: string]: unknown;
@@ -4534,7 +4534,7 @@ export interface paths {
4534
4534
  "application/json": components["schemas"]["Error"];
4535
4535
  };
4536
4536
  };
4537
- /** @description PLATFORM_ERROR — the connection platform returned an error. */
4537
+ /** @description PLATFORM_ERROR — A temporary error occurred. Please try again. */
4538
4538
  502: {
4539
4539
  headers: {
4540
4540
  [name: string]: unknown;
@@ -4719,7 +4719,7 @@ export interface paths {
4719
4719
  "application/json": components["schemas"]["Error"];
4720
4720
  };
4721
4721
  };
4722
- /** @description The connection platform returned an error. */
4722
+ /** @description A temporary error occurred. Please try again. */
4723
4723
  502: {
4724
4724
  headers: {
4725
4725
  [name: string]: unknown;
@@ -4919,7 +4919,7 @@ export interface paths {
4919
4919
  "application/json": components["schemas"]["Error"];
4920
4920
  };
4921
4921
  };
4922
- /** @description The connection platform returned an error. */
4922
+ /** @description A temporary error occurred. Please try again. */
4923
4923
  502: {
4924
4924
  headers: {
4925
4925
  [name: string]: unknown;
@@ -5092,7 +5092,7 @@ export interface paths {
5092
5092
  "application/json": components["schemas"]["Error"];
5093
5093
  };
5094
5094
  };
5095
- /** @description The connection platform returned an error. */
5095
+ /** @description A temporary error occurred. Please try again. */
5096
5096
  502: {
5097
5097
  headers: {
5098
5098
  [name: string]: unknown;
@@ -5259,7 +5259,7 @@ export interface paths {
5259
5259
  "application/json": components["schemas"]["Error"];
5260
5260
  };
5261
5261
  };
5262
- /** @description The connection platform returned an error. */
5262
+ /** @description A temporary error occurred. Please try again. */
5263
5263
  502: {
5264
5264
  headers: {
5265
5265
  [name: string]: unknown;
@@ -5428,7 +5428,7 @@ export interface paths {
5428
5428
  "application/json": components["schemas"]["Error"];
5429
5429
  };
5430
5430
  };
5431
- /** @description The connection platform returned an error. */
5431
+ /** @description A temporary error occurred. Please try again. */
5432
5432
  502: {
5433
5433
  headers: {
5434
5434
  [name: string]: unknown;
@@ -5593,7 +5593,7 @@ export interface paths {
5593
5593
  "application/json": components["schemas"]["Error"];
5594
5594
  };
5595
5595
  };
5596
- /** @description The connection platform returned an error — raw-request path; error mapping is conservative. */
5596
+ /** @description A temporary error occurred — raw-request path; error mapping is conservative. */
5597
5597
  502: {
5598
5598
  headers: {
5599
5599
  [name: string]: unknown;
@@ -5734,7 +5734,7 @@ export interface paths {
5734
5734
  "application/json": components["schemas"]["Error"];
5735
5735
  };
5736
5736
  };
5737
- /** @description The connection platform returned an error. */
5737
+ /** @description A temporary error occurred. Please try again. */
5738
5738
  502: {
5739
5739
  headers: {
5740
5740
  [name: string]: unknown;
@@ -5842,6 +5842,13 @@ export interface paths {
5842
5842
  follower_count?: number;
5843
5843
  /** @description Total connection count. Absent by default; present only when linkedin_sections is supplied (enrichment path). */
5844
5844
  connections_count?: number;
5845
+ /** @description Profile's primary locale as set by LinkedIn. `language` is a BCP 47 language tag (e.g. `en`, `de`); `country` is an ISO 3166-1 alpha-2 country code (e.g. `DE`, `US`). `null` on the lean path; populated when linkedin_sections is supplied (enrichment path). */
5846
+ primary_locale?: {
5847
+ /** @description ISO 3166-1 alpha-2 country code (e.g. `DE`, `US`). */
5848
+ country?: string;
5849
+ /** @description BCP 47 language tag (e.g. `en`, `de`). */
5850
+ language?: string;
5851
+ } | null;
5845
5852
  /** @description About/summary text (content pass-through — never stored). Present only when requested via linkedin_sections. */
5846
5853
  summary?: string | null;
5847
5854
  /** @description Work experience entries. Present only when requested via linkedin_sections. */
@@ -5922,7 +5929,7 @@ export interface paths {
5922
5929
  "application/json": components["schemas"]["Error"];
5923
5930
  };
5924
5931
  };
5925
- /** @description The connection platform returned an error. */
5932
+ /** @description A temporary error occurred. Please try again. */
5926
5933
  502: {
5927
5934
  headers: {
5928
5935
  [name: string]: unknown;
@@ -6038,6 +6045,13 @@ export interface paths {
6038
6045
  follower_count?: number | null;
6039
6046
  /** @description Total connection count, or null if not available. */
6040
6047
  connections_count?: number | null;
6048
+ /** @description Profile's primary locale as set by LinkedIn. `language` is a BCP 47 language tag (e.g. `en`, `de`); `country` is an ISO 3166-1 alpha-2 country code (e.g. `DE`, `US`). `null` if the profile does not have one set. */
6049
+ primary_locale?: {
6050
+ /** @description ISO 3166-1 alpha-2 country code (e.g. `DE`, `US`). */
6051
+ country?: string;
6052
+ /** @description BCP 47 language tag (e.g. `en`, `de`). */
6053
+ language?: string;
6054
+ } | null;
6041
6055
  /** @description About/summary text (content pass-through — never stored). Present only when requested via linkedin_sections. */
6042
6056
  summary?: string | null;
6043
6057
  /** @description Work experience entries. Present only when requested via linkedin_sections. */
@@ -6118,7 +6132,7 @@ export interface paths {
6118
6132
  "application/json": components["schemas"]["Error"];
6119
6133
  };
6120
6134
  };
6121
- /** @description The connection platform returned an error. */
6135
+ /** @description A temporary error occurred. Please try again. */
6122
6136
  502: {
6123
6137
  headers: {
6124
6138
  [name: string]: unknown;
@@ -6287,7 +6301,7 @@ export interface paths {
6287
6301
  "application/json": components["schemas"]["Error"];
6288
6302
  };
6289
6303
  };
6290
- /** @description The connection platform returned an error. */
6304
+ /** @description A temporary error occurred. Please try again. */
6291
6305
  502: {
6292
6306
  headers: {
6293
6307
  [name: string]: unknown;
@@ -6451,7 +6465,7 @@ export interface paths {
6451
6465
  "application/json": components["schemas"]["Error"];
6452
6466
  };
6453
6467
  };
6454
- /** @description The connection platform returned an error. */
6468
+ /** @description A temporary error occurred. Please try again. */
6455
6469
  502: {
6456
6470
  headers: {
6457
6471
  [name: string]: unknown;
@@ -6645,7 +6659,7 @@ export interface paths {
6645
6659
  "application/json": components["schemas"]["Error"];
6646
6660
  };
6647
6661
  };
6648
- /** @description The connection platform returned an error. */
6662
+ /** @description A temporary error occurred. Please try again. */
6649
6663
  502: {
6650
6664
  headers: {
6651
6665
  [name: string]: unknown;
@@ -6817,7 +6831,7 @@ export interface paths {
6817
6831
  "application/json": components["schemas"]["Error"];
6818
6832
  };
6819
6833
  };
6820
- /** @description The connection platform returned an error. */
6834
+ /** @description A temporary error occurred. Please try again. */
6821
6835
  502: {
6822
6836
  headers: {
6823
6837
  [name: string]: unknown;
@@ -6996,7 +7010,7 @@ export interface paths {
6996
7010
  "application/json": components["schemas"]["Error"];
6997
7011
  };
6998
7012
  };
6999
- /** @description The connection platform returned an error. */
7013
+ /** @description A temporary error occurred. Please try again. */
7000
7014
  502: {
7001
7015
  headers: {
7002
7016
  [name: string]: unknown;
@@ -7284,7 +7298,7 @@ export interface paths {
7284
7298
  "application/json": components["schemas"]["Error"];
7285
7299
  };
7286
7300
  };
7287
- /** @description The connection platform returned an error. */
7301
+ /** @description A temporary error occurred. Please try again. */
7288
7302
  502: {
7289
7303
  headers: {
7290
7304
  [name: string]: unknown;
@@ -7449,7 +7463,7 @@ export interface paths {
7449
7463
  "application/json": components["schemas"]["Error"];
7450
7464
  };
7451
7465
  };
7452
- /** @description The connection platform returned an error. */
7466
+ /** @description A temporary error occurred. Please try again. */
7453
7467
  502: {
7454
7468
  headers: {
7455
7469
  [name: string]: unknown;
@@ -7676,7 +7690,7 @@ export interface paths {
7676
7690
  "application/json": components["schemas"]["Error"];
7677
7691
  };
7678
7692
  };
7679
- /** @description PLATFORM_ERROR — the connection platform returned an error. */
7693
+ /** @description PLATFORM_ERROR — A temporary error occurred. Please try again. */
7680
7694
  502: {
7681
7695
  headers: {
7682
7696
  [name: string]: unknown;
@@ -8194,7 +8208,7 @@ export interface paths {
8194
8208
  "application/json": components["schemas"]["Error"];
8195
8209
  };
8196
8210
  };
8197
- /** @description PLATFORM_ERROR — the connection platform returned an error. */
8211
+ /** @description PLATFORM_ERROR — A temporary error occurred. Please try again. */
8198
8212
  502: {
8199
8213
  headers: {
8200
8214
  [name: string]: unknown;
@@ -8350,7 +8364,7 @@ export interface paths {
8350
8364
  "application/json": components["schemas"]["Error"];
8351
8365
  };
8352
8366
  };
8353
- /** @description PLATFORM_ERROR — the connection platform returned an error. Typically a temporary condition. */
8367
+ /** @description PLATFORM_ERROR — A temporary error occurred. Typically a temporary condition. */
8354
8368
  502: {
8355
8369
  headers: {
8356
8370
  [name: string]: unknown;
@@ -8584,7 +8598,7 @@ export interface paths {
8584
8598
  "application/json": components["schemas"]["Error"];
8585
8599
  };
8586
8600
  };
8587
- /** @description PLATFORM_ERROR — the connection platform returned an error. Typically temporary. */
8601
+ /** @description PLATFORM_ERROR — A temporary error occurred. Typically temporary. */
8588
8602
  502: {
8589
8603
  headers: {
8590
8604
  [name: string]: unknown;
@@ -8804,7 +8818,7 @@ export interface paths {
8804
8818
  "application/json": components["schemas"]["Error"];
8805
8819
  };
8806
8820
  };
8807
- /** @description PLATFORM_ERROR — the connection platform returned an error. Typically temporary. */
8821
+ /** @description PLATFORM_ERROR — A temporary error occurred. Typically temporary. */
8808
8822
  502: {
8809
8823
  headers: {
8810
8824
  [name: string]: unknown;
@@ -9027,7 +9041,7 @@ export interface paths {
9027
9041
  "application/json": components["schemas"]["Error"];
9028
9042
  };
9029
9043
  };
9030
- /** @description PLATFORM_ERROR — the connection platform returned an error. */
9044
+ /** @description PLATFORM_ERROR — A temporary error occurred. Please try again. */
9031
9045
  502: {
9032
9046
  headers: {
9033
9047
  [name: string]: unknown;
@@ -9343,7 +9357,7 @@ export interface paths {
9343
9357
  "application/json": components["schemas"]["Error"];
9344
9358
  };
9345
9359
  };
9346
- /** @description PLATFORM_ERROR — the connection platform returned an error. */
9360
+ /** @description PLATFORM_ERROR — A temporary error occurred. Please try again. */
9347
9361
  502: {
9348
9362
  headers: {
9349
9363
  [name: string]: unknown;
@@ -9495,7 +9509,7 @@ export interface paths {
9495
9509
  "application/json": components["schemas"]["Error"];
9496
9510
  };
9497
9511
  };
9498
- /** @description The connection platform returned an error. */
9512
+ /** @description A temporary error occurred. Please try again. */
9499
9513
  502: {
9500
9514
  headers: {
9501
9515
  [name: string]: unknown;
@@ -9737,7 +9751,7 @@ export interface paths {
9737
9751
  "application/json": components["schemas"]["Error"];
9738
9752
  };
9739
9753
  };
9740
- /** @description PLATFORM_ERROR — the connection platform returned an error. */
9754
+ /** @description PLATFORM_ERROR — A temporary error occurred. Please try again. */
9741
9755
  502: {
9742
9756
  headers: {
9743
9757
  [name: string]: unknown;
@@ -9905,7 +9919,7 @@ export interface paths {
9905
9919
  "application/json": components["schemas"]["Error"];
9906
9920
  };
9907
9921
  };
9908
- /** @description PLATFORM_ERROR — the connection platform returned an error. */
9922
+ /** @description PLATFORM_ERROR — A temporary error occurred. Please try again. */
9909
9923
  502: {
9910
9924
  headers: {
9911
9925
  [name: string]: unknown;
@@ -10494,7 +10508,7 @@ export interface paths {
10494
10508
  "application/json": components["schemas"]["Error"];
10495
10509
  };
10496
10510
  };
10497
- /** @description PLATFORM_ERROR — the connection platform returned an unexpected error. */
10511
+ /** @description PLATFORM_ERROR — A temporary error occurred. Please try again. */
10498
10512
  502: {
10499
10513
  headers: {
10500
10514
  [name: string]: unknown;
@@ -10674,7 +10688,7 @@ export interface paths {
10674
10688
  "application/json": components["schemas"]["Error"];
10675
10689
  };
10676
10690
  };
10677
- /** @description PLATFORM_ERROR — the connection platform returned an unexpected error. */
10691
+ /** @description PLATFORM_ERROR — A temporary error occurred. Please try again. */
10678
10692
  502: {
10679
10693
  headers: {
10680
10694
  [name: string]: unknown;
@@ -10735,7 +10749,7 @@ export interface paths {
10735
10749
  };
10736
10750
  requestBody?: never;
10737
10751
  responses: {
10738
- /** @description The raw resume bytes, proxied from the platform with the original content type. No resume bytes are stored by Curviate. */
10752
+ /** @description The raw resume bytes, served on demand with the original content type. No resume bytes are stored by Curviate. */
10739
10753
  200: {
10740
10754
  headers: {
10741
10755
  "RateLimit-Policy": components["headers"]["RateLimit-Policy"];
@@ -11480,7 +11494,7 @@ export interface paths {
11480
11494
  "application/json": components["schemas"]["Error"];
11481
11495
  };
11482
11496
  };
11483
- /** @description The connection platform returned an error. */
11497
+ /** @description A temporary error occurred. Please try again. */
11484
11498
  502: {
11485
11499
  headers: {
11486
11500
  [name: string]: unknown;
@@ -11874,7 +11888,7 @@ export interface paths {
11874
11888
  "application/json": components["schemas"]["Error"];
11875
11889
  };
11876
11890
  };
11877
- /** @description The connection platform returned an error. */
11891
+ /** @description A temporary error occurred. Please try again. */
11878
11892
  502: {
11879
11893
  headers: {
11880
11894
  [name: string]: unknown;
@@ -12173,7 +12187,7 @@ export interface paths {
12173
12187
  "application/json": components["schemas"]["Error"];
12174
12188
  };
12175
12189
  };
12176
- /** @description The connection platform returned an error. */
12190
+ /** @description A temporary error occurred. Please try again. */
12177
12191
  502: {
12178
12192
  headers: {
12179
12193
  [name: string]: unknown;
@@ -12338,7 +12352,7 @@ export interface paths {
12338
12352
  "application/json": components["schemas"]["Error"];
12339
12353
  };
12340
12354
  };
12341
- /** @description The connection platform returned an error. */
12355
+ /** @description A temporary error occurred. Please try again. */
12342
12356
  502: {
12343
12357
  headers: {
12344
12358
  [name: string]: unknown;
@@ -12539,7 +12553,7 @@ export interface paths {
12539
12553
  "application/json": components["schemas"]["Error"];
12540
12554
  };
12541
12555
  };
12542
- /** @description The connection platform returned an error. */
12556
+ /** @description A temporary error occurred. Please try again. */
12543
12557
  502: {
12544
12558
  headers: {
12545
12559
  [name: string]: unknown;
@@ -12707,7 +12721,7 @@ export interface paths {
12707
12721
  "application/json": components["schemas"]["Error"];
12708
12722
  };
12709
12723
  };
12710
- /** @description The connection platform returned an error. */
12724
+ /** @description A temporary error occurred. Please try again. */
12711
12725
  502: {
12712
12726
  headers: {
12713
12727
  [name: string]: unknown;
@@ -12876,7 +12890,7 @@ export interface paths {
12876
12890
  "application/json": components["schemas"]["Error"];
12877
12891
  };
12878
12892
  };
12879
- /** @description The connection platform returned an error. */
12893
+ /** @description A temporary error occurred. Please try again. */
12880
12894
  502: {
12881
12895
  headers: {
12882
12896
  [name: string]: unknown;
@@ -13028,7 +13042,7 @@ export interface paths {
13028
13042
  "application/json": components["schemas"]["Error"];
13029
13043
  };
13030
13044
  };
13031
- /** @description The connection platform returned an error. */
13045
+ /** @description A temporary error occurred. Please try again. */
13032
13046
  502: {
13033
13047
  headers: {
13034
13048
  [name: string]: unknown;
@@ -13083,7 +13097,7 @@ export interface paths {
13083
13097
  query: {
13084
13098
  /** @description The linked LinkedIn account to search on behalf of. */
13085
13099
  account_id: string;
13086
- /** @description Maximum results per page (1–50, default 10). Note: the platform may return a fixed page size (empirically ~10 items) regardless of smaller limits. */
13100
+ /** @description Maximum results per page (1–50, default 10). */
13087
13101
  limit?: number;
13088
13102
  /** @description Opaque pagination cursor returned from a previous response. */
13089
13103
  cursor?: string;
@@ -13154,6 +13168,8 @@ export interface paths {
13154
13168
  object: "people_search_result";
13155
13169
  /** @description People search result items. */
13156
13170
  items: {
13171
+ /** @description Raw LinkedIn provider id for this person (e.g. ACoAA…). */
13172
+ id: string;
13157
13173
  /** @description LinkedIn member URN for this person (normalized to urn:li:member:N). */
13158
13174
  linkedin_urn: string;
13159
13175
  /** @description LinkedIn public identifier (the slug after linkedin.com/in/). */
@@ -13306,7 +13322,7 @@ export interface paths {
13306
13322
  "application/json": components["schemas"]["Error"];
13307
13323
  };
13308
13324
  };
13309
- /** @description The connection platform returned an error. */
13325
+ /** @description A temporary error occurred. Please try again. */
13310
13326
  502: {
13311
13327
  headers: {
13312
13328
  [name: string]: unknown;
@@ -13359,7 +13375,7 @@ export interface paths {
13359
13375
  query: {
13360
13376
  /** @description The linked LinkedIn account to search on behalf of. */
13361
13377
  account_id: string;
13362
- /** @description Maximum results per page (1–50, default 10). Note: the platform may return a fixed page size (empirically ~10 items) regardless of smaller limits. */
13378
+ /** @description Maximum results per page (1–50, default 10). */
13363
13379
  limit?: number;
13364
13380
  /** @description Opaque pagination cursor returned from a previous response. */
13365
13381
  cursor?: string;
@@ -13510,7 +13526,7 @@ export interface paths {
13510
13526
  "application/json": components["schemas"]["Error"];
13511
13527
  };
13512
13528
  };
13513
- /** @description The connection platform returned an error. */
13529
+ /** @description A temporary error occurred. Please try again. */
13514
13530
  502: {
13515
13531
  headers: {
13516
13532
  [name: string]: unknown;
@@ -13563,7 +13579,7 @@ export interface paths {
13563
13579
  query: {
13564
13580
  /** @description The linked LinkedIn account to search on behalf of. */
13565
13581
  account_id: string;
13566
- /** @description Maximum results per page (1–50, default 10). Note: the platform may return a fixed page size (empirically ~10 items) regardless of smaller limits. */
13582
+ /** @description Maximum results per page (1–50, default 10). */
13567
13583
  limit?: number;
13568
13584
  /** @description Opaque pagination cursor returned from a previous response. */
13569
13585
  cursor?: string;
@@ -13778,7 +13794,7 @@ export interface paths {
13778
13794
  "application/json": components["schemas"]["Error"];
13779
13795
  };
13780
13796
  };
13781
- /** @description The connection platform returned an error. */
13797
+ /** @description A temporary error occurred. Please try again. */
13782
13798
  502: {
13783
13799
  headers: {
13784
13800
  [name: string]: unknown;
@@ -13831,7 +13847,7 @@ export interface paths {
13831
13847
  query: {
13832
13848
  /** @description The linked LinkedIn account to search on behalf of. */
13833
13849
  account_id: string;
13834
- /** @description Maximum results per page (1–50, default 10). Note: the platform may return a fixed page size (empirically ~10 items) regardless of smaller limits. */
13850
+ /** @description Maximum results per page (1–50, default 10). */
13835
13851
  limit?: number;
13836
13852
  /** @description Opaque pagination cursor returned from a previous response. */
13837
13853
  cursor?: string;
@@ -14038,7 +14054,7 @@ export interface paths {
14038
14054
  "application/json": components["schemas"]["Error"];
14039
14055
  };
14040
14056
  };
14041
- /** @description The connection platform returned an error. */
14057
+ /** @description A temporary error occurred. Please try again. */
14042
14058
  502: {
14043
14059
  headers: {
14044
14060
  [name: string]: unknown;
@@ -14783,7 +14799,7 @@ export interface paths {
14783
14799
  "application/json": components["schemas"]["Error"];
14784
14800
  };
14785
14801
  };
14786
- /** @description The connection platform returned an error. */
14802
+ /** @description A temporary error occurred. Please try again. */
14787
14803
  502: {
14788
14804
  headers: {
14789
14805
  [name: string]: unknown;