@zyacreatives/shared 1.9.98 → 1.9.99
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/constants.js +2 -2
- package/package.json +1 -1
- package/src/constants.ts +2 -2
package/dist/constants.js
CHANGED
package/package.json
CHANGED
package/src/constants.ts
CHANGED
|
@@ -167,8 +167,8 @@ export const JOB_LOCATIONS = {
|
|
|
167
167
|
export type JobLocation = (typeof JOB_LOCATIONS)[keyof typeof JOB_LOCATIONS];
|
|
168
168
|
|
|
169
169
|
export const GIG_TYPE = {
|
|
170
|
-
ONE_TIME: "
|
|
171
|
-
RECURRING: "
|
|
170
|
+
ONE_TIME: "One Time",
|
|
171
|
+
RECURRING: "Recurring",
|
|
172
172
|
};
|
|
173
173
|
export const WAGES_CURRENCY = {
|
|
174
174
|
USD: "USD",
|