@microsoft/msgraph-sdk 1.0.0-preview.10 → 1.0.0-preview.12
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/graphServiceClient.d.ts.map +1 -1
- package/graphServiceClient.js +1 -0
- package/models/callRecords/index.d.ts +66 -66
- package/models/callRecords/index.d.ts.map +1 -1
- package/models/externalConnectors/index.d.ts +81 -81
- package/models/externalConnectors/index.d.ts.map +1 -1
- package/models/identityGovernance/index.d.ts +108 -108
- package/models/identityGovernance/index.d.ts.map +1 -1
- package/models/index.d.ts +6140 -6137
- package/models/index.d.ts.map +1 -1
- package/models/index.js +6 -6
- package/models/oDataErrors/index.d.ts +12 -12
- package/models/oDataErrors/index.d.ts.map +1 -1
- package/models/security/index.d.ts +492 -492
- package/models/security/index.d.ts.map +1 -1
- package/models/termStore/index.d.ts +39 -39
- package/models/termStore/index.d.ts.map +1 -1
- package/package.json +11 -11
- package/tsconfig.tsbuildinfo +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -5,217 +5,217 @@ import { type AdditionalDataHolder, type BackedModel, type Parsable, type ParseN
|
|
|
5
5
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
6
6
|
* @returns a customTaskExtensionCallbackConfiguration
|
|
7
7
|
*/
|
|
8
|
-
export declare function createCustomTaskExtensionCallbackConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
8
|
+
export declare function createCustomTaskExtensionCallbackConfigurationFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
9
9
|
/**
|
|
10
10
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
11
11
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
12
12
|
* @returns a customTaskExtensionCallbackData
|
|
13
13
|
*/
|
|
14
|
-
export declare function createCustomTaskExtensionCallbackDataFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
14
|
+
export declare function createCustomTaskExtensionCallbackDataFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
15
15
|
/**
|
|
16
16
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
17
17
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
18
18
|
* @returns a customTaskExtensionCalloutData
|
|
19
19
|
*/
|
|
20
|
-
export declare function createCustomTaskExtensionCalloutDataFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
20
|
+
export declare function createCustomTaskExtensionCalloutDataFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
21
21
|
/**
|
|
22
22
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
23
23
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
24
24
|
* @returns a customTaskExtensionCollectionResponse
|
|
25
25
|
*/
|
|
26
|
-
export declare function createCustomTaskExtensionCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
26
|
+
export declare function createCustomTaskExtensionCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
27
27
|
/**
|
|
28
28
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
29
29
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
30
30
|
* @returns a customTaskExtension
|
|
31
31
|
*/
|
|
32
|
-
export declare function createCustomTaskExtensionFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
32
|
+
export declare function createCustomTaskExtensionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
33
33
|
/**
|
|
34
34
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
35
35
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
36
36
|
* @returns a lifecycleManagementSettings
|
|
37
37
|
*/
|
|
38
|
-
export declare function createLifecycleManagementSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
38
|
+
export declare function createLifecycleManagementSettingsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
39
39
|
/**
|
|
40
40
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
41
41
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
42
42
|
* @returns a lifecycleWorkflowsContainer
|
|
43
43
|
*/
|
|
44
|
-
export declare function createLifecycleWorkflowsContainerFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
44
|
+
export declare function createLifecycleWorkflowsContainerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
45
45
|
/**
|
|
46
46
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
47
47
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
48
48
|
* @returns a onDemandExecutionOnly
|
|
49
49
|
*/
|
|
50
|
-
export declare function createOnDemandExecutionOnlyFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
50
|
+
export declare function createOnDemandExecutionOnlyFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
51
51
|
/**
|
|
52
52
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
53
53
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
54
54
|
* @returns a parameter
|
|
55
55
|
*/
|
|
56
|
-
export declare function createParameterFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
56
|
+
export declare function createParameterFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
57
57
|
/**
|
|
58
58
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
59
59
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
60
60
|
* @returns a ruleBasedSubjectSet
|
|
61
61
|
*/
|
|
62
|
-
export declare function createRuleBasedSubjectSetFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
62
|
+
export declare function createRuleBasedSubjectSetFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
63
63
|
/**
|
|
64
64
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
65
65
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
66
66
|
* @returns a runCollectionResponse
|
|
67
67
|
*/
|
|
68
|
-
export declare function createRunCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
68
|
+
export declare function createRunCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
69
69
|
/**
|
|
70
70
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
71
71
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
72
72
|
* @returns a run
|
|
73
73
|
*/
|
|
74
|
-
export declare function createRunFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
74
|
+
export declare function createRunFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
75
75
|
/**
|
|
76
76
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
77
77
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
78
78
|
* @returns a runSummary
|
|
79
79
|
*/
|
|
80
|
-
export declare function createRunSummaryFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
80
|
+
export declare function createRunSummaryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
81
81
|
/**
|
|
82
82
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
83
83
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
84
84
|
* @returns a taskCollectionResponse
|
|
85
85
|
*/
|
|
86
|
-
export declare function createTaskCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
86
|
+
export declare function createTaskCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
87
87
|
/**
|
|
88
88
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
89
89
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
90
90
|
* @returns a taskDefinitionCollectionResponse
|
|
91
91
|
*/
|
|
92
|
-
export declare function createTaskDefinitionCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
92
|
+
export declare function createTaskDefinitionCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
93
93
|
/**
|
|
94
94
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
95
95
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
96
96
|
* @returns a taskDefinition
|
|
97
97
|
*/
|
|
98
|
-
export declare function createTaskDefinitionFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
98
|
+
export declare function createTaskDefinitionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
99
99
|
/**
|
|
100
100
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
101
101
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
102
102
|
* @returns a task
|
|
103
103
|
*/
|
|
104
|
-
export declare function createTaskFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
104
|
+
export declare function createTaskFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
105
105
|
/**
|
|
106
106
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
107
107
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
108
108
|
* @returns a taskProcessingResultCollectionResponse
|
|
109
109
|
*/
|
|
110
|
-
export declare function createTaskProcessingResultCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
110
|
+
export declare function createTaskProcessingResultCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
111
111
|
/**
|
|
112
112
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
113
113
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
114
114
|
* @returns a taskProcessingResult
|
|
115
115
|
*/
|
|
116
|
-
export declare function createTaskProcessingResultFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
116
|
+
export declare function createTaskProcessingResultFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
117
117
|
/**
|
|
118
118
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
119
119
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
120
120
|
* @returns a taskReportCollectionResponse
|
|
121
121
|
*/
|
|
122
|
-
export declare function createTaskReportCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
122
|
+
export declare function createTaskReportCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
123
123
|
/**
|
|
124
124
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
125
125
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
126
126
|
* @returns a taskReport
|
|
127
127
|
*/
|
|
128
|
-
export declare function createTaskReportFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
128
|
+
export declare function createTaskReportFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
129
129
|
/**
|
|
130
130
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
131
131
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
132
132
|
* @returns a taskReportSummary
|
|
133
133
|
*/
|
|
134
|
-
export declare function createTaskReportSummaryFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
134
|
+
export declare function createTaskReportSummaryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
135
135
|
/**
|
|
136
136
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
137
137
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
138
138
|
* @returns a timeBasedAttributeTrigger
|
|
139
139
|
*/
|
|
140
|
-
export declare function createTimeBasedAttributeTriggerFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
140
|
+
export declare function createTimeBasedAttributeTriggerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
141
141
|
/**
|
|
142
142
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
143
143
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
144
144
|
* @returns a triggerAndScopeBasedConditions
|
|
145
145
|
*/
|
|
146
|
-
export declare function createTriggerAndScopeBasedConditionsFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
146
|
+
export declare function createTriggerAndScopeBasedConditionsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
147
147
|
/**
|
|
148
148
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
149
149
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
150
150
|
* @returns a userProcessingResultCollectionResponse
|
|
151
151
|
*/
|
|
152
|
-
export declare function createUserProcessingResultCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
152
|
+
export declare function createUserProcessingResultCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
153
153
|
/**
|
|
154
154
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
155
155
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
156
156
|
* @returns a userProcessingResult
|
|
157
157
|
*/
|
|
158
|
-
export declare function createUserProcessingResultFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
158
|
+
export declare function createUserProcessingResultFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
159
159
|
/**
|
|
160
160
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
161
161
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
162
162
|
* @returns a userSummary
|
|
163
163
|
*/
|
|
164
|
-
export declare function createUserSummaryFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
164
|
+
export declare function createUserSummaryFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
165
165
|
/**
|
|
166
166
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
167
167
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
168
168
|
* @returns a workflowBase
|
|
169
169
|
*/
|
|
170
|
-
export declare function createWorkflowBaseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
170
|
+
export declare function createWorkflowBaseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
171
171
|
/**
|
|
172
172
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
173
173
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
174
174
|
* @returns a workflowCollectionResponse
|
|
175
175
|
*/
|
|
176
|
-
export declare function createWorkflowCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
176
|
+
export declare function createWorkflowCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
177
177
|
/**
|
|
178
178
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
179
179
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
180
180
|
* @returns a workflowExecutionConditions
|
|
181
181
|
*/
|
|
182
|
-
export declare function createWorkflowExecutionConditionsFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
182
|
+
export declare function createWorkflowExecutionConditionsFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
183
183
|
/**
|
|
184
184
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
185
185
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
186
186
|
* @returns a workflowExecutionTrigger
|
|
187
187
|
*/
|
|
188
|
-
export declare function createWorkflowExecutionTriggerFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
188
|
+
export declare function createWorkflowExecutionTriggerFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
189
189
|
/**
|
|
190
190
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
191
191
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
192
192
|
* @returns a workflow
|
|
193
193
|
*/
|
|
194
|
-
export declare function createWorkflowFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
194
|
+
export declare function createWorkflowFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
195
195
|
/**
|
|
196
196
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
197
197
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
198
198
|
* @returns a workflowTemplateCollectionResponse
|
|
199
199
|
*/
|
|
200
|
-
export declare function createWorkflowTemplateCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
200
|
+
export declare function createWorkflowTemplateCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
201
201
|
/**
|
|
202
202
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
203
203
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
204
204
|
* @returns a workflowTemplate
|
|
205
205
|
*/
|
|
206
|
-
export declare function createWorkflowTemplateFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
206
|
+
export declare function createWorkflowTemplateFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
207
207
|
/**
|
|
208
208
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
209
209
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
210
210
|
* @returns a workflowVersionCollectionResponse
|
|
211
211
|
*/
|
|
212
|
-
export declare function createWorkflowVersionCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
212
|
+
export declare function createWorkflowVersionCollectionResponseFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
213
213
|
/**
|
|
214
214
|
* Creates a new instance of the appropriate class based on discriminator value
|
|
215
215
|
* @param parseNode The parse node to use to read the discriminator value and create the object
|
|
216
216
|
* @returns a workflowVersion
|
|
217
217
|
*/
|
|
218
|
-
export declare function createWorkflowVersionFromDiscriminatorValue(parseNode: ParseNode | undefined):
|
|
218
|
+
export declare function createWorkflowVersionFromDiscriminatorValue(parseNode: ParseNode | undefined): ((instance?: Parsable) => Record<string, (node: ParseNode) => void>);
|
|
219
219
|
export interface CustomTaskExtension extends CustomCalloutExtension, Parsable {
|
|
220
220
|
/**
|
|
221
221
|
* The callback configuration for a custom task extension.
|
|
@@ -279,182 +279,182 @@ export type CustomTaskExtensionOperationStatus = (typeof CustomTaskExtensionOper
|
|
|
279
279
|
* The deserialization information for the current model
|
|
280
280
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
281
281
|
*/
|
|
282
|
-
export declare function deserializeIntoCustomTaskExtension(customTaskExtension?: CustomTaskExtension | undefined): Record<string, (node: ParseNode) => void>;
|
|
282
|
+
export declare function deserializeIntoCustomTaskExtension(customTaskExtension?: Partial<CustomTaskExtension> | undefined): Record<string, (node: ParseNode) => void>;
|
|
283
283
|
/**
|
|
284
284
|
* The deserialization information for the current model
|
|
285
285
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
286
286
|
*/
|
|
287
|
-
export declare function deserializeIntoCustomTaskExtensionCallbackConfiguration(customTaskExtensionCallbackConfiguration?: CustomTaskExtensionCallbackConfiguration | undefined): Record<string, (node: ParseNode) => void>;
|
|
287
|
+
export declare function deserializeIntoCustomTaskExtensionCallbackConfiguration(customTaskExtensionCallbackConfiguration?: Partial<CustomTaskExtensionCallbackConfiguration> | undefined): Record<string, (node: ParseNode) => void>;
|
|
288
288
|
/**
|
|
289
289
|
* The deserialization information for the current model
|
|
290
290
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
291
291
|
*/
|
|
292
|
-
export declare function deserializeIntoCustomTaskExtensionCallbackData(customTaskExtensionCallbackData?: CustomTaskExtensionCallbackData | undefined): Record<string, (node: ParseNode) => void>;
|
|
292
|
+
export declare function deserializeIntoCustomTaskExtensionCallbackData(customTaskExtensionCallbackData?: Partial<CustomTaskExtensionCallbackData> | undefined): Record<string, (node: ParseNode) => void>;
|
|
293
293
|
/**
|
|
294
294
|
* The deserialization information for the current model
|
|
295
295
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
296
296
|
*/
|
|
297
|
-
export declare function deserializeIntoCustomTaskExtensionCalloutData(customTaskExtensionCalloutData?: CustomTaskExtensionCalloutData | undefined): Record<string, (node: ParseNode) => void>;
|
|
297
|
+
export declare function deserializeIntoCustomTaskExtensionCalloutData(customTaskExtensionCalloutData?: Partial<CustomTaskExtensionCalloutData> | undefined): Record<string, (node: ParseNode) => void>;
|
|
298
298
|
/**
|
|
299
299
|
* The deserialization information for the current model
|
|
300
300
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
301
301
|
*/
|
|
302
|
-
export declare function deserializeIntoCustomTaskExtensionCollectionResponse(customTaskExtensionCollectionResponse?: CustomTaskExtensionCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
302
|
+
export declare function deserializeIntoCustomTaskExtensionCollectionResponse(customTaskExtensionCollectionResponse?: Partial<CustomTaskExtensionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
303
303
|
/**
|
|
304
304
|
* The deserialization information for the current model
|
|
305
305
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
306
306
|
*/
|
|
307
|
-
export declare function deserializeIntoLifecycleManagementSettings(lifecycleManagementSettings?: LifecycleManagementSettings | undefined): Record<string, (node: ParseNode) => void>;
|
|
307
|
+
export declare function deserializeIntoLifecycleManagementSettings(lifecycleManagementSettings?: Partial<LifecycleManagementSettings> | undefined): Record<string, (node: ParseNode) => void>;
|
|
308
308
|
/**
|
|
309
309
|
* The deserialization information for the current model
|
|
310
310
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
311
311
|
*/
|
|
312
|
-
export declare function deserializeIntoLifecycleWorkflowsContainer(lifecycleWorkflowsContainer?: LifecycleWorkflowsContainer | undefined): Record<string, (node: ParseNode) => void>;
|
|
312
|
+
export declare function deserializeIntoLifecycleWorkflowsContainer(lifecycleWorkflowsContainer?: Partial<LifecycleWorkflowsContainer> | undefined): Record<string, (node: ParseNode) => void>;
|
|
313
313
|
/**
|
|
314
314
|
* The deserialization information for the current model
|
|
315
315
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
316
316
|
*/
|
|
317
|
-
export declare function deserializeIntoOnDemandExecutionOnly(onDemandExecutionOnly?: OnDemandExecutionOnly | undefined): Record<string, (node: ParseNode) => void>;
|
|
317
|
+
export declare function deserializeIntoOnDemandExecutionOnly(onDemandExecutionOnly?: Partial<OnDemandExecutionOnly> | undefined): Record<string, (node: ParseNode) => void>;
|
|
318
318
|
/**
|
|
319
319
|
* The deserialization information for the current model
|
|
320
320
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
321
321
|
*/
|
|
322
|
-
export declare function deserializeIntoParameter(parameter?: Parameter | undefined): Record<string, (node: ParseNode) => void>;
|
|
322
|
+
export declare function deserializeIntoParameter(parameter?: Partial<Parameter> | undefined): Record<string, (node: ParseNode) => void>;
|
|
323
323
|
/**
|
|
324
324
|
* The deserialization information for the current model
|
|
325
325
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
326
326
|
*/
|
|
327
|
-
export declare function deserializeIntoRuleBasedSubjectSet(ruleBasedSubjectSet?: RuleBasedSubjectSet | undefined): Record<string, (node: ParseNode) => void>;
|
|
327
|
+
export declare function deserializeIntoRuleBasedSubjectSet(ruleBasedSubjectSet?: Partial<RuleBasedSubjectSet> | undefined): Record<string, (node: ParseNode) => void>;
|
|
328
328
|
/**
|
|
329
329
|
* The deserialization information for the current model
|
|
330
330
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
331
331
|
*/
|
|
332
|
-
export declare function deserializeIntoRun(run?: Run | undefined): Record<string, (node: ParseNode) => void>;
|
|
332
|
+
export declare function deserializeIntoRun(run?: Partial<Run> | undefined): Record<string, (node: ParseNode) => void>;
|
|
333
333
|
/**
|
|
334
334
|
* The deserialization information for the current model
|
|
335
335
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
336
336
|
*/
|
|
337
|
-
export declare function deserializeIntoRunCollectionResponse(runCollectionResponse?: RunCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
337
|
+
export declare function deserializeIntoRunCollectionResponse(runCollectionResponse?: Partial<RunCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
338
338
|
/**
|
|
339
339
|
* The deserialization information for the current model
|
|
340
340
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
341
341
|
*/
|
|
342
|
-
export declare function deserializeIntoRunSummary(runSummary?: RunSummary | undefined): Record<string, (node: ParseNode) => void>;
|
|
342
|
+
export declare function deserializeIntoRunSummary(runSummary?: Partial<RunSummary> | undefined): Record<string, (node: ParseNode) => void>;
|
|
343
343
|
/**
|
|
344
344
|
* The deserialization information for the current model
|
|
345
345
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
346
346
|
*/
|
|
347
|
-
export declare function deserializeIntoTask(task?: Task | undefined): Record<string, (node: ParseNode) => void>;
|
|
347
|
+
export declare function deserializeIntoTask(task?: Partial<Task> | undefined): Record<string, (node: ParseNode) => void>;
|
|
348
348
|
/**
|
|
349
349
|
* The deserialization information for the current model
|
|
350
350
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
351
351
|
*/
|
|
352
|
-
export declare function deserializeIntoTaskCollectionResponse(taskCollectionResponse?: TaskCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
352
|
+
export declare function deserializeIntoTaskCollectionResponse(taskCollectionResponse?: Partial<TaskCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
353
353
|
/**
|
|
354
354
|
* The deserialization information for the current model
|
|
355
355
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
356
356
|
*/
|
|
357
|
-
export declare function deserializeIntoTaskDefinition(taskDefinition?: TaskDefinition | undefined): Record<string, (node: ParseNode) => void>;
|
|
357
|
+
export declare function deserializeIntoTaskDefinition(taskDefinition?: Partial<TaskDefinition> | undefined): Record<string, (node: ParseNode) => void>;
|
|
358
358
|
/**
|
|
359
359
|
* The deserialization information for the current model
|
|
360
360
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
361
361
|
*/
|
|
362
|
-
export declare function deserializeIntoTaskDefinitionCollectionResponse(taskDefinitionCollectionResponse?: TaskDefinitionCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
362
|
+
export declare function deserializeIntoTaskDefinitionCollectionResponse(taskDefinitionCollectionResponse?: Partial<TaskDefinitionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
363
363
|
/**
|
|
364
364
|
* The deserialization information for the current model
|
|
365
365
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
366
366
|
*/
|
|
367
|
-
export declare function deserializeIntoTaskProcessingResult(taskProcessingResult?: TaskProcessingResult | undefined): Record<string, (node: ParseNode) => void>;
|
|
367
|
+
export declare function deserializeIntoTaskProcessingResult(taskProcessingResult?: Partial<TaskProcessingResult> | undefined): Record<string, (node: ParseNode) => void>;
|
|
368
368
|
/**
|
|
369
369
|
* The deserialization information for the current model
|
|
370
370
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
371
371
|
*/
|
|
372
|
-
export declare function deserializeIntoTaskProcessingResultCollectionResponse(taskProcessingResultCollectionResponse?: TaskProcessingResultCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
372
|
+
export declare function deserializeIntoTaskProcessingResultCollectionResponse(taskProcessingResultCollectionResponse?: Partial<TaskProcessingResultCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
373
373
|
/**
|
|
374
374
|
* The deserialization information for the current model
|
|
375
375
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
376
376
|
*/
|
|
377
|
-
export declare function deserializeIntoTaskReport(taskReport?: TaskReport | undefined): Record<string, (node: ParseNode) => void>;
|
|
377
|
+
export declare function deserializeIntoTaskReport(taskReport?: Partial<TaskReport> | undefined): Record<string, (node: ParseNode) => void>;
|
|
378
378
|
/**
|
|
379
379
|
* The deserialization information for the current model
|
|
380
380
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
381
381
|
*/
|
|
382
|
-
export declare function deserializeIntoTaskReportCollectionResponse(taskReportCollectionResponse?: TaskReportCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
382
|
+
export declare function deserializeIntoTaskReportCollectionResponse(taskReportCollectionResponse?: Partial<TaskReportCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
383
383
|
/**
|
|
384
384
|
* The deserialization information for the current model
|
|
385
385
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
386
386
|
*/
|
|
387
|
-
export declare function deserializeIntoTaskReportSummary(taskReportSummary?: TaskReportSummary | undefined): Record<string, (node: ParseNode) => void>;
|
|
387
|
+
export declare function deserializeIntoTaskReportSummary(taskReportSummary?: Partial<TaskReportSummary> | undefined): Record<string, (node: ParseNode) => void>;
|
|
388
388
|
/**
|
|
389
389
|
* The deserialization information for the current model
|
|
390
390
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
391
391
|
*/
|
|
392
|
-
export declare function deserializeIntoTimeBasedAttributeTrigger(timeBasedAttributeTrigger?: TimeBasedAttributeTrigger | undefined): Record<string, (node: ParseNode) => void>;
|
|
392
|
+
export declare function deserializeIntoTimeBasedAttributeTrigger(timeBasedAttributeTrigger?: Partial<TimeBasedAttributeTrigger> | undefined): Record<string, (node: ParseNode) => void>;
|
|
393
393
|
/**
|
|
394
394
|
* The deserialization information for the current model
|
|
395
395
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
396
396
|
*/
|
|
397
|
-
export declare function deserializeIntoTriggerAndScopeBasedConditions(triggerAndScopeBasedConditions?: TriggerAndScopeBasedConditions | undefined): Record<string, (node: ParseNode) => void>;
|
|
397
|
+
export declare function deserializeIntoTriggerAndScopeBasedConditions(triggerAndScopeBasedConditions?: Partial<TriggerAndScopeBasedConditions> | undefined): Record<string, (node: ParseNode) => void>;
|
|
398
398
|
/**
|
|
399
399
|
* The deserialization information for the current model
|
|
400
400
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
401
401
|
*/
|
|
402
|
-
export declare function deserializeIntoUserProcessingResult(userProcessingResult?: UserProcessingResult | undefined): Record<string, (node: ParseNode) => void>;
|
|
402
|
+
export declare function deserializeIntoUserProcessingResult(userProcessingResult?: Partial<UserProcessingResult> | undefined): Record<string, (node: ParseNode) => void>;
|
|
403
403
|
/**
|
|
404
404
|
* The deserialization information for the current model
|
|
405
405
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
406
406
|
*/
|
|
407
|
-
export declare function deserializeIntoUserProcessingResultCollectionResponse(userProcessingResultCollectionResponse?: UserProcessingResultCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
407
|
+
export declare function deserializeIntoUserProcessingResultCollectionResponse(userProcessingResultCollectionResponse?: Partial<UserProcessingResultCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
408
408
|
/**
|
|
409
409
|
* The deserialization information for the current model
|
|
410
410
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
411
411
|
*/
|
|
412
|
-
export declare function deserializeIntoUserSummary(userSummary?: UserSummary | undefined): Record<string, (node: ParseNode) => void>;
|
|
412
|
+
export declare function deserializeIntoUserSummary(userSummary?: Partial<UserSummary> | undefined): Record<string, (node: ParseNode) => void>;
|
|
413
413
|
/**
|
|
414
414
|
* The deserialization information for the current model
|
|
415
415
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
416
416
|
*/
|
|
417
|
-
export declare function deserializeIntoWorkflow(workflow?: Workflow | undefined): Record<string, (node: ParseNode) => void>;
|
|
417
|
+
export declare function deserializeIntoWorkflow(workflow?: Partial<Workflow> | undefined): Record<string, (node: ParseNode) => void>;
|
|
418
418
|
/**
|
|
419
419
|
* The deserialization information for the current model
|
|
420
420
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
421
421
|
*/
|
|
422
|
-
export declare function deserializeIntoWorkflowBase(workflowBase?: WorkflowBase | undefined): Record<string, (node: ParseNode) => void>;
|
|
422
|
+
export declare function deserializeIntoWorkflowBase(workflowBase?: Partial<WorkflowBase> | undefined): Record<string, (node: ParseNode) => void>;
|
|
423
423
|
/**
|
|
424
424
|
* The deserialization information for the current model
|
|
425
425
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
426
426
|
*/
|
|
427
|
-
export declare function deserializeIntoWorkflowCollectionResponse(workflowCollectionResponse?: WorkflowCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
427
|
+
export declare function deserializeIntoWorkflowCollectionResponse(workflowCollectionResponse?: Partial<WorkflowCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
428
428
|
/**
|
|
429
429
|
* The deserialization information for the current model
|
|
430
430
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
431
431
|
*/
|
|
432
|
-
export declare function deserializeIntoWorkflowExecutionConditions(workflowExecutionConditions?: WorkflowExecutionConditions | undefined): Record<string, (node: ParseNode) => void>;
|
|
432
|
+
export declare function deserializeIntoWorkflowExecutionConditions(workflowExecutionConditions?: Partial<WorkflowExecutionConditions> | undefined): Record<string, (node: ParseNode) => void>;
|
|
433
433
|
/**
|
|
434
434
|
* The deserialization information for the current model
|
|
435
435
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
436
436
|
*/
|
|
437
|
-
export declare function deserializeIntoWorkflowExecutionTrigger(workflowExecutionTrigger?: WorkflowExecutionTrigger | undefined): Record<string, (node: ParseNode) => void>;
|
|
437
|
+
export declare function deserializeIntoWorkflowExecutionTrigger(workflowExecutionTrigger?: Partial<WorkflowExecutionTrigger> | undefined): Record<string, (node: ParseNode) => void>;
|
|
438
438
|
/**
|
|
439
439
|
* The deserialization information for the current model
|
|
440
440
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
441
441
|
*/
|
|
442
|
-
export declare function deserializeIntoWorkflowTemplate(workflowTemplate?: WorkflowTemplate | undefined): Record<string, (node: ParseNode) => void>;
|
|
442
|
+
export declare function deserializeIntoWorkflowTemplate(workflowTemplate?: Partial<WorkflowTemplate> | undefined): Record<string, (node: ParseNode) => void>;
|
|
443
443
|
/**
|
|
444
444
|
* The deserialization information for the current model
|
|
445
445
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
446
446
|
*/
|
|
447
|
-
export declare function deserializeIntoWorkflowTemplateCollectionResponse(workflowTemplateCollectionResponse?: WorkflowTemplateCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
447
|
+
export declare function deserializeIntoWorkflowTemplateCollectionResponse(workflowTemplateCollectionResponse?: Partial<WorkflowTemplateCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
448
448
|
/**
|
|
449
449
|
* The deserialization information for the current model
|
|
450
450
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
451
451
|
*/
|
|
452
|
-
export declare function deserializeIntoWorkflowVersion(workflowVersion?: WorkflowVersion | undefined): Record<string, (node: ParseNode) => void>;
|
|
452
|
+
export declare function deserializeIntoWorkflowVersion(workflowVersion?: Partial<WorkflowVersion> | undefined): Record<string, (node: ParseNode) => void>;
|
|
453
453
|
/**
|
|
454
454
|
* The deserialization information for the current model
|
|
455
455
|
* @returns a Record<string, (node: ParseNode) => void>
|
|
456
456
|
*/
|
|
457
|
-
export declare function deserializeIntoWorkflowVersionCollectionResponse(workflowVersionCollectionResponse?: WorkflowVersionCollectionResponse | undefined): Record<string, (node: ParseNode) => void>;
|
|
457
|
+
export declare function deserializeIntoWorkflowVersionCollectionResponse(workflowVersionCollectionResponse?: Partial<WorkflowVersionCollectionResponse> | undefined): Record<string, (node: ParseNode) => void>;
|
|
458
458
|
export interface LifecycleManagementSettings extends Entity, Parsable {
|
|
459
459
|
/**
|
|
460
460
|
* The emailSettings property
|
|
@@ -634,182 +634,182 @@ export interface RunSummary extends AdditionalDataHolder, BackedModel, Parsable
|
|
|
634
634
|
* Serializes information the current object
|
|
635
635
|
* @param writer Serialization writer to use to serialize this model
|
|
636
636
|
*/
|
|
637
|
-
export declare function serializeCustomTaskExtension(writer: SerializationWriter, customTaskExtension?: CustomTaskExtension | undefined): void;
|
|
637
|
+
export declare function serializeCustomTaskExtension(writer: SerializationWriter, customTaskExtension?: Partial<CustomTaskExtension> | undefined): void;
|
|
638
638
|
/**
|
|
639
639
|
* Serializes information the current object
|
|
640
640
|
* @param writer Serialization writer to use to serialize this model
|
|
641
641
|
*/
|
|
642
|
-
export declare function serializeCustomTaskExtensionCallbackConfiguration(writer: SerializationWriter, customTaskExtensionCallbackConfiguration?: CustomTaskExtensionCallbackConfiguration | undefined): void;
|
|
642
|
+
export declare function serializeCustomTaskExtensionCallbackConfiguration(writer: SerializationWriter, customTaskExtensionCallbackConfiguration?: Partial<CustomTaskExtensionCallbackConfiguration> | undefined): void;
|
|
643
643
|
/**
|
|
644
644
|
* Serializes information the current object
|
|
645
645
|
* @param writer Serialization writer to use to serialize this model
|
|
646
646
|
*/
|
|
647
|
-
export declare function serializeCustomTaskExtensionCallbackData(writer: SerializationWriter, customTaskExtensionCallbackData?: CustomTaskExtensionCallbackData | undefined): void;
|
|
647
|
+
export declare function serializeCustomTaskExtensionCallbackData(writer: SerializationWriter, customTaskExtensionCallbackData?: Partial<CustomTaskExtensionCallbackData> | undefined): void;
|
|
648
648
|
/**
|
|
649
649
|
* Serializes information the current object
|
|
650
650
|
* @param writer Serialization writer to use to serialize this model
|
|
651
651
|
*/
|
|
652
|
-
export declare function serializeCustomTaskExtensionCalloutData(writer: SerializationWriter, customTaskExtensionCalloutData?: CustomTaskExtensionCalloutData | undefined): void;
|
|
652
|
+
export declare function serializeCustomTaskExtensionCalloutData(writer: SerializationWriter, customTaskExtensionCalloutData?: Partial<CustomTaskExtensionCalloutData> | undefined): void;
|
|
653
653
|
/**
|
|
654
654
|
* Serializes information the current object
|
|
655
655
|
* @param writer Serialization writer to use to serialize this model
|
|
656
656
|
*/
|
|
657
|
-
export declare function serializeCustomTaskExtensionCollectionResponse(writer: SerializationWriter, customTaskExtensionCollectionResponse?: CustomTaskExtensionCollectionResponse | undefined): void;
|
|
657
|
+
export declare function serializeCustomTaskExtensionCollectionResponse(writer: SerializationWriter, customTaskExtensionCollectionResponse?: Partial<CustomTaskExtensionCollectionResponse> | undefined): void;
|
|
658
658
|
/**
|
|
659
659
|
* Serializes information the current object
|
|
660
660
|
* @param writer Serialization writer to use to serialize this model
|
|
661
661
|
*/
|
|
662
|
-
export declare function serializeLifecycleManagementSettings(writer: SerializationWriter, lifecycleManagementSettings?: LifecycleManagementSettings | undefined): void;
|
|
662
|
+
export declare function serializeLifecycleManagementSettings(writer: SerializationWriter, lifecycleManagementSettings?: Partial<LifecycleManagementSettings> | undefined): void;
|
|
663
663
|
/**
|
|
664
664
|
* Serializes information the current object
|
|
665
665
|
* @param writer Serialization writer to use to serialize this model
|
|
666
666
|
*/
|
|
667
|
-
export declare function serializeLifecycleWorkflowsContainer(writer: SerializationWriter, lifecycleWorkflowsContainer?: LifecycleWorkflowsContainer | undefined): void;
|
|
667
|
+
export declare function serializeLifecycleWorkflowsContainer(writer: SerializationWriter, lifecycleWorkflowsContainer?: Partial<LifecycleWorkflowsContainer> | undefined): void;
|
|
668
668
|
/**
|
|
669
669
|
* Serializes information the current object
|
|
670
670
|
* @param writer Serialization writer to use to serialize this model
|
|
671
671
|
*/
|
|
672
|
-
export declare function serializeOnDemandExecutionOnly(writer: SerializationWriter, onDemandExecutionOnly?: OnDemandExecutionOnly | undefined): void;
|
|
672
|
+
export declare function serializeOnDemandExecutionOnly(writer: SerializationWriter, onDemandExecutionOnly?: Partial<OnDemandExecutionOnly> | undefined): void;
|
|
673
673
|
/**
|
|
674
674
|
* Serializes information the current object
|
|
675
675
|
* @param writer Serialization writer to use to serialize this model
|
|
676
676
|
*/
|
|
677
|
-
export declare function serializeParameter(writer: SerializationWriter, parameter?: Parameter | undefined): void;
|
|
677
|
+
export declare function serializeParameter(writer: SerializationWriter, parameter?: Partial<Parameter> | undefined): void;
|
|
678
678
|
/**
|
|
679
679
|
* Serializes information the current object
|
|
680
680
|
* @param writer Serialization writer to use to serialize this model
|
|
681
681
|
*/
|
|
682
|
-
export declare function serializeRuleBasedSubjectSet(writer: SerializationWriter, ruleBasedSubjectSet?: RuleBasedSubjectSet | undefined): void;
|
|
682
|
+
export declare function serializeRuleBasedSubjectSet(writer: SerializationWriter, ruleBasedSubjectSet?: Partial<RuleBasedSubjectSet> | undefined): void;
|
|
683
683
|
/**
|
|
684
684
|
* Serializes information the current object
|
|
685
685
|
* @param writer Serialization writer to use to serialize this model
|
|
686
686
|
*/
|
|
687
|
-
export declare function serializeRun(writer: SerializationWriter, run?: Run | undefined): void;
|
|
687
|
+
export declare function serializeRun(writer: SerializationWriter, run?: Partial<Run> | undefined): void;
|
|
688
688
|
/**
|
|
689
689
|
* Serializes information the current object
|
|
690
690
|
* @param writer Serialization writer to use to serialize this model
|
|
691
691
|
*/
|
|
692
|
-
export declare function serializeRunCollectionResponse(writer: SerializationWriter, runCollectionResponse?: RunCollectionResponse | undefined): void;
|
|
692
|
+
export declare function serializeRunCollectionResponse(writer: SerializationWriter, runCollectionResponse?: Partial<RunCollectionResponse> | undefined): void;
|
|
693
693
|
/**
|
|
694
694
|
* Serializes information the current object
|
|
695
695
|
* @param writer Serialization writer to use to serialize this model
|
|
696
696
|
*/
|
|
697
|
-
export declare function serializeRunSummary(writer: SerializationWriter, runSummary?: RunSummary | undefined): void;
|
|
697
|
+
export declare function serializeRunSummary(writer: SerializationWriter, runSummary?: Partial<RunSummary> | undefined): void;
|
|
698
698
|
/**
|
|
699
699
|
* Serializes information the current object
|
|
700
700
|
* @param writer Serialization writer to use to serialize this model
|
|
701
701
|
*/
|
|
702
|
-
export declare function serializeTask(writer: SerializationWriter, task?: Task | undefined): void;
|
|
702
|
+
export declare function serializeTask(writer: SerializationWriter, task?: Partial<Task> | undefined): void;
|
|
703
703
|
/**
|
|
704
704
|
* Serializes information the current object
|
|
705
705
|
* @param writer Serialization writer to use to serialize this model
|
|
706
706
|
*/
|
|
707
|
-
export declare function serializeTaskCollectionResponse(writer: SerializationWriter, taskCollectionResponse?: TaskCollectionResponse | undefined): void;
|
|
707
|
+
export declare function serializeTaskCollectionResponse(writer: SerializationWriter, taskCollectionResponse?: Partial<TaskCollectionResponse> | undefined): void;
|
|
708
708
|
/**
|
|
709
709
|
* Serializes information the current object
|
|
710
710
|
* @param writer Serialization writer to use to serialize this model
|
|
711
711
|
*/
|
|
712
|
-
export declare function serializeTaskDefinition(writer: SerializationWriter, taskDefinition?: TaskDefinition | undefined): void;
|
|
712
|
+
export declare function serializeTaskDefinition(writer: SerializationWriter, taskDefinition?: Partial<TaskDefinition> | undefined): void;
|
|
713
713
|
/**
|
|
714
714
|
* Serializes information the current object
|
|
715
715
|
* @param writer Serialization writer to use to serialize this model
|
|
716
716
|
*/
|
|
717
|
-
export declare function serializeTaskDefinitionCollectionResponse(writer: SerializationWriter, taskDefinitionCollectionResponse?: TaskDefinitionCollectionResponse | undefined): void;
|
|
717
|
+
export declare function serializeTaskDefinitionCollectionResponse(writer: SerializationWriter, taskDefinitionCollectionResponse?: Partial<TaskDefinitionCollectionResponse> | undefined): void;
|
|
718
718
|
/**
|
|
719
719
|
* Serializes information the current object
|
|
720
720
|
* @param writer Serialization writer to use to serialize this model
|
|
721
721
|
*/
|
|
722
|
-
export declare function serializeTaskProcessingResult(writer: SerializationWriter, taskProcessingResult?: TaskProcessingResult | undefined): void;
|
|
722
|
+
export declare function serializeTaskProcessingResult(writer: SerializationWriter, taskProcessingResult?: Partial<TaskProcessingResult> | undefined): void;
|
|
723
723
|
/**
|
|
724
724
|
* Serializes information the current object
|
|
725
725
|
* @param writer Serialization writer to use to serialize this model
|
|
726
726
|
*/
|
|
727
|
-
export declare function serializeTaskProcessingResultCollectionResponse(writer: SerializationWriter, taskProcessingResultCollectionResponse?: TaskProcessingResultCollectionResponse | undefined): void;
|
|
727
|
+
export declare function serializeTaskProcessingResultCollectionResponse(writer: SerializationWriter, taskProcessingResultCollectionResponse?: Partial<TaskProcessingResultCollectionResponse> | undefined): void;
|
|
728
728
|
/**
|
|
729
729
|
* Serializes information the current object
|
|
730
730
|
* @param writer Serialization writer to use to serialize this model
|
|
731
731
|
*/
|
|
732
|
-
export declare function serializeTaskReport(writer: SerializationWriter, taskReport?: TaskReport | undefined): void;
|
|
732
|
+
export declare function serializeTaskReport(writer: SerializationWriter, taskReport?: Partial<TaskReport> | undefined): void;
|
|
733
733
|
/**
|
|
734
734
|
* Serializes information the current object
|
|
735
735
|
* @param writer Serialization writer to use to serialize this model
|
|
736
736
|
*/
|
|
737
|
-
export declare function serializeTaskReportCollectionResponse(writer: SerializationWriter, taskReportCollectionResponse?: TaskReportCollectionResponse | undefined): void;
|
|
737
|
+
export declare function serializeTaskReportCollectionResponse(writer: SerializationWriter, taskReportCollectionResponse?: Partial<TaskReportCollectionResponse> | undefined): void;
|
|
738
738
|
/**
|
|
739
739
|
* Serializes information the current object
|
|
740
740
|
* @param writer Serialization writer to use to serialize this model
|
|
741
741
|
*/
|
|
742
|
-
export declare function serializeTaskReportSummary(writer: SerializationWriter, taskReportSummary?: TaskReportSummary | undefined): void;
|
|
742
|
+
export declare function serializeTaskReportSummary(writer: SerializationWriter, taskReportSummary?: Partial<TaskReportSummary> | undefined): void;
|
|
743
743
|
/**
|
|
744
744
|
* Serializes information the current object
|
|
745
745
|
* @param writer Serialization writer to use to serialize this model
|
|
746
746
|
*/
|
|
747
|
-
export declare function serializeTimeBasedAttributeTrigger(writer: SerializationWriter, timeBasedAttributeTrigger?: TimeBasedAttributeTrigger | undefined): void;
|
|
747
|
+
export declare function serializeTimeBasedAttributeTrigger(writer: SerializationWriter, timeBasedAttributeTrigger?: Partial<TimeBasedAttributeTrigger> | undefined): void;
|
|
748
748
|
/**
|
|
749
749
|
* Serializes information the current object
|
|
750
750
|
* @param writer Serialization writer to use to serialize this model
|
|
751
751
|
*/
|
|
752
|
-
export declare function serializeTriggerAndScopeBasedConditions(writer: SerializationWriter, triggerAndScopeBasedConditions?: TriggerAndScopeBasedConditions | undefined): void;
|
|
752
|
+
export declare function serializeTriggerAndScopeBasedConditions(writer: SerializationWriter, triggerAndScopeBasedConditions?: Partial<TriggerAndScopeBasedConditions> | undefined): void;
|
|
753
753
|
/**
|
|
754
754
|
* Serializes information the current object
|
|
755
755
|
* @param writer Serialization writer to use to serialize this model
|
|
756
756
|
*/
|
|
757
|
-
export declare function serializeUserProcessingResult(writer: SerializationWriter, userProcessingResult?: UserProcessingResult | undefined): void;
|
|
757
|
+
export declare function serializeUserProcessingResult(writer: SerializationWriter, userProcessingResult?: Partial<UserProcessingResult> | undefined): void;
|
|
758
758
|
/**
|
|
759
759
|
* Serializes information the current object
|
|
760
760
|
* @param writer Serialization writer to use to serialize this model
|
|
761
761
|
*/
|
|
762
|
-
export declare function serializeUserProcessingResultCollectionResponse(writer: SerializationWriter, userProcessingResultCollectionResponse?: UserProcessingResultCollectionResponse | undefined): void;
|
|
762
|
+
export declare function serializeUserProcessingResultCollectionResponse(writer: SerializationWriter, userProcessingResultCollectionResponse?: Partial<UserProcessingResultCollectionResponse> | undefined): void;
|
|
763
763
|
/**
|
|
764
764
|
* Serializes information the current object
|
|
765
765
|
* @param writer Serialization writer to use to serialize this model
|
|
766
766
|
*/
|
|
767
|
-
export declare function serializeUserSummary(writer: SerializationWriter, userSummary?: UserSummary | undefined): void;
|
|
767
|
+
export declare function serializeUserSummary(writer: SerializationWriter, userSummary?: Partial<UserSummary> | undefined): void;
|
|
768
768
|
/**
|
|
769
769
|
* Serializes information the current object
|
|
770
770
|
* @param writer Serialization writer to use to serialize this model
|
|
771
771
|
*/
|
|
772
|
-
export declare function serializeWorkflow(writer: SerializationWriter, workflow?: Workflow | undefined): void;
|
|
772
|
+
export declare function serializeWorkflow(writer: SerializationWriter, workflow?: Partial<Workflow> | undefined): void;
|
|
773
773
|
/**
|
|
774
774
|
* Serializes information the current object
|
|
775
775
|
* @param writer Serialization writer to use to serialize this model
|
|
776
776
|
*/
|
|
777
|
-
export declare function serializeWorkflowBase(writer: SerializationWriter, workflowBase?: WorkflowBase | undefined): void;
|
|
777
|
+
export declare function serializeWorkflowBase(writer: SerializationWriter, workflowBase?: Partial<WorkflowBase> | undefined): void;
|
|
778
778
|
/**
|
|
779
779
|
* Serializes information the current object
|
|
780
780
|
* @param writer Serialization writer to use to serialize this model
|
|
781
781
|
*/
|
|
782
|
-
export declare function serializeWorkflowCollectionResponse(writer: SerializationWriter, workflowCollectionResponse?: WorkflowCollectionResponse | undefined): void;
|
|
782
|
+
export declare function serializeWorkflowCollectionResponse(writer: SerializationWriter, workflowCollectionResponse?: Partial<WorkflowCollectionResponse> | undefined): void;
|
|
783
783
|
/**
|
|
784
784
|
* Serializes information the current object
|
|
785
785
|
* @param writer Serialization writer to use to serialize this model
|
|
786
786
|
*/
|
|
787
|
-
export declare function serializeWorkflowExecutionConditions(writer: SerializationWriter, workflowExecutionConditions?: WorkflowExecutionConditions | undefined): void;
|
|
787
|
+
export declare function serializeWorkflowExecutionConditions(writer: SerializationWriter, workflowExecutionConditions?: Partial<WorkflowExecutionConditions> | undefined): void;
|
|
788
788
|
/**
|
|
789
789
|
* Serializes information the current object
|
|
790
790
|
* @param writer Serialization writer to use to serialize this model
|
|
791
791
|
*/
|
|
792
|
-
export declare function serializeWorkflowExecutionTrigger(writer: SerializationWriter, workflowExecutionTrigger?: WorkflowExecutionTrigger | undefined): void;
|
|
792
|
+
export declare function serializeWorkflowExecutionTrigger(writer: SerializationWriter, workflowExecutionTrigger?: Partial<WorkflowExecutionTrigger> | undefined): void;
|
|
793
793
|
/**
|
|
794
794
|
* Serializes information the current object
|
|
795
795
|
* @param writer Serialization writer to use to serialize this model
|
|
796
796
|
*/
|
|
797
|
-
export declare function serializeWorkflowTemplate(writer: SerializationWriter, workflowTemplate?: WorkflowTemplate | undefined): void;
|
|
797
|
+
export declare function serializeWorkflowTemplate(writer: SerializationWriter, workflowTemplate?: Partial<WorkflowTemplate> | undefined): void;
|
|
798
798
|
/**
|
|
799
799
|
* Serializes information the current object
|
|
800
800
|
* @param writer Serialization writer to use to serialize this model
|
|
801
801
|
*/
|
|
802
|
-
export declare function serializeWorkflowTemplateCollectionResponse(writer: SerializationWriter, workflowTemplateCollectionResponse?: WorkflowTemplateCollectionResponse | undefined): void;
|
|
802
|
+
export declare function serializeWorkflowTemplateCollectionResponse(writer: SerializationWriter, workflowTemplateCollectionResponse?: Partial<WorkflowTemplateCollectionResponse> | undefined): void;
|
|
803
803
|
/**
|
|
804
804
|
* Serializes information the current object
|
|
805
805
|
* @param writer Serialization writer to use to serialize this model
|
|
806
806
|
*/
|
|
807
|
-
export declare function serializeWorkflowVersion(writer: SerializationWriter, workflowVersion?: WorkflowVersion | undefined): void;
|
|
807
|
+
export declare function serializeWorkflowVersion(writer: SerializationWriter, workflowVersion?: Partial<WorkflowVersion> | undefined): void;
|
|
808
808
|
/**
|
|
809
809
|
* Serializes information the current object
|
|
810
810
|
* @param writer Serialization writer to use to serialize this model
|
|
811
811
|
*/
|
|
812
|
-
export declare function serializeWorkflowVersionCollectionResponse(writer: SerializationWriter, workflowVersionCollectionResponse?: WorkflowVersionCollectionResponse | undefined): void;
|
|
812
|
+
export declare function serializeWorkflowVersionCollectionResponse(writer: SerializationWriter, workflowVersionCollectionResponse?: Partial<WorkflowVersionCollectionResponse> | undefined): void;
|
|
813
813
|
export interface Task extends Entity, Parsable {
|
|
814
814
|
/**
|
|
815
815
|
* Arguments included within the task. For guidance to configure this property, see Configure the arguments for built-in Lifecycle Workflow tasks. Required.
|