@salesforce/lds-adapters-service-ecm 0.1.0-dev1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/service-ecm.js +9423 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/createAgentAction.d.ts +20 -0
  5. package/dist/es/es2018/types/src/generated/adapters/createAgentFlow.d.ts +18 -0
  6. package/dist/es/es2018/types/src/generated/adapters/createCatalogItem.d.ts +41 -0
  7. package/dist/es/es2018/types/src/generated/adapters/deployTemplate.d.ts +15 -0
  8. package/dist/es/es2018/types/src/generated/adapters/generateIntakeForm.d.ts +18 -0
  9. package/dist/es/es2018/types/src/generated/adapters/generateOmniScript.d.ts +17 -0
  10. package/dist/es/es2018/types/src/generated/adapters/getAgentActions.d.ts +28 -0
  11. package/dist/es/es2018/types/src/generated/adapters/getAllServiceAutomationDep.d.ts +31 -0
  12. package/dist/es/es2018/types/src/generated/adapters/getAllServiceProcessTemplate.d.ts +26 -0
  13. package/dist/es/es2018/types/src/generated/adapters/getCatalogItem.d.ts +28 -0
  14. package/dist/es/es2018/types/src/generated/adapters/getServiceRequest.d.ts +27 -0
  15. package/dist/es/es2018/types/src/generated/adapters/updateCatalogItem.d.ts +43 -0
  16. package/dist/es/es2018/types/src/generated/adapters/updateEpcCategories.d.ts +17 -0
  17. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +13 -0
  18. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +19 -0
  19. package/dist/es/es2018/types/src/generated/resources/getConnectServiceAutomationCatalogCatalogItemByCatalogItemId.d.ts +18 -0
  20. package/dist/es/es2018/types/src/generated/resources/getConnectServiceAutomationGenAiActions.d.ts +16 -0
  21. package/dist/es/es2018/types/src/generated/resources/getConnectServiceAutomationServiceProcessGetAllTemplates.d.ts +12 -0
  22. package/dist/es/es2018/types/src/generated/resources/getConnectServiceAutomationServiceRequestServiceCatalogRequestByServiceRequestId.d.ts +15 -0
  23. package/dist/es/es2018/types/src/generated/resources/patchConnectServiceAutomationCatalogCatalogItemByCatalogItemId.d.ts +42 -0
  24. package/dist/es/es2018/types/src/generated/resources/patchConnectServiceAutomationCatalogCategoriesByCatalogId.d.ts +16 -0
  25. package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationAgentAutolaunchedFlow.d.ts +15 -0
  26. package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationCatalogCatalogItem.d.ts +38 -0
  27. package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationGenAiActions.d.ts +17 -0
  28. package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationIntakeFormGenerateIntakeForm.d.ts +15 -0
  29. package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationIntakeFormGenerateIntakeOmniscript.d.ts +14 -0
  30. package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationQuery.d.ts +19 -0
  31. package/dist/es/es2018/types/src/generated/resources/postConnectServiceAutomationTemplateDeployByTemplateId.d.ts +12 -0
  32. package/dist/es/es2018/types/src/generated/types/AgentActionAttributeOutputRepresentation.d.ts +64 -0
  33. package/dist/es/es2018/types/src/generated/types/AgentActionInputRepresentation.d.ts +37 -0
  34. package/dist/es/es2018/types/src/generated/types/AgentActionOutputRepresentation.d.ts +34 -0
  35. package/dist/es/es2018/types/src/generated/types/AgentAutolaunchedFlowInputRepresentation.d.ts +37 -0
  36. package/dist/es/es2018/types/src/generated/types/AgentAutolaunchedFlowRepresentation.d.ts +47 -0
  37. package/dist/es/es2018/types/src/generated/types/AgentAutolaunchedFlowStatusRepresentation.d.ts +31 -0
  38. package/dist/es/es2018/types/src/generated/types/AssociatedArticleOutputRepresentation.d.ts +31 -0
  39. package/dist/es/es2018/types/src/generated/types/CatalogItemAttributeInputRepresentation.d.ts +74 -0
  40. package/dist/es/es2018/types/src/generated/types/CatalogItemAttributeOutputRepresentation.d.ts +77 -0
  41. package/dist/es/es2018/types/src/generated/types/CatalogItemCreateInputRepresentation.d.ts +86 -0
  42. package/dist/es/es2018/types/src/generated/types/CatalogItemOutputRepresentation.d.ts +101 -0
  43. package/dist/es/es2018/types/src/generated/types/CatalogItemUpdateInputRepresentation.d.ts +89 -0
  44. package/dist/es/es2018/types/src/generated/types/CategoriesInputRepresentation.d.ts +29 -0
  45. package/dist/es/es2018/types/src/generated/types/CategoryAndParentErrorOutputRepresentation.d.ts +28 -0
  46. package/dist/es/es2018/types/src/generated/types/CategoryAndParentOutputRepresentation.d.ts +48 -0
  47. package/dist/es/es2018/types/src/generated/types/CategoryInput.d.ts +31 -0
  48. package/dist/es/es2018/types/src/generated/types/DeploymentOutputRepresentation.d.ts +44 -0
  49. package/dist/es/es2018/types/src/generated/types/EinsteinAgentActionInputRepresentation.d.ts +43 -0
  50. package/dist/es/es2018/types/src/generated/types/EinsteinAgentActionOutputRepresentation.d.ts +72 -0
  51. package/dist/es/es2018/types/src/generated/types/EinsteinAgentActionsOutputRepresentation.d.ts +30 -0
  52. package/dist/es/es2018/types/src/generated/types/EligibilityRuleOutputRepresentation.d.ts +31 -0
  53. package/dist/es/es2018/types/src/generated/types/EligibilityRulesInputRepresentation.d.ts +31 -0
  54. package/dist/es/es2018/types/src/generated/types/FilterInputRepresentation.d.ts +34 -0
  55. package/dist/es/es2018/types/src/generated/types/FulfillmentFlowInputRepresentation.d.ts +37 -0
  56. package/dist/es/es2018/types/src/generated/types/FulfillmentFlowOutputRepresentation.d.ts +34 -0
  57. package/dist/es/es2018/types/src/generated/types/GenerateIntakeFormInputRepresentation.d.ts +37 -0
  58. package/dist/es/es2018/types/src/generated/types/GenerateIntakeFormOutputRepresentation.d.ts +47 -0
  59. package/dist/es/es2018/types/src/generated/types/GenericCustomObject.d.ts +28 -0
  60. package/dist/es/es2018/types/src/generated/types/IntakeFormCreationInputRepresentation.d.ts +34 -0
  61. package/dist/es/es2018/types/src/generated/types/IntakeFormInputRepresentation.d.ts +37 -0
  62. package/dist/es/es2018/types/src/generated/types/IntakeFormOutputRepresentation.d.ts +49 -0
  63. package/dist/es/es2018/types/src/generated/types/IntegrationDefInputRepresentation.d.ts +34 -0
  64. package/dist/es/es2018/types/src/generated/types/IntegrationDefinitionOutputPresentation.d.ts +31 -0
  65. package/dist/es/es2018/types/src/generated/types/KnowledgeArticleInputRepresentation.d.ts +34 -0
  66. package/dist/es/es2018/types/src/generated/types/OmniIntakeOutputRepresentation.d.ts +59 -0
  67. package/dist/es/es2018/types/src/generated/types/PicklistAttributeTypeInputRepresentation.d.ts +46 -0
  68. package/dist/es/es2018/types/src/generated/types/PicklistAttributeTypeOutputRepresentation.d.ts +43 -0
  69. package/dist/es/es2018/types/src/generated/types/PreprocessorInputRepresentation.d.ts +34 -0
  70. package/dist/es/es2018/types/src/generated/types/PreprocessorOutputRepresentation.d.ts +31 -0
  71. package/dist/es/es2018/types/src/generated/types/ProductDetailsInputRepresentation.d.ts +34 -0
  72. package/dist/es/es2018/types/src/generated/types/ProductDetailsOutputRepresentation.d.ts +43 -0
  73. package/dist/es/es2018/types/src/generated/types/ProductRequestCreateInputRepresentation.d.ts +46 -0
  74. package/dist/es/es2018/types/src/generated/types/ProductRequestOutputRepresentation.d.ts +47 -0
  75. package/dist/es/es2018/types/src/generated/types/ProductRequestUpdateInputRepresentation.d.ts +49 -0
  76. package/dist/es/es2018/types/src/generated/types/SectionInputRepresentation.d.ts +43 -0
  77. package/dist/es/es2018/types/src/generated/types/SectionOutputRepresentation.d.ts +41 -0
  78. package/dist/es/es2018/types/src/generated/types/ServiceAutomationDepOutputRepresentation.d.ts +33 -0
  79. package/dist/es/es2018/types/src/generated/types/ServiceAutomationDepReadInputRepresentation.d.ts +38 -0
  80. package/dist/es/es2018/types/src/generated/types/ServiceAutomationOutputRecordRepresentation.d.ts +32 -0
  81. package/dist/es/es2018/types/src/generated/types/ServiceProcessTemplateOutputRepresentation.d.ts +43 -0
  82. package/dist/es/es2018/types/src/generated/types/ServiceProcessTemplatesOutputRepresentation.d.ts +30 -0
  83. package/dist/es/es2018/types/src/generated/types/ServiceRequestGetOutputRepresentation.d.ts +46 -0
  84. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  85. package/package.json +66 -0
  86. package/sfdc/index.d.ts +1 -0
  87. package/sfdc/index.js +9524 -0
  88. package/src/raml/api.raml +1712 -0
  89. package/src/raml/luvio.raml +101 -0
