lancer-shared 1.0.112 → 1.0.113

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.
Files changed (56) hide show
  1. package/dist/constants/routes.d.ts +2 -0
  2. package/dist/constants/routes.js +30 -28
  3. package/dist/schemas/campaign/campaign-analytics.d.ts +264 -0
  4. package/dist/schemas/campaign/campaign-analytics.js +12 -1
  5. package/dist/schemas/job/job.d.ts +16 -16
  6. package/dist/schemas/job/pipeline-job.d.ts +3 -9
  7. package/dist/schemas/job/pipeline-job.js +0 -1
  8. package/dist/schemas/upwork-account/index.d.ts +1 -1
  9. package/dist/schemas/upwork-account/index.js +1 -1
  10. package/dist/schemas/upwork-account/upwork-business-manager-account.d.ts +14 -14
  11. package/dist/schemas/upwork-account/upwork-business-manager-account.js +2 -2
  12. package/dist/schemas/upwork-account/upwork-scraping-account.d.ts +23 -23
  13. package/dist/schemas/upwork-account/upwork-scraping-account.js +3 -4
  14. package/dist/types/campaign/campaign-analytics.d.ts +2 -1
  15. package/dist/types/upwork-account/upwork-scraping-account.d.ts +2 -2
  16. package/package.json +1 -1
  17. package/dist/constants/upwork-filters.d.ts +0 -5
  18. package/dist/constants/upwork-filters.js +0 -75
  19. package/dist/schemas/ai-config/ai-config.d.ts +0 -39
  20. package/dist/schemas/ai-config/ai-config.js +0 -12
  21. package/dist/schemas/ai-config/index.d.ts +0 -1
  22. package/dist/schemas/ai-config/index.js +0 -17
  23. package/dist/schemas/bid/bid-status.d.ts +0 -30
  24. package/dist/schemas/bid/bid-status.js +0 -15
  25. package/dist/schemas/bidding/proposal-dto.d.ts +0 -26
  26. package/dist/schemas/bidding/proposal-dto.js +0 -18
  27. package/dist/schemas/job/job-pipeline.d.ts +0 -74
  28. package/dist/schemas/job/job-pipeline.js +0 -29
  29. package/dist/schemas/job/job-suitability.d.ts +0 -12
  30. package/dist/schemas/job/job-suitability.js +0 -13
  31. package/dist/schemas/knowledge-object/index.d.ts +0 -1
  32. package/dist/schemas/knowledge-object/index.js +0 -17
  33. package/dist/schemas/knowledge-object/knowledge-object.d.ts +0 -128
  34. package/dist/schemas/knowledge-object/knowledge-object.js +0 -47
  35. package/dist/schemas/scraper/scrape-response.d.ts +0 -345
  36. package/dist/schemas/scraper/scrape-response.js +0 -9
  37. package/dist/schemas/upwork-account/upwork-scraper-account.d.ts +0 -92
  38. package/dist/schemas/upwork-account/upwork-scraper-account.js +0 -31
  39. package/dist/types/ai-config/ai-config.d.ts +0 -6
  40. package/dist/types/ai-config/ai-config.js +0 -2
  41. package/dist/types/ai-config/index.d.ts +0 -1
  42. package/dist/types/ai-config/index.js +0 -17
  43. package/dist/types/bid/bid-status.d.ts +0 -5
  44. package/dist/types/bid/bid-status.js +0 -2
  45. package/dist/types/bidding/proposal-dto.d.ts +0 -3
  46. package/dist/types/bidding/proposal-dto.js +0 -2
  47. package/dist/types/job/job-pipeline.d.ts +0 -4
  48. package/dist/types/job/job-pipeline.js +0 -2
  49. package/dist/types/job/job-suitability.d.ts +0 -3
  50. package/dist/types/job/job-suitability.js +0 -2
  51. package/dist/types/knowledge-object/index.d.ts +0 -1
  52. package/dist/types/knowledge-object/index.js +0 -17
  53. package/dist/types/knowledge-object/knowledge-object.d.ts +0 -4
  54. package/dist/types/knowledge-object/knowledge-object.js +0 -2
  55. package/dist/types/scraper/scrape-response.d.ts +0 -4
  56. package/dist/types/scraper/scrape-response.js +0 -2
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./ai-config"), exports);
@@ -1,5 +0,0 @@
1
- import { z } from 'zod';
2
- import { bidSuccessSchema, bidFailedSchema } from '../../schemas/bid/bid-status';
3
- export type BidSuccess = z.infer<typeof bidSuccessSchema>;
4
- export type BidFailed = z.infer<typeof bidFailedSchema>;
5
- export type BidStatus = BidSuccess | BidFailed;
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +0,0 @@
1
- import { z } from 'zod';
2
- import { proposalDtoSchema } from '../../schemas';
3
- export type ProposalDto = z.infer<typeof proposalDtoSchema>;
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- import { z } from 'zod';
2
- import { jobPipelineSchema } from '../../schemas';
3
- export interface JobPipeline extends z.infer<typeof jobPipelineSchema> {
4
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,3 +0,0 @@
1
- import { z } from 'zod';
2
- import { questionAnswerPairSchema } from '../../schemas';
3
- export type QuestionAnswerPair = z.infer<typeof questionAnswerPairSchema>;
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1 +0,0 @@
1
- export * from './knowledge-object';
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./knowledge-object"), exports);
@@ -1,4 +0,0 @@
1
- import { chatResponseSchema, KnowledgeObjectSchema } from '../../schemas/knowledge-object';
2
- import { z } from 'zod';
3
- export type KnowledgeObject = z.infer<typeof KnowledgeObjectSchema>;
4
- export type ChatResponse = z.infer<typeof chatResponseSchema>;
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- import { z } from 'zod';
2
- import { scrapeResponseSchema } from '../../schemas';
3
- export interface ScrapeResponse extends z.infer<typeof scrapeResponseSchema> {
4
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });