@elevasis/sdk 0.7.10 → 0.7.11

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/cli.cjs CHANGED
@@ -43883,7 +43883,7 @@ function wrapAction(commandName, fn) {
43883
43883
  // package.json
43884
43884
  var package_default = {
43885
43885
  name: "@elevasis/sdk",
43886
- version: "0.7.10",
43886
+ version: "0.7.11",
43887
43887
  description: "SDK for building Elevasis organization resources",
43888
43888
  type: "module",
43889
43889
  bin: {
package/dist/index.d.ts CHANGED
@@ -1273,7 +1273,6 @@ type Database = {
1273
1273
  opening_line: string | null;
1274
1274
  organization_id: string;
1275
1275
  pipeline_status: Json;
1276
- qualification: string | null;
1277
1276
  source: string | null;
1278
1277
  source_id: string | null;
1279
1278
  status: string;
@@ -1300,7 +1299,6 @@ type Database = {
1300
1299
  opening_line?: string | null;
1301
1300
  organization_id: string;
1302
1301
  pipeline_status?: Json;
1303
- qualification?: string | null;
1304
1302
  source?: string | null;
1305
1303
  source_id?: string | null;
1306
1304
  status?: string;
@@ -1327,7 +1325,6 @@ type Database = {
1327
1325
  opening_line?: string | null;
1328
1326
  organization_id?: string;
1329
1327
  pipeline_status?: Json;
1330
- qualification?: string | null;
1331
1328
  source?: string | null;
1332
1329
  source_id?: string | null;
1333
1330
  status?: string;
@@ -3464,7 +3461,6 @@ interface AcqContact {
3464
3461
  linkedinUrl: string | null;
3465
3462
  title: string | null;
3466
3463
  headline: string | null;
3467
- qualification: 'qualified' | 'disqualified' | 'pending' | null;
3468
3464
  filterReason: string | null;
3469
3465
  openingLine: string | null;
3470
3466
  source: string | null;
@@ -3570,7 +3566,6 @@ interface UpdateContactParams {
3570
3566
  linkedinUrl?: string;
3571
3567
  title?: string;
3572
3568
  headline?: string;
3573
- qualification?: 'qualified' | 'disqualified' | 'pending';
3574
3569
  filterReason?: string;
3575
3570
  openingLine?: string;
3576
3571
  pipelineStatus?: Record<string, unknown>;
@@ -3582,7 +3577,6 @@ interface UpdateContactParams {
3582
3577
  type UpsertContactParams = CreateContactParams;
3583
3578
  interface ContactFilters {
3584
3579
  listId?: string;
3585
- qualification?: 'qualified' | 'disqualified' | 'pending';
3586
3580
  openingLineIsNull?: boolean;
3587
3581
  pipelineStatus?: Record<string, unknown>;
3588
3582
  batchId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elevasis/sdk",
3
- "version": "0.7.10",
3
+ "version": "0.7.11",
4
4
  "description": "SDK for building Elevasis organization resources",
5
5
  "type": "module",
6
6
  "bin": {