@elevasis/sdk 0.7.2 → 0.7.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.
package/dist/cli.cjs CHANGED
@@ -40068,8 +40068,8 @@ var import_module = require("module");
40068
40068
  // ../core/src/platform/registry/domains.ts
40069
40069
  var DOMAINS = {
40070
40070
  // Business domains
40071
- ACQUISITION: "acquisition",
40072
- LEADS: "leads",
40071
+ INBOUND_PIPELINE: "inbound-pipeline",
40072
+ LEAD_GEN_PIPELINE: "lead-gen-pipeline",
40073
40073
  SUPPORT: "support",
40074
40074
  DELIVERY: "delivery",
40075
40075
  OPERATIONS: "operations",
@@ -40083,15 +40083,15 @@ var DOMAINS = {
40083
40083
  UTILITY: "utility",
40084
40084
  DIAGNOSTIC: "diagnostic"
40085
40085
  };
40086
- var ACQUISITION_DOMAIN = {
40087
- id: DOMAINS.ACQUISITION,
40088
- name: "Acquisition Pipeline",
40089
- description: "End-to-end client acquisition from first reply to onboarding",
40086
+ var INBOUND_PIPELINE_DOMAIN = {
40087
+ id: DOMAINS.INBOUND_PIPELINE,
40088
+ name: "Inbound Pipeline",
40089
+ description: "End-to-end inbound client acquisition from first reply to onboarding",
40090
40090
  color: "blue"
40091
40091
  };
40092
- var LEADS_DOMAIN = {
40093
- id: DOMAINS.LEADS,
40094
- name: "Lead Pipeline",
40092
+ var LEAD_GEN_PIPELINE_DOMAIN = {
40093
+ id: DOMAINS.LEAD_GEN_PIPELINE,
40094
+ name: "Lead Gen Pipeline",
40095
40095
  description: "Lead scraping, enrichment, qualification, and personalization",
40096
40096
  color: "cyan"
40097
40097
  };
@@ -40162,8 +40162,8 @@ var DIAGNOSTIC_DOMAIN = {
40162
40162
  color: "yellow"
40163
40163
  };
40164
40164
  var DOMAIN_MAP = {
40165
- [DOMAINS.ACQUISITION]: ACQUISITION_DOMAIN,
40166
- [DOMAINS.LEADS]: LEADS_DOMAIN,
40165
+ [DOMAINS.INBOUND_PIPELINE]: INBOUND_PIPELINE_DOMAIN,
40166
+ [DOMAINS.LEAD_GEN_PIPELINE]: LEAD_GEN_PIPELINE_DOMAIN,
40167
40167
  [DOMAINS.SUPPORT]: SUPPORT_DOMAIN,
40168
40168
  [DOMAINS.DELIVERY]: DELIVERY_DOMAIN,
40169
40169
  [DOMAINS.OPERATIONS]: OPERATIONS_DOMAIN,
@@ -43977,7 +43977,7 @@ function wrapAction(commandName, fn) {
43977
43977
  // package.json
43978
43978
  var package_default = {
43979
43979
  name: "@elevasis/sdk",
43980
- version: "0.7.2",
43980
+ version: "0.7.3",
43981
43981
  description: "SDK for building Elevasis organization resources",
43982
43982
  type: "module",
43983
43983
  bin: {
package/dist/index.d.ts CHANGED
@@ -6727,8 +6727,8 @@ interface HumanCheckpointDefinition extends ResourceDefinition {
6727
6727
  */
6728
6728
 
6729
6729
  declare const DOMAINS: {
6730
- readonly ACQUISITION: "acquisition";
6731
- readonly LEADS: "leads";
6730
+ readonly INBOUND_PIPELINE: "inbound-pipeline";
6731
+ readonly LEAD_GEN_PIPELINE: "lead-gen-pipeline";
6732
6732
  readonly SUPPORT: "support";
6733
6733
  readonly DELIVERY: "delivery";
6734
6734
  readonly OPERATIONS: "operations";
package/dist/index.js CHANGED
@@ -41,8 +41,8 @@ var ToolingError = class extends ExecutionError {
41
41
  // ../core/src/platform/registry/domains.ts
42
42
  var DOMAINS = {
43
43
  // Business domains
44
- ACQUISITION: "acquisition",
45
- LEADS: "leads",
44
+ INBOUND_PIPELINE: "inbound-pipeline",
45
+ LEAD_GEN_PIPELINE: "lead-gen-pipeline",
46
46
  SUPPORT: "support",
47
47
  DELIVERY: "delivery",
48
48
  OPERATIONS: "operations",
@@ -56,15 +56,15 @@ var DOMAINS = {
56
56
  UTILITY: "utility",
57
57
  DIAGNOSTIC: "diagnostic"
58
58
  };
59
- var ACQUISITION_DOMAIN = {
60
- id: DOMAINS.ACQUISITION,
61
- name: "Acquisition Pipeline",
62
- description: "End-to-end client acquisition from first reply to onboarding",
59
+ var INBOUND_PIPELINE_DOMAIN = {
60
+ id: DOMAINS.INBOUND_PIPELINE,
61
+ name: "Inbound Pipeline",
62
+ description: "End-to-end inbound client acquisition from first reply to onboarding",
63
63
  color: "blue"
64
64
  };
65
- var LEADS_DOMAIN = {
66
- id: DOMAINS.LEADS,
67
- name: "Lead Pipeline",
65
+ var LEAD_GEN_PIPELINE_DOMAIN = {
66
+ id: DOMAINS.LEAD_GEN_PIPELINE,
67
+ name: "Lead Gen Pipeline",
68
68
  description: "Lead scraping, enrichment, qualification, and personalization",
69
69
  color: "cyan"
70
70
  };
@@ -135,8 +135,8 @@ var DIAGNOSTIC_DOMAIN = {
135
135
  color: "yellow"
136
136
  };
137
137
  var DOMAIN_MAP = {
138
- [DOMAINS.ACQUISITION]: ACQUISITION_DOMAIN,
139
- [DOMAINS.LEADS]: LEADS_DOMAIN,
138
+ [DOMAINS.INBOUND_PIPELINE]: INBOUND_PIPELINE_DOMAIN,
139
+ [DOMAINS.LEAD_GEN_PIPELINE]: LEAD_GEN_PIPELINE_DOMAIN,
140
140
  [DOMAINS.SUPPORT]: SUPPORT_DOMAIN,
141
141
  [DOMAINS.DELIVERY]: DELIVERY_DOMAIN,
142
142
  [DOMAINS.OPERATIONS]: OPERATIONS_DOMAIN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elevasis/sdk",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "SDK for building Elevasis organization resources",
5
5
  "type": "module",
6
6
  "bin": {