@pulsecharterconnect/types 0.2.47 → 0.2.48

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.
@@ -15,8 +15,8 @@ export declare enum CaseWorkflowStepStatus {
15
15
  NOT_STARTED = "Not Started"
16
16
  }
17
17
  export declare enum CaseWorkflowStepActionLabel {
18
- CREATE_REQUEST = "Create Request",
19
- EDIT_REQUEST = "Edit Request",
18
+ CREATE_REQUEST = "Create Case",
19
+ EDIT_REQUEST = "Edit Case",
20
20
  VIEW_PROPOSALS = "View Proposals",
21
21
  CREATE_PROPOSAL = "Create Proposal",
22
22
  ADD_PASSENGERS = "Add Passengers",
@@ -18,8 +18,8 @@ var CaseWorkflowStepStatus;
18
18
  })(CaseWorkflowStepStatus = exports.CaseWorkflowStepStatus || (exports.CaseWorkflowStepStatus = {}));
19
19
  var CaseWorkflowStepActionLabel;
20
20
  (function (CaseWorkflowStepActionLabel) {
21
- CaseWorkflowStepActionLabel["CREATE_REQUEST"] = "Create Request";
22
- CaseWorkflowStepActionLabel["EDIT_REQUEST"] = "Edit Request";
21
+ CaseWorkflowStepActionLabel["CREATE_REQUEST"] = "Create Case";
22
+ CaseWorkflowStepActionLabel["EDIT_REQUEST"] = "Edit Case";
23
23
  CaseWorkflowStepActionLabel["VIEW_PROPOSALS"] = "View Proposals";
24
24
  CaseWorkflowStepActionLabel["CREATE_PROPOSAL"] = "Create Proposal";
25
25
  CaseWorkflowStepActionLabel["ADD_PASSENGERS"] = "Add Passengers";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulsecharterconnect/types",
3
- "version": "0.2.47",
3
+ "version": "0.2.48",
4
4
  "description": "A TypeScript library for enhanced type safety.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",