@kudo.io/artworker-grpc-client-ts 2.0.265 → 2.0.266
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/lib/artworking/v1/00-artworking_service_connectweb.d.ts +22 -84
- package/lib/artworking/v1/00-artworking_service_connectweb.js +21 -83
- package/lib/artworking/v1/00-artworking_service_connectweb.js.map +1 -1
- package/lib/artworking/v1/artwork_pb.d.ts +89 -160
- package/lib/artworking/v1/artwork_pb.js +132 -222
- package/lib/artworking/v1/artwork_pb.js.map +1 -1
- package/lib/artworking/v1/artworklite_pb.d.ts +5 -1
- package/lib/artworking/v1/artworklite_pb.js +5 -0
- package/lib/artworking/v1/artworklite_pb.js.map +1 -1
- package/lib/artworking/v1/file-collection_pb.d.ts +19 -19
- package/lib/artworking/v1/file-collection_pb.js +2 -2
- package/lib/artworking/v1/file-collection_pb.js.map +1 -1
- package/lib/artworking/v1/job-group_pb.d.ts +13 -1
- package/lib/artworking/v1/job-group_pb.js +15 -0
- package/lib/artworking/v1/job-group_pb.js.map +1 -1
- package/package.json +1 -1
- package/src/artworking/v1/00-artworking_service_connectweb.ts +22 -84
- package/src/artworking/v1/artwork_pb.ts +152 -270
- package/src/artworking/v1/artworklite_pb.ts +7 -1
- package/src/artworking/v1/file-collection_pb.ts +25 -25
- package/src/artworking/v1/job-group_pb.ts +19 -1
|
@@ -1,88 +1,24 @@
|
|
|
1
|
-
import { CreateFileCollectionRequest, CreateFileCollectionResponse, DeleteFileCollectionRequest, DeleteFileCollectionResponse, FindFileCollectionRequest, FindFileCollectionResponse, GetFileCollectionRequest, GetFileCollectionResponse, GetFileCollectionStatsRequest, GetFileCollectionStatsResponse, PromoteFileCollectionToActiveRequest, PromoteFileCollectionToActiveResponse, UpdateFileCollectionRequest, UpdateFileCollectionResponse } from "./file-collection_pb.js";
|
|
2
|
-
import { MethodKind } from "@bufbuild/protobuf";
|
|
3
|
-
import { AddInternalJobNoteRequest, AddInternalJobNoteResponse, AddJobToJobGroupRequest, AddJobToJobGroupResponse, BulkDeleteJobsRequest, BulkDeleteJobsResponse, ChangeAllContactsJobsRequest, ChangeAllContactsJobsResponse, ChangeJobsContactRequest, ChangeJobsContactResponse, CompanyJobCountRequest, CompanyJobCountResponse, CreateJobFromFileCollectionRequest, CreateJobFromFileCollectionResponse, CreateJobRequest, CreateJobResponse, CustomerJobCountRequest, CustomerJobCountResponse, DeleteJobRequest, DeleteJobResponse, FindJobRequest, FindJobResponse, GetAllMediaItemsForJobRequest, GetAllMediaItemsForJobResponse, GetDistinctFieldMatchesRequest, GetDistinctFieldMatchesResponse, GetJobByCustomUIDRequest, GetJobByCustomUIDResponse, GetJobByIdRequest, GetJobByIdResponse, GetJobByIdsRequest, GetJobByIdsResponse, GetJobByUriRequest, GetJobByUriResponse, GetJobFilterSummaryRequest, GetJobFilterSummaryResponse, GetJobRejectionReasonListRequest, GetJobRejectionReasonListResponse, GetJobStateRequest, GetJobStateResponse, GetJobStatsRequest, GetJobStatsResponse, MarkAsCompleteRequest, MarkAsCompleteResponse, PromoteTempJobToActiveRequest, PromoteTempJobToActiveResponse, SetJobSettingsRequest, SetJobSettingsResponse, SetMeasurementUnitRequest, SetMeasurementUnitResponse, SubmitBulkJobActionRequest, SubmitBulkJobActionResponse, SubmitJobActionRequest, SubmitJobActionResponse, UpdateJobRequest, UpdateJobResponse } from "./artwork_pb.js";
|
|
4
1
|
import { CreateJobGroupRequest, CreateJobGroupResponse } from "./job-group_pb.js";
|
|
2
|
+
import { MethodKind } from "@bufbuild/protobuf";
|
|
3
|
+
import { AddInternalJobNoteRequest, AddInternalJobNoteResponse, AddJobToJobGroupRequest, AddJobToJobGroupResponse, BulkDeleteJobsRequest, BulkDeleteJobsResponse, ChangeAllContactsJobsRequest, ChangeAllContactsJobsResponse, ChangeJobsContactRequest, ChangeJobsContactResponse, ChangeJobTypeRequest, ChangeJobTypeResponse, CompanyJobCountRequest, CompanyJobCountResponse, CustomerJobCountRequest, CustomerJobCountResponse, DeleteJobRequest, DeleteJobResponse, FindJobRequest, FindJobResponse, GetAllMediaItemsForJobRequest, GetAllMediaItemsForJobResponse, GetDistinctFieldMatchesRequest, GetDistinctFieldMatchesResponse, GetJobByCustomUIDRequest, GetJobByCustomUIDResponse, GetJobByIdRequest, GetJobByIdResponse, GetJobByIdsRequest, GetJobByIdsResponse, GetJobByUriRequest, GetJobByUriResponse, GetJobFilterSummaryRequest, GetJobFilterSummaryResponse, GetJobRejectionReasonListRequest, GetJobRejectionReasonListResponse, GetJobStateRequest, GetJobStateResponse, GetJobStatsRequest, GetJobStatsResponse, MarkAsCompleteRequest, MarkAsCompleteResponse, PromoteTempJobToActiveRequest, PromoteTempJobToActiveResponse, SetJobSettingsRequest, SetJobSettingsResponse, SetMeasurementUnitRequest, SetMeasurementUnitResponse, SubmitBulkJobActionRequest, SubmitBulkJobActionResponse, SubmitJobActionRequest, SubmitJobActionResponse, UpdateJobRequest, UpdateJobResponse } from "./artwork_pb.js";
|
|
5
4
|
import { GetLeadtimeInfoRequest, GetLeadtimeInfoResponse, GetLeadtimeSettingsRequest, GetLeadtimeSettingsResponse, SetJobLeadtimeRequest, SetJobLeadtimeResponse, SetLeadtimeSettingsRequest, SetLeadtimeSettingsResponse } from "./leadtime_pb.js";
|
|
6
5
|
import { FindJobLiteRequest, FindJobLiteResponse, GetJobLiteByIdRequest, GetJobLiteByIdResponse } from "./artworklite_pb.js";
|
|
7
6
|
import { AddTagToJobRequest, AddTagToJobResponse, CreateTagRequest, CreateTagResponse, GetRecentlyUsedTagsRequest, GetRecentlyUsedTagsResponse, RemoveTagFromJobRequest, RemoveTagFromJobResponse } from "./tag_pb.js";
|
|
8
7
|
/**
|
|
8
|
+
* rpc CreateFileCollection (CreateFileCollectionRequest) returns (CreateFileCollectionResponse) {}
|
|
9
|
+
* rpc FindFileCollection (FindFileCollectionRequest) returns (FindFileCollectionResponse) {}
|
|
10
|
+
* rpc GetFileCollection (GetFileCollectionRequest) returns (GetFileCollectionResponse) {}
|
|
11
|
+
* rpc CreateJobFromFileCollection (CreateJobFromFileCollectionRequest) returns (CreateJobFromFileCollectionResponse) {}
|
|
12
|
+
* rpc DeleteFileCollection (DeleteFileCollectionRequest) returns (DeleteFileCollectionResponse) {}
|
|
13
|
+
* rpc GetFileCollectionStats (GetFileCollectionStatsRequest) returns (GetFileCollectionStatsResponse) {}
|
|
14
|
+
* rpc UpdateFileCollection (UpdateFileCollectionRequest) returns (UpdateFileCollectionResponse) {}
|
|
15
|
+
* rpc PromoteFileCollectionToActive (PromoteFileCollectionToActiveRequest) returns (PromoteFileCollectionToActiveResponse) {}
|
|
16
|
+
*
|
|
9
17
|
* @generated from service artworking.v1.ArtworkingService
|
|
10
18
|
*/
|
|
11
19
|
export declare const ArtworkingService: {
|
|
12
20
|
readonly typeName: "artworking.v1.ArtworkingService";
|
|
13
21
|
readonly methods: {
|
|
14
|
-
/**
|
|
15
|
-
* @generated from rpc artworking.v1.ArtworkingService.CreateFileCollection
|
|
16
|
-
*/
|
|
17
|
-
readonly createFileCollection: {
|
|
18
|
-
readonly name: "CreateFileCollection";
|
|
19
|
-
readonly I: typeof CreateFileCollectionRequest;
|
|
20
|
-
readonly O: typeof CreateFileCollectionResponse;
|
|
21
|
-
readonly kind: MethodKind.Unary;
|
|
22
|
-
};
|
|
23
|
-
/**
|
|
24
|
-
* @generated from rpc artworking.v1.ArtworkingService.FindFileCollection
|
|
25
|
-
*/
|
|
26
|
-
readonly findFileCollection: {
|
|
27
|
-
readonly name: "FindFileCollection";
|
|
28
|
-
readonly I: typeof FindFileCollectionRequest;
|
|
29
|
-
readonly O: typeof FindFileCollectionResponse;
|
|
30
|
-
readonly kind: MethodKind.Unary;
|
|
31
|
-
};
|
|
32
|
-
/**
|
|
33
|
-
* @generated from rpc artworking.v1.ArtworkingService.GetFileCollection
|
|
34
|
-
*/
|
|
35
|
-
readonly getFileCollection: {
|
|
36
|
-
readonly name: "GetFileCollection";
|
|
37
|
-
readonly I: typeof GetFileCollectionRequest;
|
|
38
|
-
readonly O: typeof GetFileCollectionResponse;
|
|
39
|
-
readonly kind: MethodKind.Unary;
|
|
40
|
-
};
|
|
41
|
-
/**
|
|
42
|
-
* @generated from rpc artworking.v1.ArtworkingService.CreateJobFromFileCollection
|
|
43
|
-
*/
|
|
44
|
-
readonly createJobFromFileCollection: {
|
|
45
|
-
readonly name: "CreateJobFromFileCollection";
|
|
46
|
-
readonly I: typeof CreateJobFromFileCollectionRequest;
|
|
47
|
-
readonly O: typeof CreateJobFromFileCollectionResponse;
|
|
48
|
-
readonly kind: MethodKind.Unary;
|
|
49
|
-
};
|
|
50
|
-
/**
|
|
51
|
-
* @generated from rpc artworking.v1.ArtworkingService.DeleteFileCollection
|
|
52
|
-
*/
|
|
53
|
-
readonly deleteFileCollection: {
|
|
54
|
-
readonly name: "DeleteFileCollection";
|
|
55
|
-
readonly I: typeof DeleteFileCollectionRequest;
|
|
56
|
-
readonly O: typeof DeleteFileCollectionResponse;
|
|
57
|
-
readonly kind: MethodKind.Unary;
|
|
58
|
-
};
|
|
59
|
-
/**
|
|
60
|
-
* @generated from rpc artworking.v1.ArtworkingService.GetFileCollectionStats
|
|
61
|
-
*/
|
|
62
|
-
readonly getFileCollectionStats: {
|
|
63
|
-
readonly name: "GetFileCollectionStats";
|
|
64
|
-
readonly I: typeof GetFileCollectionStatsRequest;
|
|
65
|
-
readonly O: typeof GetFileCollectionStatsResponse;
|
|
66
|
-
readonly kind: MethodKind.Unary;
|
|
67
|
-
};
|
|
68
|
-
/**
|
|
69
|
-
* @generated from rpc artworking.v1.ArtworkingService.UpdateFileCollection
|
|
70
|
-
*/
|
|
71
|
-
readonly updateFileCollection: {
|
|
72
|
-
readonly name: "UpdateFileCollection";
|
|
73
|
-
readonly I: typeof UpdateFileCollectionRequest;
|
|
74
|
-
readonly O: typeof UpdateFileCollectionResponse;
|
|
75
|
-
readonly kind: MethodKind.Unary;
|
|
76
|
-
};
|
|
77
|
-
/**
|
|
78
|
-
* @generated from rpc artworking.v1.ArtworkingService.PromoteFileCollectionToActive
|
|
79
|
-
*/
|
|
80
|
-
readonly promoteFileCollectionToActive: {
|
|
81
|
-
readonly name: "PromoteFileCollectionToActive";
|
|
82
|
-
readonly I: typeof PromoteFileCollectionToActiveRequest;
|
|
83
|
-
readonly O: typeof PromoteFileCollectionToActiveResponse;
|
|
84
|
-
readonly kind: MethodKind.Unary;
|
|
85
|
-
};
|
|
86
22
|
/**
|
|
87
23
|
* @generated from rpc artworking.v1.ArtworkingService.CreateJobGroup
|
|
88
24
|
*/
|
|
@@ -102,15 +38,8 @@ export declare const ArtworkingService: {
|
|
|
102
38
|
readonly kind: MethodKind.Unary;
|
|
103
39
|
};
|
|
104
40
|
/**
|
|
105
|
-
*
|
|
106
|
-
|
|
107
|
-
readonly createJob: {
|
|
108
|
-
readonly name: "CreateJob";
|
|
109
|
-
readonly I: typeof CreateJobRequest;
|
|
110
|
-
readonly O: typeof CreateJobResponse;
|
|
111
|
-
readonly kind: MethodKind.Unary;
|
|
112
|
-
};
|
|
113
|
-
/**
|
|
41
|
+
* rpc CreateJob (CreateJobRequest) returns (CreateJobResponse) {}
|
|
42
|
+
*
|
|
114
43
|
* @generated from rpc artworking.v1.ArtworkingService.UpdateJob
|
|
115
44
|
*/
|
|
116
45
|
readonly updateJob: {
|
|
@@ -119,6 +48,15 @@ export declare const ArtworkingService: {
|
|
|
119
48
|
readonly O: typeof UpdateJobResponse;
|
|
120
49
|
readonly kind: MethodKind.Unary;
|
|
121
50
|
};
|
|
51
|
+
/**
|
|
52
|
+
* @generated from rpc artworking.v1.ArtworkingService.ChangeJobType
|
|
53
|
+
*/
|
|
54
|
+
readonly changeJobType: {
|
|
55
|
+
readonly name: "ChangeJobType";
|
|
56
|
+
readonly I: typeof ChangeJobTypeRequest;
|
|
57
|
+
readonly O: typeof ChangeJobTypeResponse;
|
|
58
|
+
readonly kind: MethodKind.Unary;
|
|
59
|
+
};
|
|
122
60
|
/**
|
|
123
61
|
* @generated from rpc artworking.v1.ArtworkingService.ChangeJobsContact
|
|
124
62
|
*/
|
|
@@ -5,91 +5,27 @@
|
|
|
5
5
|
// @ts-nocheck
|
|
6
6
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
7
|
exports.ArtworkingService = void 0;
|
|
8
|
-
const
|
|
8
|
+
const job_group_pb_js_1 = require("./job-group_pb.js");
|
|
9
9
|
const protobuf_1 = require("@bufbuild/protobuf");
|
|
10
10
|
const artwork_pb_js_1 = require("./artwork_pb.js");
|
|
11
|
-
const job_group_pb_js_1 = require("./job-group_pb.js");
|
|
12
11
|
const leadtime_pb_js_1 = require("./leadtime_pb.js");
|
|
13
12
|
const artworklite_pb_js_1 = require("./artworklite_pb.js");
|
|
14
13
|
const tag_pb_js_1 = require("./tag_pb.js");
|
|
15
14
|
/**
|
|
15
|
+
* rpc CreateFileCollection (CreateFileCollectionRequest) returns (CreateFileCollectionResponse) {}
|
|
16
|
+
* rpc FindFileCollection (FindFileCollectionRequest) returns (FindFileCollectionResponse) {}
|
|
17
|
+
* rpc GetFileCollection (GetFileCollectionRequest) returns (GetFileCollectionResponse) {}
|
|
18
|
+
* rpc CreateJobFromFileCollection (CreateJobFromFileCollectionRequest) returns (CreateJobFromFileCollectionResponse) {}
|
|
19
|
+
* rpc DeleteFileCollection (DeleteFileCollectionRequest) returns (DeleteFileCollectionResponse) {}
|
|
20
|
+
* rpc GetFileCollectionStats (GetFileCollectionStatsRequest) returns (GetFileCollectionStatsResponse) {}
|
|
21
|
+
* rpc UpdateFileCollection (UpdateFileCollectionRequest) returns (UpdateFileCollectionResponse) {}
|
|
22
|
+
* rpc PromoteFileCollectionToActive (PromoteFileCollectionToActiveRequest) returns (PromoteFileCollectionToActiveResponse) {}
|
|
23
|
+
*
|
|
16
24
|
* @generated from service artworking.v1.ArtworkingService
|
|
17
25
|
*/
|
|
18
26
|
exports.ArtworkingService = {
|
|
19
27
|
typeName: "artworking.v1.ArtworkingService",
|
|
20
28
|
methods: {
|
|
21
|
-
/**
|
|
22
|
-
* @generated from rpc artworking.v1.ArtworkingService.CreateFileCollection
|
|
23
|
-
*/
|
|
24
|
-
createFileCollection: {
|
|
25
|
-
name: "CreateFileCollection",
|
|
26
|
-
I: file_collection_pb_js_1.CreateFileCollectionRequest,
|
|
27
|
-
O: file_collection_pb_js_1.CreateFileCollectionResponse,
|
|
28
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
29
|
-
},
|
|
30
|
-
/**
|
|
31
|
-
* @generated from rpc artworking.v1.ArtworkingService.FindFileCollection
|
|
32
|
-
*/
|
|
33
|
-
findFileCollection: {
|
|
34
|
-
name: "FindFileCollection",
|
|
35
|
-
I: file_collection_pb_js_1.FindFileCollectionRequest,
|
|
36
|
-
O: file_collection_pb_js_1.FindFileCollectionResponse,
|
|
37
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
38
|
-
},
|
|
39
|
-
/**
|
|
40
|
-
* @generated from rpc artworking.v1.ArtworkingService.GetFileCollection
|
|
41
|
-
*/
|
|
42
|
-
getFileCollection: {
|
|
43
|
-
name: "GetFileCollection",
|
|
44
|
-
I: file_collection_pb_js_1.GetFileCollectionRequest,
|
|
45
|
-
O: file_collection_pb_js_1.GetFileCollectionResponse,
|
|
46
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
47
|
-
},
|
|
48
|
-
/**
|
|
49
|
-
* @generated from rpc artworking.v1.ArtworkingService.CreateJobFromFileCollection
|
|
50
|
-
*/
|
|
51
|
-
createJobFromFileCollection: {
|
|
52
|
-
name: "CreateJobFromFileCollection",
|
|
53
|
-
I: artwork_pb_js_1.CreateJobFromFileCollectionRequest,
|
|
54
|
-
O: artwork_pb_js_1.CreateJobFromFileCollectionResponse,
|
|
55
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
56
|
-
},
|
|
57
|
-
/**
|
|
58
|
-
* @generated from rpc artworking.v1.ArtworkingService.DeleteFileCollection
|
|
59
|
-
*/
|
|
60
|
-
deleteFileCollection: {
|
|
61
|
-
name: "DeleteFileCollection",
|
|
62
|
-
I: file_collection_pb_js_1.DeleteFileCollectionRequest,
|
|
63
|
-
O: file_collection_pb_js_1.DeleteFileCollectionResponse,
|
|
64
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
65
|
-
},
|
|
66
|
-
/**
|
|
67
|
-
* @generated from rpc artworking.v1.ArtworkingService.GetFileCollectionStats
|
|
68
|
-
*/
|
|
69
|
-
getFileCollectionStats: {
|
|
70
|
-
name: "GetFileCollectionStats",
|
|
71
|
-
I: file_collection_pb_js_1.GetFileCollectionStatsRequest,
|
|
72
|
-
O: file_collection_pb_js_1.GetFileCollectionStatsResponse,
|
|
73
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
74
|
-
},
|
|
75
|
-
/**
|
|
76
|
-
* @generated from rpc artworking.v1.ArtworkingService.UpdateFileCollection
|
|
77
|
-
*/
|
|
78
|
-
updateFileCollection: {
|
|
79
|
-
name: "UpdateFileCollection",
|
|
80
|
-
I: file_collection_pb_js_1.UpdateFileCollectionRequest,
|
|
81
|
-
O: file_collection_pb_js_1.UpdateFileCollectionResponse,
|
|
82
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
83
|
-
},
|
|
84
|
-
/**
|
|
85
|
-
* @generated from rpc artworking.v1.ArtworkingService.PromoteFileCollectionToActive
|
|
86
|
-
*/
|
|
87
|
-
promoteFileCollectionToActive: {
|
|
88
|
-
name: "PromoteFileCollectionToActive",
|
|
89
|
-
I: file_collection_pb_js_1.PromoteFileCollectionToActiveRequest,
|
|
90
|
-
O: file_collection_pb_js_1.PromoteFileCollectionToActiveResponse,
|
|
91
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
92
|
-
},
|
|
93
29
|
/**
|
|
94
30
|
* @generated from rpc artworking.v1.ArtworkingService.CreateJobGroup
|
|
95
31
|
*/
|
|
@@ -109,15 +45,8 @@ exports.ArtworkingService = {
|
|
|
109
45
|
kind: protobuf_1.MethodKind.Unary,
|
|
110
46
|
},
|
|
111
47
|
/**
|
|
112
|
-
*
|
|
113
|
-
|
|
114
|
-
createJob: {
|
|
115
|
-
name: "CreateJob",
|
|
116
|
-
I: artwork_pb_js_1.CreateJobRequest,
|
|
117
|
-
O: artwork_pb_js_1.CreateJobResponse,
|
|
118
|
-
kind: protobuf_1.MethodKind.Unary,
|
|
119
|
-
},
|
|
120
|
-
/**
|
|
48
|
+
* rpc CreateJob (CreateJobRequest) returns (CreateJobResponse) {}
|
|
49
|
+
*
|
|
121
50
|
* @generated from rpc artworking.v1.ArtworkingService.UpdateJob
|
|
122
51
|
*/
|
|
123
52
|
updateJob: {
|
|
@@ -126,6 +55,15 @@ exports.ArtworkingService = {
|
|
|
126
55
|
O: artwork_pb_js_1.UpdateJobResponse,
|
|
127
56
|
kind: protobuf_1.MethodKind.Unary,
|
|
128
57
|
},
|
|
58
|
+
/**
|
|
59
|
+
* @generated from rpc artworking.v1.ArtworkingService.ChangeJobType
|
|
60
|
+
*/
|
|
61
|
+
changeJobType: {
|
|
62
|
+
name: "ChangeJobType",
|
|
63
|
+
I: artwork_pb_js_1.ChangeJobTypeRequest,
|
|
64
|
+
O: artwork_pb_js_1.ChangeJobTypeResponse,
|
|
65
|
+
kind: protobuf_1.MethodKind.Unary,
|
|
66
|
+
},
|
|
129
67
|
/**
|
|
130
68
|
* @generated from rpc artworking.v1.ArtworkingService.ChangeJobsContact
|
|
131
69
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"00-artworking_service_connectweb.js","sourceRoot":"","sources":["../../../src/artworking/v1/00-artworking_service_connectweb.ts"],"names":[],"mappings":";AAAA,0EAA0E;AAC1E,wGAAwG;AACxG,oBAAoB;AACpB,cAAc;;;AAEd,
|
|
1
|
+
{"version":3,"file":"00-artworking_service_connectweb.js","sourceRoot":"","sources":["../../../src/artworking/v1/00-artworking_service_connectweb.ts"],"names":[],"mappings":"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"}
|
|
@@ -450,6 +450,27 @@ export declare enum LeadtimeLengthUnit {
|
|
|
450
450
|
*/
|
|
451
451
|
LEADTIME_UNIT_WEEK = 1
|
|
452
452
|
}
|
|
453
|
+
/**
|
|
454
|
+
* @generated from enum artworking.v1.JobType
|
|
455
|
+
*/
|
|
456
|
+
export declare enum JobType {
|
|
457
|
+
/**
|
|
458
|
+
* @generated from enum value: JOB_TYPE_UNDEFINED = 0;
|
|
459
|
+
*/
|
|
460
|
+
UNDEFINED = 0,
|
|
461
|
+
/**
|
|
462
|
+
* @generated from enum value: JOB_TYPE_JOB = 1;
|
|
463
|
+
*/
|
|
464
|
+
JOB = 1,
|
|
465
|
+
/**
|
|
466
|
+
* @generated from enum value: JOB_TYPE_TRANSFER = 2;
|
|
467
|
+
*/
|
|
468
|
+
TRANSFER = 2,
|
|
469
|
+
/**
|
|
470
|
+
* @generated from enum value: JOB_TYPE_FILES = 3;
|
|
471
|
+
*/
|
|
472
|
+
FILES = 3
|
|
473
|
+
}
|
|
453
474
|
/**
|
|
454
475
|
* @generated from enum artworking.v1.JobFilterType
|
|
455
476
|
*/
|
|
@@ -1026,6 +1047,12 @@ export declare class Job extends Message<Job> {
|
|
|
1026
1047
|
* @generated from field: artworking.v1.ArtworkItemState conversion_state = 41;
|
|
1027
1048
|
*/
|
|
1028
1049
|
conversionState: ArtworkItemState;
|
|
1050
|
+
/**
|
|
1051
|
+
* Type of job
|
|
1052
|
+
*
|
|
1053
|
+
* @generated from field: artworking.v1.JobType type = 42;
|
|
1054
|
+
*/
|
|
1055
|
+
type: JobType;
|
|
1029
1056
|
constructor(data?: PartialMessage<Job>);
|
|
1030
1057
|
static readonly runtime: typeof proto3;
|
|
1031
1058
|
static readonly typeName = "artworking.v1.Job";
|
|
@@ -1093,110 +1120,6 @@ export declare class ExternalLink extends Message<ExternalLink> {
|
|
|
1093
1120
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ExternalLink;
|
|
1094
1121
|
static equals(a: ExternalLink | PlainMessage<ExternalLink> | undefined, b: ExternalLink | PlainMessage<ExternalLink> | undefined): boolean;
|
|
1095
1122
|
}
|
|
1096
|
-
/**
|
|
1097
|
-
* Request to create a new job in the system
|
|
1098
|
-
*
|
|
1099
|
-
* @generated from message artworking.v1.CreateJobRequest
|
|
1100
|
-
*/
|
|
1101
|
-
export declare class CreateJobRequest extends Message<CreateJobRequest> {
|
|
1102
|
-
/**
|
|
1103
|
-
* ID of the contact who owns the job
|
|
1104
|
-
*
|
|
1105
|
-
* @generated from field: int64 contact_id = 1;
|
|
1106
|
-
*/
|
|
1107
|
-
contactId: bigint;
|
|
1108
|
-
/**
|
|
1109
|
-
* Name of the contact who owns the job
|
|
1110
|
-
*
|
|
1111
|
-
* @generated from field: string contact_name = 2;
|
|
1112
|
-
*/
|
|
1113
|
-
contactName: string;
|
|
1114
|
-
/**
|
|
1115
|
-
* Reference number for the order associated with the job
|
|
1116
|
-
*
|
|
1117
|
-
* @generated from field: string order_ref = 3;
|
|
1118
|
-
*/
|
|
1119
|
-
orderRef: string;
|
|
1120
|
-
/**
|
|
1121
|
-
* Name of the job
|
|
1122
|
-
*
|
|
1123
|
-
* @generated from field: string name = 4;
|
|
1124
|
-
*/
|
|
1125
|
-
name: string;
|
|
1126
|
-
/**
|
|
1127
|
-
* Whether this is a temporary job (e.g., for draft purposes)
|
|
1128
|
-
*
|
|
1129
|
-
* @generated from field: bool temporary = 5;
|
|
1130
|
-
*/
|
|
1131
|
-
temporary: boolean;
|
|
1132
|
-
/**
|
|
1133
|
-
* Optional API key for use without authentication token
|
|
1134
|
-
*
|
|
1135
|
-
* @generated from field: string api_key = 6;
|
|
1136
|
-
*/
|
|
1137
|
-
apiKey: string;
|
|
1138
|
-
/**
|
|
1139
|
-
* Optional custom unique identifier, useful for third-party integrations
|
|
1140
|
-
*
|
|
1141
|
-
* @generated from field: string custom_uid = 7;
|
|
1142
|
-
*/
|
|
1143
|
-
customUid: string;
|
|
1144
|
-
/**
|
|
1145
|
-
* ID of the company associated with the job
|
|
1146
|
-
*
|
|
1147
|
-
* @generated from field: int64 company_id = 8;
|
|
1148
|
-
*/
|
|
1149
|
-
companyId: bigint;
|
|
1150
|
-
/**
|
|
1151
|
-
* Name of the company associated with the job
|
|
1152
|
-
*
|
|
1153
|
-
* @generated from field: string company_name = 9;
|
|
1154
|
-
*/
|
|
1155
|
-
companyName: string;
|
|
1156
|
-
/**
|
|
1157
|
-
* Reference for the contact, used for unauthenticated users
|
|
1158
|
-
*
|
|
1159
|
-
* @generated from field: string contact_ref = 10;
|
|
1160
|
-
*/
|
|
1161
|
-
contactRef: string;
|
|
1162
|
-
/**
|
|
1163
|
-
* Optional external link associated with the job
|
|
1164
|
-
*
|
|
1165
|
-
* @generated from field: optional artworking.v1.ExternalLink external_link = 11;
|
|
1166
|
-
*/
|
|
1167
|
-
externalLink?: ExternalLink;
|
|
1168
|
-
/**
|
|
1169
|
-
* Email address of the contact associated with the job
|
|
1170
|
-
*
|
|
1171
|
-
* @generated from field: string contact_email = 12;
|
|
1172
|
-
*/
|
|
1173
|
-
contactEmail: string;
|
|
1174
|
-
constructor(data?: PartialMessage<CreateJobRequest>);
|
|
1175
|
-
static readonly runtime: typeof proto3;
|
|
1176
|
-
static readonly typeName = "artworking.v1.CreateJobRequest";
|
|
1177
|
-
static readonly fields: FieldList;
|
|
1178
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateJobRequest;
|
|
1179
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateJobRequest;
|
|
1180
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateJobRequest;
|
|
1181
|
-
static equals(a: CreateJobRequest | PlainMessage<CreateJobRequest> | undefined, b: CreateJobRequest | PlainMessage<CreateJobRequest> | undefined): boolean;
|
|
1182
|
-
}
|
|
1183
|
-
/**
|
|
1184
|
-
* @generated from message artworking.v1.CreateJobResponse
|
|
1185
|
-
*/
|
|
1186
|
-
export declare class CreateJobResponse extends Message<CreateJobResponse> {
|
|
1187
|
-
/**
|
|
1188
|
-
* @generated from field: artworking.v1.Job job = 1;
|
|
1189
|
-
*/
|
|
1190
|
-
job?: Job;
|
|
1191
|
-
constructor(data?: PartialMessage<CreateJobResponse>);
|
|
1192
|
-
static readonly runtime: typeof proto3;
|
|
1193
|
-
static readonly typeName = "artworking.v1.CreateJobResponse";
|
|
1194
|
-
static readonly fields: FieldList;
|
|
1195
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateJobResponse;
|
|
1196
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateJobResponse;
|
|
1197
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateJobResponse;
|
|
1198
|
-
static equals(a: CreateJobResponse | PlainMessage<CreateJobResponse> | undefined, b: CreateJobResponse | PlainMessage<CreateJobResponse> | undefined): boolean;
|
|
1199
|
-
}
|
|
1200
1123
|
/**
|
|
1201
1124
|
* Request to update an existing job's basic information
|
|
1202
1125
|
*
|
|
@@ -1491,6 +1414,12 @@ export declare class FindJobRequest extends Message<FindJobRequest> {
|
|
|
1491
1414
|
* @generated from field: repeated artworking.v1.FilterJobRequestFilter filters = 11;
|
|
1492
1415
|
*/
|
|
1493
1416
|
filters: FilterJobRequestFilter[];
|
|
1417
|
+
/**
|
|
1418
|
+
* Filter by job type
|
|
1419
|
+
*
|
|
1420
|
+
* @generated from field: artworking.v1.JobType type = 12;
|
|
1421
|
+
*/
|
|
1422
|
+
type: JobType;
|
|
1494
1423
|
constructor(data?: PartialMessage<FindJobRequest>);
|
|
1495
1424
|
static readonly runtime: typeof proto3;
|
|
1496
1425
|
static readonly typeName = "artworking.v1.FindJobRequest";
|
|
@@ -2256,44 +2185,6 @@ export declare class MarkAsCompleteResponse extends Message<MarkAsCompleteRespon
|
|
|
2256
2185
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): MarkAsCompleteResponse;
|
|
2257
2186
|
static equals(a: MarkAsCompleteResponse | PlainMessage<MarkAsCompleteResponse> | undefined, b: MarkAsCompleteResponse | PlainMessage<MarkAsCompleteResponse> | undefined): boolean;
|
|
2258
2187
|
}
|
|
2259
|
-
/**
|
|
2260
|
-
* Request to create a job from a file collection
|
|
2261
|
-
*
|
|
2262
|
-
* @generated from message artworking.v1.CreateJobFromFileCollectionRequest
|
|
2263
|
-
*/
|
|
2264
|
-
export declare class CreateJobFromFileCollectionRequest extends Message<CreateJobFromFileCollectionRequest> {
|
|
2265
|
-
/**
|
|
2266
|
-
* ID of the file collection to create job from
|
|
2267
|
-
*
|
|
2268
|
-
* @generated from field: string id = 1;
|
|
2269
|
-
*/
|
|
2270
|
-
id: string;
|
|
2271
|
-
constructor(data?: PartialMessage<CreateJobFromFileCollectionRequest>);
|
|
2272
|
-
static readonly runtime: typeof proto3;
|
|
2273
|
-
static readonly typeName = "artworking.v1.CreateJobFromFileCollectionRequest";
|
|
2274
|
-
static readonly fields: FieldList;
|
|
2275
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateJobFromFileCollectionRequest;
|
|
2276
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateJobFromFileCollectionRequest;
|
|
2277
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateJobFromFileCollectionRequest;
|
|
2278
|
-
static equals(a: CreateJobFromFileCollectionRequest | PlainMessage<CreateJobFromFileCollectionRequest> | undefined, b: CreateJobFromFileCollectionRequest | PlainMessage<CreateJobFromFileCollectionRequest> | undefined): boolean;
|
|
2279
|
-
}
|
|
2280
|
-
/**
|
|
2281
|
-
* @generated from message artworking.v1.CreateJobFromFileCollectionResponse
|
|
2282
|
-
*/
|
|
2283
|
-
export declare class CreateJobFromFileCollectionResponse extends Message<CreateJobFromFileCollectionResponse> {
|
|
2284
|
-
/**
|
|
2285
|
-
* @generated from field: artworking.v1.Job job = 1;
|
|
2286
|
-
*/
|
|
2287
|
-
job?: Job;
|
|
2288
|
-
constructor(data?: PartialMessage<CreateJobFromFileCollectionResponse>);
|
|
2289
|
-
static readonly runtime: typeof proto3;
|
|
2290
|
-
static readonly typeName = "artworking.v1.CreateJobFromFileCollectionResponse";
|
|
2291
|
-
static readonly fields: FieldList;
|
|
2292
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateJobFromFileCollectionResponse;
|
|
2293
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateJobFromFileCollectionResponse;
|
|
2294
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateJobFromFileCollectionResponse;
|
|
2295
|
-
static equals(a: CreateJobFromFileCollectionResponse | PlainMessage<CreateJobFromFileCollectionResponse> | undefined, b: CreateJobFromFileCollectionResponse | PlainMessage<CreateJobFromFileCollectionResponse> | undefined): boolean;
|
|
2296
|
-
}
|
|
2297
2188
|
/**
|
|
2298
2189
|
* Request to add an internal note to a job
|
|
2299
2190
|
*
|
|
@@ -2584,17 +2475,17 @@ export declare class CustomerJobCountRequest extends Message<CustomerJobCountReq
|
|
|
2584
2475
|
*/
|
|
2585
2476
|
export declare class CustomerJobCountResponse extends Message<CustomerJobCountResponse> {
|
|
2586
2477
|
/**
|
|
2587
|
-
* @generated from field: int32
|
|
2478
|
+
* @generated from field: int32 job_count = 1;
|
|
2588
2479
|
*/
|
|
2589
|
-
|
|
2480
|
+
jobCount: number;
|
|
2590
2481
|
/**
|
|
2591
|
-
* @generated from field: int32
|
|
2482
|
+
* @generated from field: int32 files_count = 2;
|
|
2592
2483
|
*/
|
|
2593
|
-
|
|
2484
|
+
filesCount: number;
|
|
2594
2485
|
/**
|
|
2595
|
-
* @generated from field: int32
|
|
2486
|
+
* @generated from field: int32 transfers_count = 3;
|
|
2596
2487
|
*/
|
|
2597
|
-
|
|
2488
|
+
transfersCount: number;
|
|
2598
2489
|
constructor(data?: PartialMessage<CustomerJobCountResponse>);
|
|
2599
2490
|
static readonly runtime: typeof proto3;
|
|
2600
2491
|
static readonly typeName = "artworking.v1.CustomerJobCountResponse";
|
|
@@ -2630,17 +2521,17 @@ export declare class CompanyJobCountRequest extends Message<CompanyJobCountReque
|
|
|
2630
2521
|
*/
|
|
2631
2522
|
export declare class CompanyJobCountResponse extends Message<CompanyJobCountResponse> {
|
|
2632
2523
|
/**
|
|
2633
|
-
* @generated from field: int32
|
|
2524
|
+
* @generated from field: int32 job_count = 1;
|
|
2634
2525
|
*/
|
|
2635
|
-
|
|
2526
|
+
jobCount: number;
|
|
2636
2527
|
/**
|
|
2637
|
-
* @generated from field: int32
|
|
2528
|
+
* @generated from field: int32 files_count = 2;
|
|
2638
2529
|
*/
|
|
2639
|
-
|
|
2530
|
+
filesCount: number;
|
|
2640
2531
|
/**
|
|
2641
|
-
* @generated from field: int32
|
|
2532
|
+
* @generated from field: int32 transfers_count = 3;
|
|
2642
2533
|
*/
|
|
2643
|
-
|
|
2534
|
+
transfersCount: number;
|
|
2644
2535
|
constructor(data?: PartialMessage<CompanyJobCountResponse>);
|
|
2645
2536
|
static readonly runtime: typeof proto3;
|
|
2646
2537
|
static readonly typeName = "artworking.v1.CompanyJobCountResponse";
|
|
@@ -2664,12 +2555,6 @@ export declare class AddJobToJobGroupRequest extends Message<AddJobToJobGroupReq
|
|
|
2664
2555
|
* @generated from field: string name = 2;
|
|
2665
2556
|
*/
|
|
2666
2557
|
name: string;
|
|
2667
|
-
/**
|
|
2668
|
-
* alternative to job_group_id
|
|
2669
|
-
*
|
|
2670
|
-
* @generated from field: string job_group_ref = 3;
|
|
2671
|
-
*/
|
|
2672
|
-
jobGroupRef: string;
|
|
2673
2558
|
constructor(data?: PartialMessage<AddJobToJobGroupRequest>);
|
|
2674
2559
|
static readonly runtime: typeof proto3;
|
|
2675
2560
|
static readonly typeName = "artworking.v1.AddJobToJobGroupRequest";
|
|
@@ -2696,6 +2581,50 @@ export declare class AddJobToJobGroupResponse extends Message<AddJobToJobGroupRe
|
|
|
2696
2581
|
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): AddJobToJobGroupResponse;
|
|
2697
2582
|
static equals(a: AddJobToJobGroupResponse | PlainMessage<AddJobToJobGroupResponse> | undefined, b: AddJobToJobGroupResponse | PlainMessage<AddJobToJobGroupResponse> | undefined): boolean;
|
|
2698
2583
|
}
|
|
2584
|
+
/**
|
|
2585
|
+
* Request to change the type of a job
|
|
2586
|
+
*
|
|
2587
|
+
* @generated from message artworking.v1.ChangeJobTypeRequest
|
|
2588
|
+
*/
|
|
2589
|
+
export declare class ChangeJobTypeRequest extends Message<ChangeJobTypeRequest> {
|
|
2590
|
+
/**
|
|
2591
|
+
* ID of the job to change type for
|
|
2592
|
+
*
|
|
2593
|
+
* @generated from field: string job_id = 1;
|
|
2594
|
+
*/
|
|
2595
|
+
jobId: string;
|
|
2596
|
+
/**
|
|
2597
|
+
* New job type to set
|
|
2598
|
+
*
|
|
2599
|
+
* @generated from field: artworking.v1.JobType job_type = 2;
|
|
2600
|
+
*/
|
|
2601
|
+
jobType: JobType;
|
|
2602
|
+
constructor(data?: PartialMessage<ChangeJobTypeRequest>);
|
|
2603
|
+
static readonly runtime: typeof proto3;
|
|
2604
|
+
static readonly typeName = "artworking.v1.ChangeJobTypeRequest";
|
|
2605
|
+
static readonly fields: FieldList;
|
|
2606
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ChangeJobTypeRequest;
|
|
2607
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ChangeJobTypeRequest;
|
|
2608
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ChangeJobTypeRequest;
|
|
2609
|
+
static equals(a: ChangeJobTypeRequest | PlainMessage<ChangeJobTypeRequest> | undefined, b: ChangeJobTypeRequest | PlainMessage<ChangeJobTypeRequest> | undefined): boolean;
|
|
2610
|
+
}
|
|
2611
|
+
/**
|
|
2612
|
+
* @generated from message artworking.v1.ChangeJobTypeResponse
|
|
2613
|
+
*/
|
|
2614
|
+
export declare class ChangeJobTypeResponse extends Message<ChangeJobTypeResponse> {
|
|
2615
|
+
/**
|
|
2616
|
+
* @generated from field: artworking.v1.Job job = 1;
|
|
2617
|
+
*/
|
|
2618
|
+
job?: Job;
|
|
2619
|
+
constructor(data?: PartialMessage<ChangeJobTypeResponse>);
|
|
2620
|
+
static readonly runtime: typeof proto3;
|
|
2621
|
+
static readonly typeName = "artworking.v1.ChangeJobTypeResponse";
|
|
2622
|
+
static readonly fields: FieldList;
|
|
2623
|
+
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ChangeJobTypeResponse;
|
|
2624
|
+
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ChangeJobTypeResponse;
|
|
2625
|
+
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ChangeJobTypeResponse;
|
|
2626
|
+
static equals(a: ChangeJobTypeResponse | PlainMessage<ChangeJobTypeResponse> | undefined, b: ChangeJobTypeResponse | PlainMessage<ChangeJobTypeResponse> | undefined): boolean;
|
|
2627
|
+
}
|
|
2699
2628
|
/**
|
|
2700
2629
|
* @generated from message artworking.v1.Testing
|
|
2701
2630
|
*/
|