@@ -0,0 +1,1712 @@
1
+ #%RAML 1.0
2
+ securedBy:
3
+ - OAuth2
4
+ title: Salesforce Connect API
5
+ version: '63.0'
6
+ mediaType: application/json
7
+ protocols:
8
+ - https
9
+ baseUri: /services/data/v66.0
10
+ securitySchemes:
11
+ OAuth2:
12
+ type: OAuth 2.0
13
+ settings:
14
+ authorizationUri: https://example.com/oauth/authorize
15
+ accessTokenUri: ''
16
+ authorizationGrants:
17
+ - implicit
18
+ annotationTypes:
19
+ oas-readOnly:
20
+ type: boolean
21
+ allowedTargets: TypeDeclaration
22
+ oas-collectionFormat:
23
+ type: string
24
+ oas-body-name:
25
+ type: string
26
+ allowedTargets: TypeDeclaration
27
+ types:
28
+ FilterInputRepresentation:
29
+ description: The query Filter input representation.
30
+ type: object
31
+ properties:
32
+ field:
33
+ description: field
34
+ type: string
35
+ operator:
36
+ description: operator
37
+ type: string
38
+ enum:
39
+ - Equals
40
+ - GreaterThan
41
+ - LessThan
42
+ - Like
43
+ - NotEquals
44
+ value:
45
+ description: value
46
+ type: any
47
+ ServiceAutomationDepOutputRepresentation:
48
+ description: Output Representation of Record
49
+ type: object
50
+ properties:
51
+ entityApiName:
52
+ description: Name of the entity
53
+ type: string
54
+ records:
55
+ description: List of records to be returned for the given entityApiName
56
+ type: array
57
+ items:
58
+ type: ServiceAutomationOutputRecordRepresentation
59
+ ServiceAutomationDepReadInputRepresentation:
60
+ description: 'Representation of the ServiceAutomation Input Request '
61
+ type: object
62
+ properties:
63
+ entityName:
64
+ description: The name of the entity records to be fetched
65
+ type: string
66
+ fields:
67
+ description: The fields to be fetched for the entity
68
+ type: array
69
+ items:
70
+ type: string
71
+ filters:
72
+ description: The filter to be applied while fetching records
73
+ type: array
74
+ items:
75
+ type: FilterInputRepresentation
76
+ limit:
77
+ description: The limit to be applied while fetching records
78
+ type: integer | nil
79
+ required: false
80
+ ServiceAutomationOutputRecordRepresentation:
81
+ description: Output Representation of Service Automation Record List
82
+ type: object
83
+ properties:
84
+ fields:
85
+ description: Fields Map of the record.
86
+ type: object
87
+ properties:
88
+ //:
89
+ type: any
90
+ AssociatedArticleOutputRepresentation:
91
+ description: Output Representation for Associated Articles
92
+ type: object
93
+ properties:
94
+ id:
95
+ required: false
96
+ description: Id of the associated article
97
+ type: string | nil
98
+ knowledgeArticleId:
99
+ required: false
100
+ description: Knowledge Article Id of the associated article
101
+ type: string | nil
102
+ CatalogItemAttributeInputRepresentation:
103
+ description: Input Representation for Attribute Item.
104
+ type: object
105
+ properties:
106
+ apiName:
107
+ required: false
108
+ description: Attribute API Name
109
+ type: string | nil
110
+ dataType:
111
+ required: false
112
+ description: Attribute Data Type
113
+ type: string | nil
114
+ enum:
115
+ - Boolean
116
+ - CheckBox
117
+ - Currency
118
+ - Date
119
+ - Datetime
120
+ - Double
121
+ - List
122
+ - ListOfBoolean
123
+ - ListOfDouble
124
+ - ListOfInteger
125
+ - ListOfMaps
126
+ - ListOfString
127
+ - Lookup
128
+ - Map
129
+ - Number
130
+ - Percentage
131
+ - Picklist
132
+ - Text
133
+ - Attachment
134
+ defaultValue:
135
+ required: false
136
+ description: Attribute Default Value
137
+ type: string | nil
138
+ description:
139
+ required: false
140
+ description: Attribute Description
141
+ type: string | nil
142
+ id:
143
+ required: false
144
+ description: Attribute Name
145
+ type: string | nil
146
+ isContextDefinitionAttribute:
147
+ required: false
148
+ description: Context Attribute Id
149
+ type: boolean | nil
150
+ isEditable:
151
+ required: false
152
+ description: Is Editable Field
153
+ type: boolean
154
+ isHidden:
155
+ required: false
156
+ description: is Hidden
157
+ type: boolean | nil
158
+ isMandatory:
159
+ required: false
160
+ description: is Mandatory
161
+ type: boolean | nil
162
+ isMappedAnchorField:
163
+ required: false
164
+ description: is Mapped Anchor Field
165
+ type: boolean
166
+ isReadOnly:
167
+ required: false
168
+ description: is Read Only
169
+ type: boolean | nil
170
+ name:
171
+ required: false
172
+ description: Attribute Name
173
+ type: string | nil
174
+ operationType:
175
+ required: false
176
+ description: The type of operation that attribute support.
177
+ type: string | nil
178
+ enum:
179
+ - Create
180
+ - Delete
181
+ - Update
182
+ parent:
183
+ required: false
184
+ description: Attribute Parent
185
+ type: string | nil
186
+ picklistOptions:
187
+ required: false
188
+ description: Picklist Options
189
+ type: array
190
+ items:
191
+ type: PicklistAttributeTypeInputRepresentation | nil
192
+ sequence:
193
+ required: false
194
+ description: Sequence Number
195
+ type: integer | nil
196
+ CatalogItemAttributeOutputRepresentation:
197
+ description: Output representation class for the Attributes of Catalog Item
198
+ type: object
199
+ properties:
200
+ apiName:
201
+ required: false
202
+ description: Attribute Api Name
203
+ type: string | nil
204
+ dataType:
205
+ required: false
206
+ description: Attribute Data Type
207
+ type: string | nil
208
+ enum:
209
+ - Boolean
210
+ - CheckBox
211
+ - Currency
212
+ - Date
213
+ - Datetime
214
+ - Double
215
+ - List
216
+ - ListOfBoolean
217
+ - ListOfDouble
218
+ - ListOfInteger
219
+ - ListOfMaps
220
+ - ListOfString
221
+ - Lookup
222
+ - Map
223
+ - Number
224
+ - Percentage
225
+ - Picklist
226
+ - Text
227
+ - Attachment
228
+ defaultValue:
229
+ required: false
230
+ description: Attribute Default Value
231
+ type: string | nil
232
+ description:
233
+ required: false
234
+ description: Attribute Description
235
+ type: string | nil
236
+ id:
237
+ required: false
238
+ description: Attribute Id
239
+ type: string | nil
240
+ isContextDefinitionAttribute:
241
+ required: false
242
+ description: Attribute Context Attribute Id
243
+ type: boolean | nil
244
+ isDeleted:
245
+ required: false
246
+ description: Attribute Is Deleted
247
+ type: boolean | nil
248
+ isEditable:
249
+ required: false
250
+ description: Is Editable Field
251
+ type: boolean
252
+ isHidden:
253
+ required: false
254
+ description: Attribute Is Hidden
255
+ type: boolean | nil
256
+ isMandatory:
257
+ required: false
258
+ description: is Mandatory
259
+ type: boolean | nil
260
+ isMappedAnchorField:
261
+ required: false
262
+ description: Mapped Anchor Field
263
+ type: boolean
264
+ isReadOnly:
265
+ required: false
266
+ description: Attribute isReadOnly
267
+ type: boolean | nil
268
+ isRequired:
269
+ required: false
270
+ description: Attribute Is Required
271
+ type: boolean | nil
272
+ name:
273
+ required: false
274
+ description: Attribute Name
275
+ type: string |nil
276
+ parent:
277
+ required: false
278
+ description: Attribute Parent
279
+ type: string | nil
280
+ picklistOptions:
281
+ required: false
282
+ description: Picklist Options
283
+ type: array
284
+ items:
285
+ type: PicklistAttributeTypeOutputRepresentation | nil
286
+ sequence:
287
+ required: false
288
+ description: Attribute Sequence
289
+ type: integer | nil
290
+ CatalogItemCreateInputRepresentation:
291
+ description: Configuration of the Catalog Item.
292
+ type: object
293
+ properties:
294
+ agentAction:
295
+ required: false
296
+ description: Agent Action for the Catalog Item
297
+ type: AgentActionInputRepresentation | nil
298
+ associatedArticles:
299
+ required: false
300
+ description: Knowledge Articles
301
+ type: array
302
+ items:
303
+ type: KnowledgeArticleInputRepresentation | nil
304
+ attributes:
305
+ required: false
306
+ description: Attribute List
307
+ type: array
308
+ items:
309
+ type: CatalogItemAttributeInputRepresentation | nil
310
+ sections:
311
+ required: false
312
+ description: Section List
313
+ type: array
314
+ items:
315
+ type: SectionInputRepresentation | nil
316
+ contextDefinitionDevNameOrId:
317
+ required: false
318
+ description: Context Definition Id
319
+ type: string | nil
320
+ description:
321
+ required: false
322
+ description: Description
323
+ type: string | nil
324
+ displayUrl:
325
+ required: false
326
+ description: Display Url
327
+ type: string | nil
328
+ eligibilityRules:
329
+ required: false
330
+ description: Eligibility Rules
331
+ type: array
332
+ items:
333
+ type: EligibilityRulesInputRepresentation | nil
334
+ fulfillmentFlow:
335
+ required: false
336
+ description: Fulfillment Flow
337
+ type: FulfillmentFlowInputRepresentation | nil
338
+ intakeForm:
339
+ required: false
340
+ description: Intake Form
341
+ type: IntakeFormInputRepresentation | nil
342
+ integrations:
343
+ required: false
344
+ description: Integrations
345
+ type: array
346
+ items:
347
+ type: IntegrationDefInputRepresentation | nil
348
+ isActive:
349
+ required: false
350
+ description: is Active
351
+ type: boolean | nil
352
+ name:
353
+ required: false
354
+ description: Name
355
+ type: string | nil
356
+ preProcessors:
357
+ required: false
358
+ description: Pre-Processor
359
+ type: array
360
+ items:
361
+ type: PreprocessorInputRepresentation | nil
362
+ productRequests:
363
+ required: false
364
+ description: ProductRequests
365
+ type: array
366
+ items:
367
+ type: ProductRequestCreateInputRepresentation | nil
368
+ targetObject:
369
+ description: TargetObject
370
+ type: string | nil
371
+ enum:
372
+ - Case
373
+ - Incident
374
+ usedFor:
375
+ required: false
376
+ description: UsedFor
377
+ type: string | nil
378
+ enum:
379
+ - ServiceProcess
380
+ CatalogItemOutputRepresentation:
381
+ description: Output Representation of Catalog Item
382
+ type: object
383
+ properties:
384
+ agentAction:
385
+ required: false
386
+ description: Agent Action
387
+ type: AgentActionOutputRepresentation | nil
388
+ associatedArticles:
389
+ required: false
390
+ description: Knowledge Articles
391
+ type: array
392
+ items:
393
+ type: AssociatedArticleOutputRepresentation | nil
394
+ section:
395
+ required: false
396
+ description: Section
397
+ type: SectionOutputRepresentation | nil
398
+ sections:
399
+ required: false
400
+ description: Sections
401
+ type: array
402
+ items:
403
+ type: SectionOutputRepresentation | nil
404
+ catalogItemId:
405
+ required: true
406
+ description: Id of the Catalog Item
407
+ type: string | nil
408
+ contextDefinitionDevNameOrId:
409
+ required: false
410
+ description: Context Definition Id
411
+ type: string | nil
412
+ description:
413
+ required: false
414
+ description: Description of the Catalog Item
415
+ type: string | nil
416
+ displayUrl:
417
+ required: false
418
+ description: Display Url
419
+ type: string | nil
420
+ eligibilityRules:
421
+ required: false
422
+ description: Eligibility Rules
423
+ type: array
424
+ items:
425
+ type: EligibilityRuleOutputRepresentation | nil
426
+ fulfillmentFlow:
427
+ required: false
428
+ description: Fulfillment Flows
429
+ type: FulfillmentFlowOutputRepresentation | nil
430
+ intakeForm:
431
+ required: false
432
+ description: Intake Form
433
+ type: IntakeFormOutputRepresentation | nil
434
+ integrations:
435
+ required: false
436
+ description: Integrations
437
+ type: array
438
+ items:
439
+ type: IntegrationDefinitionOutputPresentation | nil
440
+ isActive:
441
+ required: false
442
+ description: is Active
443
+ type: boolean | nil
444
+ name:
445
+ required: false
446
+ description: Name of the Catalog Item
447
+ type: string | nil
448
+ productId:
449
+ required: false
450
+ description: Product Id
451
+ type: string | nil
452
+ preProcessors:
453
+ required: false
454
+ description: Pre Processor Ids
455
+ type: array
456
+ items:
457
+ type: PreprocessorOutputRepresentation | nil
458
+ productRequests:
459
+ required: false
460
+ description: ProductRequests
461
+ type: array
462
+ items:
463
+ type: ProductRequestOutputRepresentation | nil
464
+ targetObject:
465
+ required: false
466
+ description: Target Object
467
+ type: string | nil
468
+ enum:
469
+ - Case
470
+ - Incident
471
+ usedFor:
472
+ required: false
473
+ description: usedFor of the Catalog Item
474
+ type: string | nil
475
+ enum:
476
+ - ServiceProcess
477
+ CatalogItemUpdateInputRepresentation:
478
+ description: The configuration of updates to the CatalogItem
479
+ type: object
480
+ properties:
481
+ agentAction:
482
+ required: false
483
+ description: Agent Action for the Catalog Item
484
+ type: AgentActionInputRepresentation | nil
485
+ productId:
486
+ required: false
487
+ description: The ID of the catalog Item
488
+ type: string | nil
489
+ associatedArticles:
490
+ required: false
491
+ description: Knowledge Articles
492
+ type: array
493
+ items:
494
+ type: KnowledgeArticleInputRepresentation | nil
495
+ attributes:
496
+ required: false
497
+ description: Attribute List
498
+ type: array
499
+ items:
500
+ type: CatalogItemAttributeInputRepresentation | nil
501
+ sections:
502
+ required: false
503
+ description: Section List
504
+ type: array
505
+ items:
506
+ type: SectionInputRepresentation | nil
507
+ contextDefinitionDevNameOrId:
508
+ required: false
509
+ description: Context Definition Id
510
+ type: string | nil
511
+ description:
512
+ required: false
513
+ description: Description
514
+ type: string | nil
515
+ displayUrl:
516
+ required: false
517
+ description: Display Url
518
+ type: string | nil
519
+ eligibilityRules:
520
+ required: false
521
+ description: Eligibility Rules
522
+ type: array
523
+ items:
524
+ type: EligibilityRulesInputRepresentation | nil
525
+ fulfillmentFlow:
526
+ required: false
527
+ description: Fulfillment Flow
528
+ type: FulfillmentFlowInputRepresentation | nil
529
+ intakeForm:
530
+ required: false
531
+ description: Intake Form
532
+ type: IntakeFormInputRepresentation | nil
533
+ integrations:
534
+ required: false
535
+ description: Integrations
536
+ type: array
537
+ items:
538
+ type: IntegrationDefInputRepresentation | nil
539
+ isActive:
540
+ required: false
541
+ description: is Active
542
+ type: boolean | nil
543
+ name:
544
+ required: false
545
+ description: Name
546
+ type: string | nil
547
+ preProcessors:
548
+ required: false
549
+ description: Pre-Processor
550
+ type: array
551
+ items:
552
+ type: PreprocessorInputRepresentation | nil
553
+ productRequests:
554
+ required: false
555
+ description: ProductRequests
556
+ type: array
557
+ items:
558
+ type: ProductRequestCreateInputRepresentation | nil
559
+ targetObject:
560
+ required: false
561
+ description: Target Object
562
+ type: string | nil
563
+ enum:
564
+ - Case
565
+ - Incident
566
+ usedFor:
567
+ required: false
568
+ description: UsedFor
569
+ type: string | nil
570
+ enum:
571
+ - ServiceProcess
572
+ EligibilityRuleOutputRepresentation:
573
+ description: Output Representation for Eligibility Rules
574
+ type: object
575
+ properties:
576
+ eligibilityRuleId:
577
+ required: false
578
+ description: Eligibility Rule Id
579
+ type: string | nil
580
+ id:
581
+ required: false
582
+ description: Id
583
+ type: string | nil
584
+ EligibilityRulesInputRepresentation:
585
+ description: Input Representation for Eligibility Rules
586
+ type: object
587
+ properties:
588
+ id:
589
+ required: false
590
+ description: The ID of the catalog Item
591
+ type: string | nil
592
+ operationType:
593
+ required: false
594
+ description: The operation type of the catalog Item
595
+ type: string | nil
596
+ enum:
597
+ - Create
598
+ - Delete
599
+ - Update
600
+ FulfillmentFlowOutputRepresentation:
601
+ description: Output Representation for Fulfillment Flow
602
+ type: object
603
+ properties:
604
+ fulFillmentFlowId:
605
+ required: false
606
+ description: FulfillmentFlow Id
607
+ type: string | nil
608
+ id:
609
+ required: false
610
+ description: ProductFulfillmentScenario Id
611
+ type: string | nil
612
+ type:
613
+ required: false
614
+ description: FulfillmentFlow Type
615
+ type: string | nil
616
+ enum:
617
+ - Flow
618
+ - FlowOrchestrator
619
+ IntakeFormInputRepresentation:
620
+ description: Input Representation for Intake Forms.
621
+ type: object
622
+ properties:
623
+ id:
624
+ required: false
625
+ description: The ID of the catalog Item
626
+ type: string | nil
627
+ intakeFormId:
628
+ required: false
629
+ description: The intake form ID
630
+ type: string | nil
631
+ operationType:
632
+ required: false
633
+ description: The operation type of the catalog Item
634
+ type: string | nil
635
+ enum:
636
+ - Create
637
+ - Delete
638
+ - Update
639
+ type:
640
+ required: false
641
+ description: The Type of the catalog Item
642
+ type: string | nil
643
+ enum:
644
+ - Flow
645
+ - Omniscript
646
+ IntakeFormOutputRepresentation:
647
+ description: Output Representation for Intake Forms
648
+ type: object
649
+ properties:
650
+ id:
651
+ required: false
652
+ description: Id
653
+ type: string | nil
654
+ intakeFormId:
655
+ required: false
656
+ description: Intake Form Id
657
+ type: string | nil
658
+ omniProcessId:
659
+ required: false
660
+ description: OmniProcess Id
661
+ type: string | nil
662
+ omniScriptLanguage:
663
+ required: false
664
+ description: OmniScript Language
665
+ type: string | nil
666
+ omniScriptSubType:
667
+ required: false
668
+ description: OmniScript SubType
669
+ type: string | nil
670
+ omniScriptType:
671
+ required: false
672
+ description: OmniScript Type
673
+ type: string | nil
674
+ type:
675
+ required: false
676
+ description: Intake Form Type
677
+ type: string | nil
678
+ enum:
679
+ - Flow
680
+ - Omniscript
681
+ uniqueName:
682
+ required: false
683
+ description: Unique Name
684
+ type: string | nil
685
+ GenerateIntakeFormInputRepresentation:
686
+ description: 'Intake form Input Representation '
687
+ type: object
688
+ properties:
689
+ description:
690
+ required: false
691
+ description: Intake Form Description
692
+ type: string
693
+ name:
694
+ required: false
695
+ description: Intake Form Name
696
+ type: string
697
+ productId:
698
+ required: false
699
+ description: Product Id
700
+ type: string
701
+ type:
702
+ required: false
703
+ description: Intake Form Type
704
+ type: string
705
+ enum:
706
+ - Flow
707
+ - Omniscript
708
+ GenerateIntakeFormOutputRepresentation:
709
+ description: Output Representation of Generate Intake Form
710
+ type: object
711
+ properties:
712
+ description:
713
+ required: false
714
+ description: Intake Form Description
715
+ type: string
716
+ id:
717
+ description: Intake Form Id
718
+ type: string
719
+ name:
720
+ required: false
721
+ description: Intake Form Name
722
+ type: string
723
+ type:
724
+ required: false
725
+ description: Intake Form Type
726
+ type: string
727
+ enum:
728
+ - Flow
729
+ - Omniscript
730
+ IntegrationDefInputRepresentation:
731
+ description: Input Representation for Integration Definition.
732
+ type: object
733
+ properties:
734
+ id:
735
+ required: false
736
+ description: The ID of the catalog Item
737
+ type: string | nil
738
+ integrationDefinitionId:
739
+ required: false
740
+ description: The ID of the catalog Item
741
+ type: string | nil
742
+ operationType:
743
+ required: false
744
+ description: The operation type of the catalog Item
745
+ type: string | nil
746
+ enum:
747
+ - Create
748
+ - Delete
749
+ - Update
750
+ IntegrationDefinitionOutputPresentation:
751
+ description: Output Representation for Integration Definition
752
+ type: object
753
+ properties:
754
+ id:
755
+ required: false
756
+ description: Id of the Integration Definition
757
+ type: string | nil
758
+ integrationDefinitionId:
759
+ required: false
760
+ description: Integration Definition Id
761
+ type: string | nil
762
+ KnowledgeArticleInputRepresentation:
763
+ description: Input Representation for Knowledge Articles.
764
+ type: object
765
+ properties:
766
+ id:
767
+ required: false
768
+ description: The ID of the catalog Item
769
+ type: string | nil
770
+ knowledgeArticleId:
771
+ required: false
772
+ description: The ID of KnowledgeArticle
773
+ type: string | nil
774
+ operationType:
775
+ required: false
776
+ description: The operation type of the catalog Item
777
+ type: string | nil
778
+ enum:
779
+ - Create
780
+ - Delete
781
+ - Update
782
+ PicklistAttributeTypeInputRepresentation:
783
+ description: Picklist Attribute Type
784
+ type: object
785
+ properties:
786
+ displayName:
787
+ required: false
788
+ description: Picklist Display Name
789
+ type: string
790
+ id:
791
+ required: false
792
+ description: Picklist Id
793
+ type: string
794
+ isDefault:
795
+ required: false
796
+ description: Picklist Is Default
797
+ type: boolean
798
+ isVisible:
799
+ required: false
800
+ description: Picklist Is Visible
801
+ type: boolean
802
+ name:
803
+ required: false
804
+ description: Picklist Name
805
+ type: string
806
+ sequenceNumber:
807
+ required: false
808
+ description: Picklist Sequence Number
809
+ type: integer
810
+ operationType:
811
+ required: false
812
+ description: The operation type of the picklist option
813
+ type: string | nil
814
+ enum:
815
+ - Create
816
+ - Delete
817
+ - Update
818
+ PicklistAttributeTypeOutputRepresentation:
819
+ description: Output representation class for the Picklist Attribute Type
820
+ type: object
821
+ properties:
822
+ displayName:
823
+ required: false
824
+ description: Picklist Option Display Name
825
+ type: string
826
+ id:
827
+ required: false
828
+ description: Picklist Option Id
829
+ type: string
830
+ isDefault:
831
+ required: false
832
+ description: Picklist Option isDefault
833
+ type: boolean
834
+ isVisible:
835
+ required: false
836
+ description: Picklist Option isVisible
837
+ type: boolean
838
+ name:
839
+ required: false
840
+ description: Picklist Option Name
841
+ type: string
842
+ sequenceNumber:
843
+ required: false
844
+ description: Picklist Option Sequence Number
845
+ type: integer
846
+ PreprocessorInputRepresentation:
847
+ description: Input Representation for Preprocessor
848
+ type: object
849
+ properties:
850
+ id:
851
+ required: false
852
+ description: The ID of the catalog Item
853
+ type: string | nil
854
+ operationType:
855
+ required: false
856
+ description: The operation type of the catalog Item
857
+ type: string | nil
858
+ enum:
859
+ - Create
860
+ - Delete
861
+ - Update
862
+ preProcessorsID:
863
+ required: false
864
+ description: The ID of Preprocessor
865
+ type: string | nil
866
+ PreprocessorOutputRepresentation:
867
+ description: Output Representation for Preprocessors
868
+ type: object
869
+ properties:
870
+ id:
871
+ required: false
872
+ description: ProductConfigFlow Id
873
+ type: string | nil
874
+ preProcessorsID:
875
+ required: false
876
+ description: Preprocessor Id
877
+ type: string | nil
878
+ FulfillmentFlowInputRepresentation:
879
+ description: Input Representation for Fulfillment Flow
880
+ type: object
881
+ properties:
882
+ fulfillmentFlowId:
883
+ required: false
884
+ description: The ID of FulfillmentFlow
885
+ type: string | nil
886
+ id:
887
+ required: false
888
+ description: The ID of the catalog Item
889
+ type: string | nil
890
+ operationType:
891
+ required: false
892
+ description: The operation type of the catalog Item
893
+ type: string | nil
894
+ enum:
895
+ - Create
896
+ - Delete
897
+ - Update
898
+ type:
899
+ required: false
900
+ description: The Type of the catalog Item
901
+ type: string | nil
902
+ enum:
903
+ - Flow
904
+ - FlowOrchestrator
905
+ GenericCustomObject:
906
+ description: GenericCustomObject
907
+ type: object
908
+ properties:
909
+ value:
910
+ description: value
911
+ type: object
912
+ CategoriesInputRepresentation:
913
+ description: Category and Parent api input representation
914
+ type: object
915
+ properties:
916
+ categories:
917
+ description: List of Category ID and Parent ID
918
+ type: array
919
+ #TODO: Hand-rolled
920
+ items:
921
+ type: CategoryInput
922
+ CategoryInput:
923
+ description: Category and Parent api input payload representation
924
+ type: object
925
+ properties:
926
+ categoryId:
927
+ description: Specifies Category ID
928
+ type: string
929
+ parentCategoryId:
930
+ description: Specifies Parent Category ID
931
+ type: string
932
+ CategoryAndParentErrorOutputRepresentation:
933
+ description: 'Output representation for errors during update of Categories '
934
+ type: object
935
+ properties:
936
+ errorMessageList:
937
+ description: Error list during the update of categories
938
+ type: array
939
+ items:
940
+ type: string
941
+ CategoryAndParentOutputRepresentation:
942
+ description: Category And Parent
943
+ type: object
944
+ properties:
945
+ catalogId:
946
+ description: Catalog ID
947
+ type: string
948
+ errors:
949
+ description: Error list for categories realignment
950
+ type: array
951
+ items:
952
+ type: CategoryAndParentErrorOutputRepresentation
953
+ message:
954
+ description: Output message
955
+ type: string
956
+ status:
957
+ description: Output status code
958
+ type: string
959
+ OmniIntakeOutputRepresentation:
960
+ description: Output Representation of Catalog Item
961
+ type: object
962
+ properties:
963
+ description:
964
+ description: Intake Form Description
965
+ type: string
966
+ id:
967
+ description: Intake Form Id
968
+ type: string
969
+ name:
970
+ description: Intake Form Name
971
+ type: string
972
+ omniScriptId:
973
+ description: OmniScript Id
974
+ type: string
975
+ omniScriptLanguage:
976
+ description: OmniScript Language
977
+ type: string
978
+ omniScriptSubType:
979
+ description: OmniScript SubType
980
+ type: string
981
+ omniScriptType:
982
+ description: OmniScript Type
983
+ type: string
984
+ type:
985
+ description: Intake Form Type
986
+ type: string
987
+ enum:
988
+ - Flow
989
+ - Omniscript
990
+ IntakeFormCreationInputRepresentation:
991
+ description: 'CatalogItem OmniScript Intake Input Representation '
992
+ type: object
993
+ properties:
994
+ productId:
995
+ description: Product Id
996
+ type: string
997
+ scriptDescription:
998
+ description: Omni Script Description
999
+ type: string
1000
+ scriptName:
1001
+ description: Omni Script Name
1002
+ type: string
1003
+ ProductDetailsInputRepresentation:
1004
+ description: Input Representation for Product Details.
1005
+ type: object
1006
+ properties:
1007
+ id:
1008
+ required: false
1009
+ description: The id of the parent product
1010
+ type: string | nil
1011
+ operationType:
1012
+ required: false
1013
+ description: The operation type of the catalog Item
1014
+ type: string | nil
1015
+ enum:
1016
+ - Create
1017
+ - Delete
1018
+ - Update
1019
+ productId:
1020
+ required: false
1021
+ description: The id of the product
1022
+ type: string | nil
1023
+ ProductDetailsOutputRepresentation:
1024
+ description: Output Representation for Product Details
1025
+ type: object
1026
+ properties:
1027
+ id:
1028
+ required: false
1029
+ description: The id of the product request
1030
+ type: string | nil
1031
+ productId:
1032
+ required: false
1033
+ description: The id of the product
1034
+ type: string | nil
1035
+ productName:
1036
+ required: false
1037
+ description: Name of the product
1038
+ type: string | nil
1039
+ description:
1040
+ required: false
1041
+ description: Description of the product
1042
+ type: string | nil
1043
+ displayUrl:
1044
+ required: false
1045
+ description: displayUrl of the product
1046
+ type: string | nil
1047
+ productPrice:
1048
+ required: false
1049
+ description: 'Unit Price of the product'
1050
+ type: string | nil
1051
+ ProductRequestCreateInputRepresentation:
1052
+ description: Input Representation for Product Request.
1053
+ type: object
1054
+ properties:
1055
+ operationType:
1056
+ required: false
1057
+ description: Operation Type of the product request section
1058
+ type: string | nil
1059
+ enum:
1060
+ - Create
1061
+ - Delete
1062
+ - Update
1063
+ productDetails:
1064
+ required: false
1065
+ description: Product Details
1066
+ type: array
1067
+ items:
1068
+ type: any
1069
+ sectionDescription:
1070
+ required: false
1071
+ description: Section Description
1072
+ type: string | nil
1073
+ sectionMaxCount:
1074
+ required: false
1075
+ description: Section max count
1076
+ type: integer | nil
1077
+ sectionMinCount:
1078
+ required: false
1079
+ description: Section min count
1080
+ type: integer | nil
1081
+ sectionName:
1082
+ required: false
1083
+ description: Section Name
1084
+ type: string | nil
1085
+ sequence:
1086
+ required: false
1087
+ description: Sequence
1088
+ type: integer | nil
1089
+ ProductRequestOutputRepresentation:
1090
+ description: Output Representation for Product Request
1091
+ type: object
1092
+ properties:
1093
+ productDetails:
1094
+ required: false
1095
+ description: Product Details
1096
+ type: array
1097
+ items:
1098
+ type: ProductDetailsOutputRepresentation
1099
+ sectionDescription:
1100
+ required: false
1101
+ description: Section Description
1102
+ type: string | nil
1103
+ sectionId:
1104
+ required: false
1105
+ description: Section Id
1106
+ type: string | nil
1107
+ sectionMaxCount:
1108
+ required: false
1109
+ description: Section max count
1110
+ type: integer | nil
1111
+ sectionMinCount:
1112
+ required: false
1113
+ description: Section min count
1114
+ type: integer | nil
1115
+ sectionName:
1116
+ required: false
1117
+ description: Section Name
1118
+ type: string | nil
1119
+ sequence:
1120
+ required: false
1121
+ description: Sequence
1122
+ type: integer | nil
1123
+ ProductRequestUpdateInputRepresentation:
1124
+ description: Input Representation for Product Request.
1125
+ type: object
1126
+ properties:
1127
+ operationType:
1128
+ required: false
1129
+ description: Operation Type of the product request section
1130
+ type: string | nil
1131
+ enum:
1132
+ - Create
1133
+ - Delete
1134
+ - Update
1135
+ productDetails:
1136
+ required: false
1137
+ description: Product Details
1138
+ type: array
1139
+ items:
1140
+ type: any
1141
+ sectionDescription:
1142
+ required: false
1143
+ description: Section Description
1144
+ type: string | nil
1145
+ sectionId:
1146
+ required: false
1147
+ description: Section Id
1148
+ type: string | nil
1149
+ sectionMaxCount:
1150
+ required: false
1151
+ description: Section max count
1152
+ type: integer | nil
1153
+ sectionMinCount:
1154
+ required: false
1155
+ description: Section min count
1156
+ type: integer | nil
1157
+ sectionName:
1158
+ required: false
1159
+ description: Section Name
1160
+ type: string | nil
1161
+ sequence:
1162
+ required: false
1163
+ description: Section Sequence
1164
+ type: integer | nil
1165
+ SectionInputRepresentation:
1166
+ description: Input Representation for Sections
1167
+ type: object
1168
+ properties:
1169
+ attributes:
1170
+ required: false
1171
+ description: Attributes associated with Section
1172
+ type: array
1173
+ items:
1174
+ type: any
1175
+ description:
1176
+ required: false
1177
+ description: The Description of Section
1178
+ type: string | nil
1179
+ id:
1180
+ required: false
1181
+ description: The ID of Section
1182
+ type: string | nil
1183
+ name:
1184
+ required: false
1185
+ description: The Name of Section
1186
+ type: string | nil
1187
+ operationType:
1188
+ required: false
1189
+ description: The operation type of the section
1190
+ type: string | nil
1191
+ enum:
1192
+ - Create
1193
+ - Delete
1194
+ - Update
1195
+ sequence:
1196
+ required: false
1197
+ description: The sequence of Section
1198
+ type: integer
1199
+ SectionOutputRepresentation:
1200
+ description: Output Representation for Section
1201
+ type: object
1202
+ properties:
1203
+ name:
1204
+ required: false
1205
+ description: Product Name
1206
+ type: string | nil
1207
+ description:
1208
+ required: false
1209
+ description: Product Name
1210
+ type: string | nil
1211
+ attributes:
1212
+ required: false
1213
+ description: Attribute List
1214
+ type: array
1215
+ items:
1216
+ type: CatalogItemAttributeOutputRepresentation | nil
1217
+ id:
1218
+ required: false
1219
+ description: Id of the Section
1220
+ type: string | nil
1221
+ sequence:
1222
+ required: false
1223
+ description: The sequence of Section
1224
+ type: integer
1225
+ AgentActionInputRepresentation:
1226
+ description: Input Representation for Agent Action
1227
+ type: object
1228
+ properties:
1229
+ agentActionId:
1230
+ required: false
1231
+ description: The ID of the Agent Action
1232
+ type: string | nil
1233
+ id:
1234
+ required: false
1235
+ description: The ID of the Product Configuration Flow associated
1236
+ type: string | nil
1237
+ operationType:
1238
+ required: false
1239
+ description: The operation type for the updation or addition
1240
+ type: string | nil
1241
+ enum:
1242
+ - Create
1243
+ - Delete
1244
+ - Update
1245
+ status:
1246
+ required: false
1247
+ description: The Agent Action status for the service process
1248
+ type: string | nil
1249
+ enum:
1250
+ - Active
1251
+ - Draft
1252
+ - Inactive
1253
+ AgentActionOutputRepresentation:
1254
+ description: Output Representation for Agent Action
1255
+ type: object
1256
+ properties:
1257
+ agentActionId:
1258
+ required: false
1259
+ description: Agent Action Id
1260
+ type: string | nil
1261
+ id:
1262
+ required: false
1263
+ description: Product Configuration Flow Id
1264
+ type: string | nil
1265
+ status:
1266
+ required: false
1267
+ description: Status for the Agent Action
1268
+ type: string | nil
1269
+ enum:
1270
+ - Active
1271
+ - Draft
1272
+ - Inactive
1273
+ AgentAutolaunchedFlowInputRepresentation:
1274
+ description: Input Representation of an Autolaunched Flow
1275
+ type: object
1276
+ properties:
1277
+ description:
1278
+ description: Description of the autolaunched flow.
1279
+ type: string
1280
+ developerName:
1281
+ description: The unique developer name of the autolaunched flow.
1282
+ type: string
1283
+ label:
1284
+ description: Display name for the autolaunched flow.
1285
+ type: string
1286
+ serviceProcessId:
1287
+ description: The unique identifier of the service process for which autolaunched flow is getting created.
1288
+ type: string
1289
+ AgentAutolaunchedFlowRepresentation:
1290
+ description: Output Representation of an Autolaunched Flow
1291
+ type: object
1292
+ properties:
1293
+ flowDefinitionId:
1294
+ description: The unique identifier of the flow definition.
1295
+ type: string | nil
1296
+ flowLatestVersionId:
1297
+ description: The unique identifier of the latest version of the autolaunched flow
1298
+ type: string | nil
1299
+ isActive:
1300
+ description: Indicates whether the flow is active (true) or not (false)
1301
+ type: boolean | nil
1302
+ status:
1303
+ description: The success message or the error message with an error code that's displayed when creating the flow.
1304
+ type: AgentAutolaunchedFlowStatusRepresentation
1305
+ AgentAutolaunchedFlowStatusRepresentation:
1306
+ description: Output Representation of the Flow Status
1307
+ type: object
1308
+ properties:
1309
+ code:
1310
+ description: The error code thrown when the request fails.
1311
+ type: integer
1312
+ message:
1313
+ description: Message stating the reason for error, if any.
1314
+ type: string
1315
+ ServiceProcessTemplateOutputRepresentation:
1316
+ description: Output Representation of Service Process Template
1317
+ type: object
1318
+ properties:
1319
+ createdDate:
1320
+ description: Template created date
1321
+ type: string
1322
+ description:
1323
+ description: Template description
1324
+ type: string
1325
+ id:
1326
+ description: Template Id
1327
+ type: string
1328
+ imageUrl:
1329
+ description: Template image url
1330
+ type: string
1331
+ name:
1332
+ description: Template name
1333
+ type: string
1334
+ type:
1335
+ description: Template type
1336
+ type: string
1337
+ ServiceProcessTemplatesOutputRepresentation:
1338
+ description: Output Representation of Service Process Templates
1339
+ type: object
1340
+ properties:
1341
+ serviceProcessTemplateOutputRepresentation:
1342
+ description: Service Process Template List
1343
+ type: array
1344
+ items:
1345
+ type: ServiceProcessTemplateOutputRepresentation
1346
+ ServiceRequestGetOutputRepresentation:
1347
+ description: Service Request Get Output Representation
1348
+ type: object
1349
+ properties:
1350
+ anchor:
1351
+ required: false
1352
+ description: Anchor object list
1353
+ type: object
1354
+ properties:
1355
+ //:
1356
+ type: any
1357
+ customAttributes:
1358
+ required: false
1359
+ description: Custom Attributes list
1360
+ type: object
1361
+ properties:
1362
+ //:
1363
+ type: any
1364
+ productAttributes:
1365
+ required: false
1366
+ description: Product object list
1367
+ type: object
1368
+ properties:
1369
+ //:
1370
+ type: any
1371
+ AgentActionAttributeOutputRepresentation:
1372
+ description: Output representation for an Agent Action Attribute
1373
+ type: object
1374
+ properties:
1375
+ dataType:
1376
+ description: Data type of the attribute
1377
+ type: string
1378
+ description:
1379
+ description: Description of the Attribute
1380
+ type: string
1381
+ developerName:
1382
+ description: Developer Name of the Atribute
1383
+ type: string
1384
+ displayable:
1385
+ required: false
1386
+ description: Is displayable
1387
+ type: boolean
1388
+ excludedFromPlanner:
1389
+ required: false
1390
+ description: Exclude from Planner
1391
+ type: boolean
1392
+ isPersIdentInfo:
1393
+ required: false
1394
+ description: Is PII Information
1395
+ type: boolean
1396
+ itemsDataType:
1397
+ required: false
1398
+ description: Data type of the items in the list
1399
+ type: string
1400
+ label:
1401
+ description: Label of the Attribute
1402
+ type: string
1403
+ mappingType:
1404
+ description: Mapping Type
1405
+ type: string
1406
+ maxItems:
1407
+ required: false
1408
+ description: Max items
1409
+ type: integer
1410
+ required:
1411
+ required: false
1412
+ description: Is Required Attribute
1413
+ type: boolean
1414
+ title:
1415
+ description: Title of the Attribute
1416
+ type: string
1417
+ userInput:
1418
+ required: false
1419
+ description: Is user input
1420
+ type: boolean
1421
+ EinsteinAgentActionOutputRepresentation:
1422
+ description: Output representation for an Agent Action
1423
+ type: object
1424
+ properties:
1425
+ attributes:
1426
+ description: Attributes of the Agent Action
1427
+ type: array
1428
+ items:
1429
+ type: AgentActionAttributeOutputRepresentation
1430
+ description:
1431
+ description: 'Description of the Agent Action '
1432
+ type: string
1433
+ developerName:
1434
+ description: 'Developer Name of the Agent Action '
1435
+ type: string
1436
+ id:
1437
+ description: 'Identifier of the Agent Action '
1438
+ type: string
1439
+ includeInProgressIndicator:
1440
+ required: false
1441
+ description: Include progress indicator message
1442
+ type: boolean
1443
+ invocationTarget:
1444
+ required: false
1445
+ description: Invocation Target of the Agent Action
1446
+ type: string
1447
+ invocationTargetId:
1448
+ required: false
1449
+ description: Invocation Target ID of the Agent Action
1450
+ type: string
1451
+ invocationTargetType:
1452
+ description: Invocation Target Type of the Agent Action
1453
+ type: string
1454
+ label:
1455
+ description: 'Master Label of the Agent Action '
1456
+ type: string
1457
+ namespace:
1458
+ required: false
1459
+ description: Namespace of the Agent Action
1460
+ type: string
1461
+ progressIndicatorMessage:
1462
+ required: false
1463
+ description: Progress indicator message
1464
+ type: string
1465
+ userConfirmationRequired:
1466
+ required: false
1467
+ description: Is user confirmation required for executing Action
1468
+ type: boolean
1469
+ EinsteinAgentActionsOutputRepresentation:
1470
+ description: Output representation for Agent Actions
1471
+ type: object
1472
+ properties:
1473
+ actions:
1474
+ description: Agent Actions
1475
+ type: array
1476
+ items:
1477
+ type: EinsteinAgentActionOutputRepresentation
1478
+ EinsteinAgentActionInputRepresentation:
1479
+ description: Input representation for an Agent Action
1480
+ type: object
1481
+ properties:
1482
+ description:
1483
+ description: Description of the agent action
1484
+ type: string
1485
+ developerName:
1486
+ description: Developer name of the agent action
1487
+ type: string
1488
+ invocationTargetIdentifier:
1489
+ description: Invocation Target Identifier of the agent action
1490
+ type: string
1491
+ invocationTargetType:
1492
+ description: Invocation Target Type of the agent action
1493
+ type: string
1494
+ enum:
1495
+ - Flow
1496
+ label:
1497
+ description: Master Label of the agent action
1498
+ type: string
1499
+ serviceProcessId:
1500
+ description: Service Process Identifier
1501
+ type: string
1502
+ DeploymentOutputRepresentation:
1503
+ description: Template Deployment Output Representation
1504
+ type: object
1505
+ properties:
1506
+ deploymentResult:
1507
+ required: true
1508
+ description: Result of the template deployment
1509
+ type: string
1510
+ templateId:
1511
+ required: true
1512
+ description: Template ID that was deployed
1513
+ type: string
1514
+ status:
1515
+ required: true
1516
+ description: Status of the deployment (SUCCESS or FAILURE)
1517
+ type: string
1518
+ /connect/service-automation:
1519
+ /catalog:
1520
+ /catalog-item:
1521
+ post:
1522
+ displayName: postCatalogItemSave
1523
+ description: API to create a catalog item record.
1524
+ responses:
1525
+ '200':
1526
+ description: Success
1527
+ body:
1528
+ application/json:
1529
+ type: CatalogItemOutputRepresentation
1530
+ body:
1531
+ application/json:
1532
+ type: CatalogItemCreateInputRepresentation
1533
+ (oas-body-name): catalogItemCreateInput
1534
+ /catalog-item/{catalogItemId}:
1535
+ get:
1536
+ displayName: getCatalogItemGet
1537
+ description: API to fetch catalog record based on catalog id.
1538
+ responses:
1539
+ '200':
1540
+ description: Success
1541
+ body:
1542
+ application/json:
1543
+ type: CatalogItemOutputRepresentation
1544
+ queryParameters:
1545
+ isRuntime:
1546
+ type: boolean
1547
+ required: false
1548
+ patch:
1549
+ displayName: patchCatalogItemGet
1550
+ description: Patches Catalog Item with Given Catalog item id.
1551
+ responses:
1552
+ '200':
1553
+ description: Success
1554
+ body:
1555
+ application/json:
1556
+ type: CatalogItemOutputRepresentation
1557
+ body:
1558
+ application/json:
1559
+ type: CatalogItemUpdateInputRepresentation
1560
+ (oas-body-name): catalogItemUpdateInput
1561
+ uriParameters:
1562
+ catalogItemId:
1563
+ description: CatalogId for which catalog details have to be fetched.
1564
+ type: string
1565
+ required: true
1566
+ /{catalogId}/categories:
1567
+ patch:
1568
+ displayName: patchCategories
1569
+ description: API to update categories of a specified catalog.
1570
+ responses:
1571
+ '200':
1572
+ description: Success
1573
+ body:
1574
+ application/json:
1575
+ type: CategoryAndParentOutputRepresentation
1576
+ body:
1577
+ application/json:
1578
+ type: CategoriesInputRepresentation
1579
+ (oas-body-name): epcCategoryParentRequestPayload
1580
+ uriParameters:
1581
+ catalogId:
1582
+ description: CatalogId for which categories are realigned.
1583
+ type: string
1584
+ required: true
1585
+ /query:
1586
+ post:
1587
+ displayName: postServiceAutomation
1588
+ description: POST Resource method to obtain Specified Class objects
1589
+ responses:
1590
+ '200':
1591
+ description: Success
1592
+ body:
1593
+ application/json:
1594
+ type: ServiceAutomationDepOutputRepresentation
1595
+ body:
1596
+ application/json:
1597
+ type: ServiceAutomationDepReadInputRepresentation
1598
+ (oas-body-name): ServiceAutomationDepInput
1599
+ /service-process:
1600
+ /get-all-templates:
1601
+ get:
1602
+ displayName: getServiceProcessGetAllTemplates
1603
+ description: API to retrieve the list of service process templates
1604
+ responses:
1605
+ '200':
1606
+ description: Success
1607
+ body:
1608
+ application/json:
1609
+ type: ServiceProcessTemplatesOutputRepresentation
1610
+ /gen-ai/actions:
1611
+ get:
1612
+ displayName: getAgentAction
1613
+ description: Get a list of available Agent Actions
1614
+ responses:
1615
+ '200':
1616
+ description: Success
1617
+ body:
1618
+ application/json:
1619
+ type: EinsteinAgentActionsOutputRepresentation
1620
+ queryParameters:
1621
+ actionDevName:
1622
+ type: string
1623
+ required: false
1624
+ resourceType:
1625
+ type: string
1626
+ required: false
1627
+ post:
1628
+ displayName: createAgentAction
1629
+ description: Create an Agent Action
1630
+ responses:
1631
+ '200':
1632
+ description: Success
1633
+ body:
1634
+ application/json:
1635
+ type: EinsteinAgentActionOutputRepresentation
1636
+ body:
1637
+ application/json:
1638
+ type: EinsteinAgentActionInputRepresentation
1639
+ (oas-body-name): AgentActionInput
1640
+ /agent/autolaunched-flow:
1641
+ post:
1642
+ displayName: postAgentFlowGeneration
1643
+ description: API to create a flow for the new agent action
1644
+ responses:
1645
+ '200':
1646
+ description: Success
1647
+ body:
1648
+ application/json:
1649
+ type: AgentAutolaunchedFlowRepresentation
1650
+ body:
1651
+ application/json:
1652
+ type: AgentAutolaunchedFlowInputRepresentation
1653
+ (oas-body-name): AgentAutolaunchedFlowInput
1654
+ /intake-form:
1655
+ /generate-intake-form:
1656
+ post:
1657
+ displayName: postGenerateIntakeForm
1658
+ description: API to generate intake form for productId.
1659
+ body:
1660
+ application/json:
1661
+ type: GenerateIntakeFormInputRepresentation
1662
+ (oas-body-name): generateIntakeFormPayload
1663
+ responses:
1664
+ 200:
1665
+ description: Success
1666
+ body:
1667
+ application/json:
1668
+ type: GenerateIntakeFormOutputRepresentation
1669
+ /generate-intake-omniscript:
1670
+ post:
1671
+ displayName: postOmniIntake
1672
+ description: API to generate omniscript for productId.
1673
+ responses:
1674
+ '200':
1675
+ description: Success
1676
+ body:
1677
+ application/json:
1678
+ type: OmniIntakeOutputRepresentation
1679
+ body:
1680
+ application/json:
1681
+ type: IntakeFormCreationInputRepresentation
1682
+ (oas-body-name): omniGenerateRequestPayload
1683
+ /service-request/service-catalog-request/{serviceRequestId}:
1684
+ get:
1685
+ displayName: getServiceRequest
1686
+ description: ECM API to fetch Service request record based on Service Request Id.
1687
+ responses:
1688
+ '200':
1689
+ description: Success
1690
+ body:
1691
+ application/json:
1692
+ type: ServiceRequestGetOutputRepresentation
1693
+ uriParameters:
1694
+ serviceRequestId:
1695
+ description: serviceRequestId for which Service Request details have to be fetched.
1696
+ type: string
1697
+ required: true
1698
+ /template/deploy/{templateId}:
1699
+ uriParameters:
1700
+ templateId:
1701
+ description: Template ID to deploy
1702
+ type: string
1703
+ required: true
1704
+ post:
1705
+ displayName: postTemplateDeployment
1706
+ description: API to deploy a template by template ID
1707
+ responses:
1708
+ '200':
1709
+ description: Success
1710
+ body:
1711
+ application/json:
1712
+ type: DeploymentOutputRepresentation