@aws-sdk/client-partnercentral-selling 3.1069.0 → 3.1071.0
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/README.md +21 -0
- package/dist-cjs/index.js +61 -1
- package/dist-cjs/schemas/schemas_0.js +216 -43
- package/dist-es/PartnerCentralSelling.js +8 -0
- package/dist-es/commands/GetProspectingFromEngagementTaskCommand.js +16 -0
- package/dist-es/commands/ListProspectingFromEngagementTasksCommand.js +16 -0
- package/dist-es/commands/StartProspectingFromEngagementTaskCommand.js +16 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/models/enums.js +12 -0
- package/dist-es/pagination/ListProspectingFromEngagementTasksPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +200 -43
- package/dist-types/PartnerCentralSelling.d.ts +28 -0
- package/dist-types/PartnerCentralSellingClient.d.ts +5 -2
- package/dist-types/commands/CreateEngagementCommand.d.ts +34 -1
- package/dist-types/commands/CreateEngagementContextCommand.d.ts +34 -1
- package/dist-types/commands/GetAwsOpportunitySummaryCommand.d.ts +14 -0
- package/dist-types/commands/GetEngagementCommand.d.ts +34 -1
- package/dist-types/commands/GetProspectingFromEngagementTaskCommand.d.ts +105 -0
- package/dist-types/commands/GetResourceSnapshotCommand.d.ts +14 -0
- package/dist-types/commands/ListEngagementsCommand.d.ts +3 -3
- package/dist-types/commands/ListProspectingFromEngagementTasksCommand.d.ts +114 -0
- package/dist-types/commands/StartProspectingFromEngagementTaskCommand.d.ts +108 -0
- package/dist-types/commands/UpdateEngagementContextCommand.d.ts +34 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/enums.d.ts +28 -0
- package/dist-types/models/models_0.d.ts +529 -5
- package/dist-types/pagination/ListProspectingFromEngagementTasksPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +19 -0
- package/dist-types/ts3.4/PartnerCentralSelling.d.ts +70 -0
- package/dist-types/ts3.4/PartnerCentralSellingClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/GetProspectingFromEngagementTaskCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListProspectingFromEngagementTasksCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/StartProspectingFromEngagementTaskCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/enums.d.ts +16 -0
- package/dist-types/ts3.4/models/models_0.d.ts +136 -0
- package/dist-types/ts3.4/pagination/ListProspectingFromEngagementTasksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +19 -0
- package/package.json +3 -3
|
@@ -16,6 +16,7 @@ const _AM = "AwsMaturity";
|
|
|
16
16
|
const _AMO = "AwsMarketplaceOffers";
|
|
17
17
|
const _AMOS = "AwsMarketplaceOfferSets";
|
|
18
18
|
const _AMm = "AmountMap";
|
|
19
|
+
const _AN = "AccountName";
|
|
19
20
|
const _AO = "AssignOpportunity";
|
|
20
21
|
const _AOC = "AwsOpportunityCustomer";
|
|
21
22
|
const _AOI = "AwsOpportunityInsights";
|
|
@@ -49,6 +50,8 @@ const _Ad = "Address";
|
|
|
49
50
|
const _Am = "Amount";
|
|
50
51
|
const _Ar = "Arn";
|
|
51
52
|
const _As = "Assignee";
|
|
53
|
+
const _At = "Attributes";
|
|
54
|
+
const _Aw = "Aws";
|
|
52
55
|
const _BCD = "BeforeCreatedDate";
|
|
53
56
|
const _BLMD = "BeforeLastModifiedDate";
|
|
54
57
|
const _BP = "BusinessProblem";
|
|
@@ -67,9 +70,10 @@ const _CCu = "CurrencyCode";
|
|
|
67
70
|
const _CD = "CreatedDate";
|
|
68
71
|
const _CDF = "CreatedDateFilter";
|
|
69
72
|
const _CE = "ConflictException";
|
|
70
|
-
const _CEC = "
|
|
73
|
+
const _CEC = "CompletedEngagementCount";
|
|
71
74
|
const _CECR = "CreateEngagementContextRequest";
|
|
72
75
|
const _CECRr = "CreateEngagementContextResponse";
|
|
76
|
+
const _CECr = "CreateEngagementContext";
|
|
73
77
|
const _CEI = "CreateEngagementInvitation";
|
|
74
78
|
const _CEIR = "CreateEngagementInvitationRequest";
|
|
75
79
|
const _CEIRr = "CreateEngagementInvitationResponse";
|
|
@@ -79,6 +83,7 @@ const _CEr = "CreateEngagement";
|
|
|
79
83
|
const _CI = "ContextId";
|
|
80
84
|
const _CIo = "ContextIdentifier";
|
|
81
85
|
const _CLR = "ClosedLostReason";
|
|
86
|
+
const _CM = "CosellMotion";
|
|
82
87
|
const _CN = "CompanyName";
|
|
83
88
|
const _CNa = "CampaignName";
|
|
84
89
|
const _CNo = "CompetitorName";
|
|
@@ -94,6 +99,7 @@ const _CRSJRr = "CreateResourceSnapshotJobResponse";
|
|
|
94
99
|
const _CRSR = "CreateResourceSnapshotRequest";
|
|
95
100
|
const _CRSRr = "CreateResourceSnapshotResponse";
|
|
96
101
|
const _CS = "CustomerSummary";
|
|
102
|
+
const _CSo = "CompanySize";
|
|
97
103
|
const _CT = "ClientToken";
|
|
98
104
|
const _CTo = "ContextTypes";
|
|
99
105
|
const _CUC = "CustomerUseCase";
|
|
@@ -106,6 +112,7 @@ const _Co = "Contacts";
|
|
|
106
112
|
const _Cod = "Code";
|
|
107
113
|
const _Con = "Contact";
|
|
108
114
|
const _Cont = "Contexts";
|
|
115
|
+
const _Cou = "Country";
|
|
109
116
|
const _Cu = "Customer";
|
|
110
117
|
const _D = "Duns";
|
|
111
118
|
const _DM = "DeliveryModels";
|
|
@@ -116,6 +123,7 @@ const _DOR = "DisassociateOpportunityRequest";
|
|
|
116
123
|
const _DRSJ = "DeleteResourceSnapshotJob";
|
|
117
124
|
const _DRSJR = "DeleteResourceSnapshotJobRequest";
|
|
118
125
|
const _De = "Description";
|
|
126
|
+
const _Det = "Details";
|
|
119
127
|
const _E = "Email";
|
|
120
128
|
const _EA = "EngagementArn";
|
|
121
129
|
const _EC = "EngagementCustomer";
|
|
@@ -123,6 +131,7 @@ const _ECB = "ExcludeCreatedBy";
|
|
|
123
131
|
const _ECBP = "EngagementCustomerBusinessProblem";
|
|
124
132
|
const _ECD = "EngagementContextDetails";
|
|
125
133
|
const _ECDx = "ExpectedContractDuration";
|
|
134
|
+
const _ECI = "EngagementContextId";
|
|
126
135
|
const _ECP = "EngagementContextPayload";
|
|
127
136
|
const _ECPD = "EngagementCustomerProjectDetails";
|
|
128
137
|
const _ECS = "ExpectedCustomerSpend";
|
|
@@ -146,6 +155,9 @@ const _EMS = "EngagementMemberSummary";
|
|
|
146
155
|
const _EMSn = "EngagementMemberSummaries";
|
|
147
156
|
const _EMn = "EngagementMembers";
|
|
148
157
|
const _EMx = "ExistingMembers";
|
|
158
|
+
const _EP = "EligiblePrograms";
|
|
159
|
+
const _EPR = "EngagementProspectingResult";
|
|
160
|
+
const _EPRL = "EngagementProspectingResultList";
|
|
149
161
|
const _ERAS = "EngagementResourceAssociationSummary";
|
|
150
162
|
const _ERASL = "EngagementResourceAssociationSummaryList";
|
|
151
163
|
const _ERASn = "EngagementResourceAssociationSummaries";
|
|
@@ -154,10 +166,14 @@ const _ESL = "EngagementSummaryList";
|
|
|
154
166
|
const _ESn = "EngagementSort";
|
|
155
167
|
const _ESng = "EngagementSummary";
|
|
156
168
|
const _ET = "EngagementTitle";
|
|
169
|
+
const _ETn = "EndTime";
|
|
157
170
|
const _EU = "EstimationUrl";
|
|
171
|
+
const _En = "Engagements";
|
|
158
172
|
const _F = "Frequency";
|
|
173
|
+
const _FEC = "FailedEngagementCount";
|
|
159
174
|
const _FN = "FirstName";
|
|
160
175
|
const _FNi = "FieldName";
|
|
176
|
+
const _G = "Geo";
|
|
161
177
|
const _GAOS = "GetAwsOpportunitySummary";
|
|
162
178
|
const _GAOSR = "GetAwsOpportunitySummaryRequest";
|
|
163
179
|
const _GAOSRe = "GetAwsOpportunitySummaryResponse";
|
|
@@ -170,6 +186,9 @@ const _GERe = "GetEngagementResponse";
|
|
|
170
186
|
const _GO = "GetOpportunity";
|
|
171
187
|
const _GOR = "GetOpportunityRequest";
|
|
172
188
|
const _GORe = "GetOpportunityResponse";
|
|
189
|
+
const _GPFET = "GetProspectingFromEngagementTask";
|
|
190
|
+
const _GPFETR = "GetProspectingFromEngagementTaskRequest";
|
|
191
|
+
const _GPFETRe = "GetProspectingFromEngagementTaskResponse";
|
|
173
192
|
const _GRS = "GetResourceSnapshot";
|
|
174
193
|
const _GRSJ = "GetResourceSnapshotJob";
|
|
175
194
|
const _GRSJR = "GetResourceSnapshotJobRequest";
|
|
@@ -187,6 +206,7 @@ const _ISE = "InternalServerException";
|
|
|
187
206
|
const _IT = "InvolvementType";
|
|
188
207
|
const _ITCR = "InvolvementTypeChangeReason";
|
|
189
208
|
const _Id = "Id";
|
|
209
|
+
const _Ide = "Identifiers";
|
|
190
210
|
const _In = "Industry";
|
|
191
211
|
const _Ins = "Insights";
|
|
192
212
|
const _Int = "Interactions";
|
|
@@ -226,12 +246,13 @@ const _LERAR = "ListEngagementResourceAssociationsRequest";
|
|
|
226
246
|
const _LERARi = "ListEngagementResourceAssociationsResponse";
|
|
227
247
|
const _LERi = "ListEngagementsResponse";
|
|
228
248
|
const _LF = "LastFailure";
|
|
229
|
-
const _LI = "
|
|
249
|
+
const _LI = "LeadInsights";
|
|
230
250
|
const _LIC = "LeadInvitationCustomer";
|
|
231
251
|
const _LII = "LeadInvitationInteraction";
|
|
232
252
|
const _LIL = "LeadInteractionList";
|
|
233
253
|
const _LIP = "LeadInvitationPayload";
|
|
234
|
-
const _LIe = "
|
|
254
|
+
const _LIe = "LeadInteraction";
|
|
255
|
+
const _LIea = "LeadInvitation";
|
|
235
256
|
const _LMD = "LastModifiedDate";
|
|
236
257
|
const _LN = "LastName";
|
|
237
258
|
const _LO = "ListOpportunities";
|
|
@@ -242,12 +263,16 @@ const _LOFETS = "ListOpportunityFromEngagementTaskSummary";
|
|
|
242
263
|
const _LOFETSi = "ListOpportunityFromEngagementTaskSummaries";
|
|
243
264
|
const _LOR = "ListOpportunitiesRequest";
|
|
244
265
|
const _LORi = "ListOpportunitiesResponse";
|
|
245
|
-
const
|
|
266
|
+
const _LPFET = "ListProspectingFromEngagementTasks";
|
|
267
|
+
const _LPFETR = "ListProspectingFromEngagementTasksRequest";
|
|
268
|
+
const _LPFETRi = "ListProspectingFromEngagementTasksResponse";
|
|
269
|
+
const _LRS = "LeadReadinessScore";
|
|
246
270
|
const _LRSJ = "ListResourceSnapshotJobs";
|
|
247
271
|
const _LRSJR = "ListResourceSnapshotJobsRequest";
|
|
248
272
|
const _LRSJRi = "ListResourceSnapshotJobsResponse";
|
|
249
273
|
const _LRSR = "ListResourceSnapshotsRequest";
|
|
250
274
|
const _LRSRi = "ListResourceSnapshotsResponse";
|
|
275
|
+
const _LRSi = "ListResourceSnapshots";
|
|
251
276
|
const _LS = "ListSolutions";
|
|
252
277
|
const _LSED = "LastSuccessfulExecutionDate";
|
|
253
278
|
const _LSR = "ListSolutionsRequest";
|
|
@@ -263,6 +288,7 @@ const _MAo = "ModifiedAt";
|
|
|
263
288
|
const _MB = "ModifiedBy";
|
|
264
289
|
const _MC = "MemberCount";
|
|
265
290
|
const _MCN = "MemberCompanyName";
|
|
291
|
+
const _MES = "MarketplaceEngagementScore";
|
|
266
292
|
const _MR = "MaxResults";
|
|
267
293
|
const _MS = "MarketSegment";
|
|
268
294
|
const _MV = "MonetaryValue";
|
|
@@ -283,6 +309,7 @@ const _OIP = "OpportunityInvitationPayload";
|
|
|
283
309
|
const _OIp = "OpportunityIdentifier";
|
|
284
310
|
const _OIpp = "OpportunityId";
|
|
285
311
|
const _OIppo = "OpportunityInvitation";
|
|
312
|
+
const _OQ = "OpportunityQuality";
|
|
286
313
|
const _OS = "OpportunitySummaries";
|
|
287
314
|
const _OSD = "OtherSolutionDescription";
|
|
288
315
|
const _OSV = "OpportunitySummaryView";
|
|
@@ -295,12 +322,18 @@ const _P = "Phone";
|
|
|
295
322
|
const _PC = "PostalCode";
|
|
296
323
|
const _PCr = "ProductCode";
|
|
297
324
|
const _PD = "ProjectDetails";
|
|
325
|
+
const _PFETS = "ProspectingFromEngagementTaskSort";
|
|
326
|
+
const _PI = "ProspectingInsights";
|
|
298
327
|
const _PN = "PhoneNumber";
|
|
299
328
|
const _PNFA = "PrimaryNeedsFromAws";
|
|
300
329
|
const _PNSH = "ProfileNextStepsHistory";
|
|
301
330
|
const _PNSHr = "ProfileNextStepsHistories";
|
|
302
331
|
const _POI = "PartnerOpportunityIdentifier";
|
|
303
332
|
const _POTML = "PartnerOpportunityTeamMembersList";
|
|
333
|
+
const _PPS = "PublicProfileSummary";
|
|
334
|
+
const _PR = "ProspectingResult";
|
|
335
|
+
const _PRA = "ProspectingResultAws";
|
|
336
|
+
const _PRC = "ProspectingResultCustomer";
|
|
304
337
|
const _PS = "PiiString";
|
|
305
338
|
const _PSA = "PotentialSavingsAmount";
|
|
306
339
|
const _PSSS = "PutSellingSystemSettings";
|
|
@@ -308,6 +341,8 @@ const _PSSSR = "PutSellingSystemSettingsRequest";
|
|
|
308
341
|
const _PSSSRu = "PutSellingSystemSettingsResponse";
|
|
309
342
|
const _PSr = "ProjectSummary";
|
|
310
343
|
const _PT = "PayloadType";
|
|
344
|
+
const _PTS = "ProspectingTaskSummary";
|
|
345
|
+
const _PTSL = "ProspectingTaskSummaryList";
|
|
311
346
|
const _PTa = "ParticipantType";
|
|
312
347
|
const _PV = "ProjectView";
|
|
313
348
|
const _Pa = "Partner";
|
|
@@ -316,8 +351,8 @@ const _Pr = "Project";
|
|
|
316
351
|
const _QS = "QualificationStatus";
|
|
317
352
|
const _R = "Reason";
|
|
318
353
|
const _RA = "ResourceArn";
|
|
319
|
-
const _RC = "
|
|
320
|
-
const _RCe = "
|
|
354
|
+
const _RC = "ReasonCode";
|
|
355
|
+
const _RCe = "ReviewComments";
|
|
321
356
|
const _REI = "RelatedEntityIdentifier";
|
|
322
357
|
const _REIR = "RejectEngagementInvitationRequest";
|
|
323
358
|
const _REIe = "RelatedEntityIds";
|
|
@@ -326,6 +361,7 @@ const _REIel = "RelatedEntityIdentifiers";
|
|
|
326
361
|
const _RET = "RelatedEntityType";
|
|
327
362
|
const _RI = "ResourceIdentifier";
|
|
328
363
|
const _RIe = "ResourceId";
|
|
364
|
+
const _RL = "RecommendationList";
|
|
329
365
|
const _RNFE = "ResourceNotFoundException";
|
|
330
366
|
const _ROI = "RelatedOpportunityId";
|
|
331
367
|
const _ROIe = "RelatedOpportunityIdentifier";
|
|
@@ -347,21 +383,27 @@ const _RSSe = "ResourceSnapshotSummary";
|
|
|
347
383
|
const _RSTI = "ResourceSnapshotTemplateIdentifier";
|
|
348
384
|
const _RSTN = "ResourceSnapshotTemplateName";
|
|
349
385
|
const _RT = "ResourceType";
|
|
350
|
-
const _Re = "
|
|
386
|
+
const _Re = "Recommendations";
|
|
351
387
|
const _Rec = "Receiver";
|
|
388
|
+
const _Reco = "Recommendation";
|
|
389
|
+
const _Reg = "Region";
|
|
390
|
+
const _Rev = "Revision";
|
|
352
391
|
const _S = "Stage";
|
|
353
392
|
const _SA = "StreetAddress";
|
|
354
393
|
const _SAAI = "SenderAwsAccountId";
|
|
355
394
|
const _SAa = "SavingsAmount";
|
|
356
395
|
const _SAal = "SalesActivities";
|
|
396
|
+
const _SAt = "StartAfter";
|
|
357
397
|
const _SB = "SortBy";
|
|
358
398
|
const _SBo = "SolutionBase";
|
|
399
|
+
const _SBt = "StartBefore";
|
|
359
400
|
const _SC = "ServiceCode";
|
|
360
401
|
const _SCE = "SenderContactEmail";
|
|
361
402
|
const _SCL = "SenderContactList";
|
|
362
403
|
const _SCN = "SenderCompanyName";
|
|
363
404
|
const _SCe = "SenderContacts";
|
|
364
405
|
const _SCen = "SenderContact";
|
|
406
|
+
const _SCo = "SolutionCategory";
|
|
365
407
|
const _SEBAIT = "StartEngagementByAcceptingInvitationTask";
|
|
366
408
|
const _SEBAITR = "StartEngagementByAcceptingInvitationTaskRequest";
|
|
367
409
|
const _SEBAITRt = "StartEngagementByAcceptingInvitationTaskResponse";
|
|
@@ -369,6 +411,7 @@ const _SEFOT = "StartEngagementFromOpportunityTask";
|
|
|
369
411
|
const _SEFOTR = "StartEngagementFromOpportunityTaskRequest";
|
|
370
412
|
const _SEFOTRt = "StartEngagementFromOpportunityTaskResponse";
|
|
371
413
|
const _SI = "SourceId";
|
|
414
|
+
const _SIu = "SubIndustry";
|
|
372
415
|
const _SL = "SolutionList";
|
|
373
416
|
const _SN = "SourceName";
|
|
374
417
|
const _SO = "SortOrder";
|
|
@@ -379,16 +422,24 @@ const _SOR = "StateOrRegion";
|
|
|
379
422
|
const _SORu = "SubmitOpportunityRequest";
|
|
380
423
|
const _SOo = "SortObject";
|
|
381
424
|
const _SOu = "SubmitOpportunity";
|
|
425
|
+
const _SPFET = "StartProspectingFromEngagementTask";
|
|
426
|
+
const _SPFETR = "StartProspectingFromEngagementTaskRequest";
|
|
427
|
+
const _SPFETRt = "StartProspectingFromEngagementTaskResponse";
|
|
382
428
|
const _SQEE = "ServiceQuotaExceededException";
|
|
383
429
|
const _SR = "SoftwareRevenue";
|
|
384
430
|
const _SRSJ = "StartResourceSnapshotJob";
|
|
385
431
|
const _SRSJR = "StartResourceSnapshotJobRequest";
|
|
386
432
|
const _SRSJRt = "StopResourceSnapshotJobRequest";
|
|
387
433
|
const _SRSJt = "StopResourceSnapshotJob";
|
|
434
|
+
const _SRu = "SubRegion";
|
|
388
435
|
const _SS = "SolutionSummaries";
|
|
389
|
-
const
|
|
390
|
-
const
|
|
391
|
-
const
|
|
436
|
+
const _SSC = "SolutionSubCategory";
|
|
437
|
+
const _SSo = "SolutionScore";
|
|
438
|
+
const _SSol = "SolutionSort";
|
|
439
|
+
const _ST = "StartTime";
|
|
440
|
+
const _STo = "SourceType";
|
|
441
|
+
const _Sc = "Score";
|
|
442
|
+
const _Se = "Segment";
|
|
392
443
|
const _So = "Solutions";
|
|
393
444
|
const _Sor = "Sort";
|
|
394
445
|
const _Sou = "Source";
|
|
@@ -402,11 +453,13 @@ const _TCD = "TargetCloseDate";
|
|
|
402
453
|
const _TCDF = "TargetCloseDateFilter";
|
|
403
454
|
const _TCDa = "TargetCompletionDate";
|
|
404
455
|
const _TE = "ThrottlingException";
|
|
456
|
+
const _TEC = "TotalEngagementCount";
|
|
405
457
|
const _TI = "TaskIdentifier";
|
|
406
458
|
const _TIa = "TaskId";
|
|
407
459
|
const _TK = "TagKeys";
|
|
408
460
|
const _TL = "TagList";
|
|
409
461
|
const _TMA = "TargetMemberAccounts";
|
|
462
|
+
const _TN = "TaskName";
|
|
410
463
|
const _TOA = "TotalOptimizedAmount";
|
|
411
464
|
const _TPSA = "TotalPotentialSavingsAmount";
|
|
412
465
|
const _TR = "TagResource";
|
|
@@ -419,6 +472,7 @@ const _Tag = "Tag";
|
|
|
419
472
|
const _Te = "Term";
|
|
420
473
|
const _Ti = "Title";
|
|
421
474
|
const _Tim = "Time";
|
|
475
|
+
const _Tr = "Trend";
|
|
422
476
|
const _U = "Usecase";
|
|
423
477
|
const _UC = "UseCases";
|
|
424
478
|
const _UEC = "UpdateEngagementContext";
|
|
@@ -588,8 +642,8 @@ const AwsOpportunityCustomer$ = [3, n0, _AOC,
|
|
|
588
642
|
exports.AwsOpportunityCustomer$ = AwsOpportunityCustomer$;
|
|
589
643
|
const AwsOpportunityInsights$ = [3, n0, _AOI,
|
|
590
644
|
0,
|
|
591
|
-
[_NBA, _ES, _APSIBS],
|
|
592
|
-
[0, 0, [() => AwsProductsSpendInsightsBySource$, 0]]
|
|
645
|
+
[_NBA, _ES, _APSIBS, _OQ, _Re],
|
|
646
|
+
[0, 0, [() => AwsProductsSpendInsightsBySource$, 0], () => OpportunityQuality$, () => RecommendationList]
|
|
593
647
|
];
|
|
594
648
|
exports.AwsOpportunityInsights$ = AwsOpportunityInsights$;
|
|
595
649
|
const AwsOpportunityLifeCycle$ = [3, n0, _AOLC,
|
|
@@ -612,8 +666,8 @@ const AwsOpportunityRelatedEntities$ = [3, n0, _AORE,
|
|
|
612
666
|
exports.AwsOpportunityRelatedEntities$ = AwsOpportunityRelatedEntities$;
|
|
613
667
|
const AwsOpportunitySummaryFullView$ = [3, n0, _AOSFV,
|
|
614
668
|
0,
|
|
615
|
-
[_ROI, _O, _IT, _V, _LC, _OT, _Ins, _ITCR, _REIe, _Cu, _Pr],
|
|
616
|
-
[0, 0, 0, 0, [() => AwsOpportunityLifeCycle$, 0], [() => AwsOpportunityTeamMembersList, 0], [() => AwsOpportunityInsights$, 0], 0, () => AwsOpportunityRelatedEntities$, [() => AwsOpportunityCustomer$, 0], [() => AwsOpportunityProject$, 0]]
|
|
669
|
+
[_ROI, _O, _IT, _V, _LC, _OT, _Ins, _ITCR, _REIe, _Cu, _Pr, _CM],
|
|
670
|
+
[0, 0, 0, 0, [() => AwsOpportunityLifeCycle$, 0], [() => AwsOpportunityTeamMembersList, 0], [() => AwsOpportunityInsights$, 0], 0, () => AwsOpportunityRelatedEntities$, [() => AwsOpportunityCustomer$, 0], [() => AwsOpportunityProject$, 0], 0]
|
|
617
671
|
];
|
|
618
672
|
exports.AwsOpportunitySummaryFullView$ = AwsOpportunitySummaryFullView$;
|
|
619
673
|
const AwsProductDetails$ = [3, n0, _APD,
|
|
@@ -732,7 +786,7 @@ const CreateResourceSnapshotRequest$ = [3, n0, _CRSR,
|
|
|
732
786
|
exports.CreateResourceSnapshotRequest$ = CreateResourceSnapshotRequest$;
|
|
733
787
|
const CreateResourceSnapshotResponse$ = [3, n0, _CRSRr,
|
|
734
788
|
0,
|
|
735
|
-
[_Ar,
|
|
789
|
+
[_Ar, _Rev],
|
|
736
790
|
[0, 1]
|
|
737
791
|
];
|
|
738
792
|
exports.CreateResourceSnapshotResponse$ = CreateResourceSnapshotResponse$;
|
|
@@ -802,6 +856,12 @@ const EngagementMemberSummary$ = [3, n0, _EMS,
|
|
|
802
856
|
[[() => MemberCompanyName, 0], 0]
|
|
803
857
|
];
|
|
804
858
|
exports.EngagementMemberSummary$ = EngagementMemberSummary$;
|
|
859
|
+
const EngagementProspectingResult$ = [3, n0, _EPR,
|
|
860
|
+
0,
|
|
861
|
+
[_EI, _St, _ECI, _RC, _M],
|
|
862
|
+
[0, 0, 0, 0, 0], 2
|
|
863
|
+
];
|
|
864
|
+
exports.EngagementProspectingResult$ = EngagementProspectingResult$;
|
|
805
865
|
const EngagementResourceAssociationSummary$ = [3, n0, _ERAS,
|
|
806
866
|
0,
|
|
807
867
|
[_C, _EIn, _RT, _RIe, _CB],
|
|
@@ -840,8 +900,8 @@ const GetAwsOpportunitySummaryRequest$ = [3, n0, _GAOSR,
|
|
|
840
900
|
exports.GetAwsOpportunitySummaryRequest$ = GetAwsOpportunitySummaryRequest$;
|
|
841
901
|
const GetAwsOpportunitySummaryResponse$ = [3, n0, _GAOSRe,
|
|
842
902
|
0,
|
|
843
|
-
[_C, _ROI, _O, _IT, _V, _LC, _OT, _Ins, _ITCR, _REIe, _Cu, _Pr],
|
|
844
|
-
[0, 0, 0, 0, 0, [() => AwsOpportunityLifeCycle$, 0], [() => AwsOpportunityTeamMembersList, 0], [() => AwsOpportunityInsights$, 0], 0, () => AwsOpportunityRelatedEntities$, [() => AwsOpportunityCustomer$, 0], [() => AwsOpportunityProject$, 0]], 1
|
|
903
|
+
[_C, _ROI, _O, _IT, _V, _LC, _OT, _Ins, _ITCR, _REIe, _Cu, _Pr, _CM],
|
|
904
|
+
[0, 0, 0, 0, 0, [() => AwsOpportunityLifeCycle$, 0], [() => AwsOpportunityTeamMembersList, 0], [() => AwsOpportunityInsights$, 0], 0, () => AwsOpportunityRelatedEntities$, [() => AwsOpportunityCustomer$, 0], [() => AwsOpportunityProject$, 0], 0], 1
|
|
845
905
|
];
|
|
846
906
|
exports.GetAwsOpportunitySummaryResponse$ = GetAwsOpportunitySummaryResponse$;
|
|
847
907
|
const GetEngagementInvitationRequest$ = [3, n0, _GEIR,
|
|
@@ -880,6 +940,18 @@ const GetOpportunityResponse$ = [3, n0, _GORe,
|
|
|
880
940
|
[0, 0, 5, 5, () => RelatedEntityIdentifiers$, 64 | 0, 0, 0, [() => Customer$, 0], [() => Project$, 0], 0, () => Marketing$, [() => SoftwareRevenue$, 0], 0, [() => LifeCycle$, 0], [() => PartnerOpportunityTeamMembersList, 0]], 5
|
|
881
941
|
];
|
|
882
942
|
exports.GetOpportunityResponse$ = GetOpportunityResponse$;
|
|
943
|
+
const GetProspectingFromEngagementTaskRequest$ = [3, n0, _GPFETR,
|
|
944
|
+
0,
|
|
945
|
+
[_C, _TI],
|
|
946
|
+
[0, 0], 2
|
|
947
|
+
];
|
|
948
|
+
exports.GetProspectingFromEngagementTaskRequest$ = GetProspectingFromEngagementTaskRequest$;
|
|
949
|
+
const GetProspectingFromEngagementTaskResponse$ = [3, n0, _GPFETRe,
|
|
950
|
+
0,
|
|
951
|
+
[_TIa, _TAa, _TN, _ST, _En, _ETn],
|
|
952
|
+
[0, 0, 0, 5, () => EngagementProspectingResultList, 5], 5
|
|
953
|
+
];
|
|
954
|
+
exports.GetProspectingFromEngagementTaskResponse$ = GetProspectingFromEngagementTaskResponse$;
|
|
883
955
|
const GetResourceSnapshotJobRequest$ = [3, n0, _GRSJR,
|
|
884
956
|
0,
|
|
885
957
|
[_C, _RSJI],
|
|
@@ -894,13 +966,13 @@ const GetResourceSnapshotJobResponse$ = [3, n0, _GRSJRe,
|
|
|
894
966
|
exports.GetResourceSnapshotJobResponse$ = GetResourceSnapshotJobResponse$;
|
|
895
967
|
const GetResourceSnapshotRequest$ = [3, n0, _GRSR,
|
|
896
968
|
0,
|
|
897
|
-
[_C, _EI, _RT, _RI, _RSTI,
|
|
969
|
+
[_C, _EI, _RT, _RI, _RSTI, _Rev],
|
|
898
970
|
[0, 0, 0, 0, 0, 1], 5
|
|
899
971
|
];
|
|
900
972
|
exports.GetResourceSnapshotRequest$ = GetResourceSnapshotRequest$;
|
|
901
973
|
const GetResourceSnapshotResponse$ = [3, n0, _GRSRe,
|
|
902
974
|
0,
|
|
903
|
-
[_C, _Ar, _CB, _CA, _EIn, _RT, _RIe, _RSTN,
|
|
975
|
+
[_C, _Ar, _CB, _CA, _EIn, _RT, _RIe, _RSTN, _Rev, _Pay, _TMA],
|
|
904
976
|
[0, 0, [() => AwsAccount, 0], 5, 0, 0, 0, 0, 1, [() => ResourceSnapshotPayload$, 0], [() => AwsAccountIdOrAliasList, 0]], 1
|
|
905
977
|
];
|
|
906
978
|
exports.GetResourceSnapshotResponse$ = GetResourceSnapshotResponse$;
|
|
@@ -936,8 +1008,8 @@ const LeadContact$ = [3, n0, _LCe,
|
|
|
936
1008
|
exports.LeadContact$ = LeadContact$;
|
|
937
1009
|
const LeadContext$ = [3, n0, _LCea,
|
|
938
1010
|
0,
|
|
939
|
-
[_Cu, _Int, _QS],
|
|
940
|
-
[[() => LeadCustomer$, 0], [() => LeadInteractionList, 0], 0], 2
|
|
1011
|
+
[_Cu, _Int, _Ins, _QS],
|
|
1012
|
+
[[() => LeadCustomer$, 0], [() => LeadInteractionList, 0], () => LeadInsights$, 0], 2
|
|
941
1013
|
];
|
|
942
1014
|
exports.LeadContext$ = LeadContext$;
|
|
943
1015
|
const LeadCustomer$ = [3, n0, _LCead,
|
|
@@ -946,9 +1018,15 @@ const LeadCustomer$ = [3, n0, _LCead,
|
|
|
946
1018
|
[[() => CompanyName, 0], [() => AddressSummary$, 0], 0, [() => CompanyWebsiteUrl, 0], 0, 0], 2
|
|
947
1019
|
];
|
|
948
1020
|
exports.LeadCustomer$ = LeadCustomer$;
|
|
949
|
-
const
|
|
1021
|
+
const LeadInsights$ = [3, n0, _LI,
|
|
950
1022
|
0,
|
|
951
|
-
[
|
|
1023
|
+
[_LRS],
|
|
1024
|
+
[0]
|
|
1025
|
+
];
|
|
1026
|
+
exports.LeadInsights$ = LeadInsights$;
|
|
1027
|
+
const LeadInteraction$ = [3, n0, _LIe,
|
|
1028
|
+
0,
|
|
1029
|
+
[_STo, _SI, _SN, _CAu, _Con, _U, _IDn, _BP],
|
|
952
1030
|
[0, 0, 0, 0, [() => LeadContact$, 0], 0, 5, [() => EngagementCustomerBusinessProblem, 0]], 5
|
|
953
1031
|
];
|
|
954
1032
|
exports.LeadInteraction$ = LeadInteraction$;
|
|
@@ -960,7 +1038,7 @@ const LeadInvitationCustomer$ = [3, n0, _LIC,
|
|
|
960
1038
|
exports.LeadInvitationCustomer$ = LeadInvitationCustomer$;
|
|
961
1039
|
const LeadInvitationInteraction$ = [3, n0, _LII,
|
|
962
1040
|
0,
|
|
963
|
-
[
|
|
1041
|
+
[_STo, _SI, _SN, _CBT, _U],
|
|
964
1042
|
[0, 0, 0, [() => JobTitle, 0], 0], 4
|
|
965
1043
|
];
|
|
966
1044
|
exports.LeadInvitationInteraction$ = LeadInvitationInteraction$;
|
|
@@ -972,7 +1050,7 @@ const LeadInvitationPayload$ = [3, n0, _LIP,
|
|
|
972
1050
|
exports.LeadInvitationPayload$ = LeadInvitationPayload$;
|
|
973
1051
|
const LifeCycle$ = [3, n0, _LC,
|
|
974
1052
|
0,
|
|
975
|
-
[_S, _CLR, _NS, _TCD, _RS,
|
|
1053
|
+
[_S, _CLR, _NS, _TCD, _RS, _RCe, _RSR, _NSH],
|
|
976
1054
|
[0, 0, [() => PiiString, 0], 0, 0, 0, 0, () => NextStepsHistories]
|
|
977
1055
|
];
|
|
978
1056
|
exports.LifeCycle$ = LifeCycle$;
|
|
@@ -984,7 +1062,7 @@ const LifeCycleForView$ = [3, n0, _LCFV,
|
|
|
984
1062
|
exports.LifeCycleForView$ = LifeCycleForView$;
|
|
985
1063
|
const LifeCycleSummary$ = [3, n0, _LCS,
|
|
986
1064
|
0,
|
|
987
|
-
[_S, _CLR, _NS, _TCD, _RS,
|
|
1065
|
+
[_S, _CLR, _NS, _TCD, _RS, _RCe, _RSR],
|
|
988
1066
|
[0, 0, [() => PiiString, 0], 0, 0, 0, 0]
|
|
989
1067
|
];
|
|
990
1068
|
exports.LifeCycleSummary$ = LifeCycleSummary$;
|
|
@@ -1002,7 +1080,7 @@ const ListEngagementByAcceptingInvitationTasksResponse$ = [3, n0, _LEBAITRi,
|
|
|
1002
1080
|
exports.ListEngagementByAcceptingInvitationTasksResponse$ = ListEngagementByAcceptingInvitationTasksResponse$;
|
|
1003
1081
|
const ListEngagementByAcceptingInvitationTaskSummary$ = [3, n0, _LEBAITS,
|
|
1004
1082
|
0,
|
|
1005
|
-
[_TIa, _TAa,
|
|
1083
|
+
[_TIa, _TAa, _ST, _TS, _M, _RC, _OIpp, _RSJIe, _EIIn],
|
|
1006
1084
|
[0, 0, 5, 0, 0, 0, 0, 0, 0]
|
|
1007
1085
|
];
|
|
1008
1086
|
exports.ListEngagementByAcceptingInvitationTaskSummary$ = ListEngagementByAcceptingInvitationTaskSummary$;
|
|
@@ -1020,7 +1098,7 @@ const ListEngagementFromOpportunityTasksResponse$ = [3, n0, _LEFOTRi,
|
|
|
1020
1098
|
exports.ListEngagementFromOpportunityTasksResponse$ = ListEngagementFromOpportunityTasksResponse$;
|
|
1021
1099
|
const ListEngagementFromOpportunityTaskSummary$ = [3, n0, _LEFOTS,
|
|
1022
1100
|
0,
|
|
1023
|
-
[_TIa, _TAa,
|
|
1101
|
+
[_TIa, _TAa, _ST, _TS, _M, _RC, _OIpp, _RSJIe, _EIn, _EIIn],
|
|
1024
1102
|
[0, 0, 5, 0, 0, 0, 0, 0, 0, 0]
|
|
1025
1103
|
];
|
|
1026
1104
|
exports.ListEngagementFromOpportunityTaskSummary$ = ListEngagementFromOpportunityTaskSummary$;
|
|
@@ -1098,10 +1176,22 @@ const ListOpportunityFromEngagementTasksResponse$ = [3, n0, _LOFETRi,
|
|
|
1098
1176
|
exports.ListOpportunityFromEngagementTasksResponse$ = ListOpportunityFromEngagementTasksResponse$;
|
|
1099
1177
|
const ListOpportunityFromEngagementTaskSummary$ = [3, n0, _LOFETS,
|
|
1100
1178
|
0,
|
|
1101
|
-
[_TIa, _TAa,
|
|
1179
|
+
[_TIa, _TAa, _ST, _TS, _M, _RC, _OIpp, _RSJIe, _EIn, _CI],
|
|
1102
1180
|
[0, 0, 5, 0, 0, 0, 0, 0, 0, 0]
|
|
1103
1181
|
];
|
|
1104
1182
|
exports.ListOpportunityFromEngagementTaskSummary$ = ListOpportunityFromEngagementTaskSummary$;
|
|
1183
|
+
const ListProspectingFromEngagementTasksRequest$ = [3, n0, _LPFETR,
|
|
1184
|
+
0,
|
|
1185
|
+
[_C, _MR, _NT, _TI, _TN, _SAt, _SBt, _Sor],
|
|
1186
|
+
[0, 1, 0, 64 | 0, 64 | 0, 5, 5, () => ProspectingFromEngagementTaskSort$], 1
|
|
1187
|
+
];
|
|
1188
|
+
exports.ListProspectingFromEngagementTasksRequest$ = ListProspectingFromEngagementTasksRequest$;
|
|
1189
|
+
const ListProspectingFromEngagementTasksResponse$ = [3, n0, _LPFETRi,
|
|
1190
|
+
0,
|
|
1191
|
+
[_TSa, _NT],
|
|
1192
|
+
[() => ProspectingTaskSummaryList, 0], 1
|
|
1193
|
+
];
|
|
1194
|
+
exports.ListProspectingFromEngagementTasksResponse$ = ListProspectingFromEngagementTasksResponse$;
|
|
1105
1195
|
const ListResourceSnapshotJobsRequest$ = [3, n0, _LRSJR,
|
|
1106
1196
|
0,
|
|
1107
1197
|
[_C, _MR, _NT, _EI, _St, _Sor],
|
|
@@ -1186,6 +1276,12 @@ const OpportunityInvitationPayload$ = [3, n0, _OIP,
|
|
|
1186
1276
|
[64 | 0, [() => EngagementCustomer$, 0], [() => ProjectDetails$, 0], [() => SenderContactList, 0]], 3
|
|
1187
1277
|
];
|
|
1188
1278
|
exports.OpportunityInvitationPayload$ = OpportunityInvitationPayload$;
|
|
1279
|
+
const OpportunityQuality$ = [3, n0, _OQ,
|
|
1280
|
+
0,
|
|
1281
|
+
[_Sc, _Tr],
|
|
1282
|
+
[1, 0]
|
|
1283
|
+
];
|
|
1284
|
+
exports.OpportunityQuality$ = OpportunityQuality$;
|
|
1189
1285
|
const OpportunitySort$ = [3, n0, _OSp,
|
|
1190
1286
|
0,
|
|
1191
1287
|
[_SO, _SB],
|
|
@@ -1234,6 +1330,42 @@ const ProjectView$ = [3, n0, _PV,
|
|
|
1234
1330
|
[64 | 0, [() => ExpectedCustomerSpendList, 0], () => ExpectedContractDuration$, 0, 64 | 0, [() => PiiString, 0]]
|
|
1235
1331
|
];
|
|
1236
1332
|
exports.ProjectView$ = ProjectView$;
|
|
1333
|
+
const ProspectingFromEngagementTaskSort$ = [3, n0, _PFETS,
|
|
1334
|
+
0,
|
|
1335
|
+
[_SO, _SB],
|
|
1336
|
+
[0, 0], 2
|
|
1337
|
+
];
|
|
1338
|
+
exports.ProspectingFromEngagementTaskSort$ = ProspectingFromEngagementTaskSort$;
|
|
1339
|
+
const ProspectingInsights$ = [3, n0, _PI,
|
|
1340
|
+
0,
|
|
1341
|
+
[_MES, _SSo, _SCo, _SSC],
|
|
1342
|
+
[0, 0, 0, 0]
|
|
1343
|
+
];
|
|
1344
|
+
exports.ProspectingInsights$ = ProspectingInsights$;
|
|
1345
|
+
const ProspectingResult$ = [3, n0, _PR,
|
|
1346
|
+
0,
|
|
1347
|
+
[_Aw],
|
|
1348
|
+
[[() => ProspectingResultAws$, 0]]
|
|
1349
|
+
];
|
|
1350
|
+
exports.ProspectingResult$ = ProspectingResult$;
|
|
1351
|
+
const ProspectingResultAws$ = [3, n0, _PRA,
|
|
1352
|
+
0,
|
|
1353
|
+
[_ST, _ETn, _TIa, _TAa, _TN, _Cu, _Ins],
|
|
1354
|
+
[5, 5, 0, 0, 0, [() => ProspectingResultCustomer$, 0], () => ProspectingInsights$]
|
|
1355
|
+
];
|
|
1356
|
+
exports.ProspectingResultAws$ = ProspectingResultAws$;
|
|
1357
|
+
const ProspectingResultCustomer$ = [3, n0, _PRC,
|
|
1358
|
+
0,
|
|
1359
|
+
[_AN, _G, _Reg, _SRu, _Cou, _In, _SIu, _Se, _CSo, _EP, _PPS],
|
|
1360
|
+
[0, 0, 0, 0, [() => CountryCode, 0], 0, 0, 0, 0, 64 | 0, 0]
|
|
1361
|
+
];
|
|
1362
|
+
exports.ProspectingResultCustomer$ = ProspectingResultCustomer$;
|
|
1363
|
+
const ProspectingTaskSummary$ = [3, n0, _PTS,
|
|
1364
|
+
0,
|
|
1365
|
+
[_TIa, _TAa, _TN, _ST, _TEC, _CEC, _FEC, _ETn],
|
|
1366
|
+
[0, 0, 0, 5, 1, 1, 1, 5], 7
|
|
1367
|
+
];
|
|
1368
|
+
exports.ProspectingTaskSummary$ = ProspectingTaskSummary$;
|
|
1237
1369
|
const PutSellingSystemSettingsRequest$ = [3, n0, _PSSSR,
|
|
1238
1370
|
0,
|
|
1239
1371
|
[_C, _RSJRI],
|
|
@@ -1246,6 +1378,12 @@ const PutSellingSystemSettingsResponse$ = [3, n0, _PSSSRu,
|
|
|
1246
1378
|
[0, 0], 1
|
|
1247
1379
|
];
|
|
1248
1380
|
exports.PutSellingSystemSettingsResponse$ = PutSellingSystemSettingsResponse$;
|
|
1381
|
+
const Recommendation$ = [3, n0, _Reco,
|
|
1382
|
+
0,
|
|
1383
|
+
[_T, _Det, _At],
|
|
1384
|
+
[0, 0, 128 | 0], 2
|
|
1385
|
+
];
|
|
1386
|
+
exports.Recommendation$ = Recommendation$;
|
|
1249
1387
|
const RejectEngagementInvitationRequest$ = [3, n0, _REIR,
|
|
1250
1388
|
0,
|
|
1251
1389
|
[_C, _I, _RR],
|
|
@@ -1266,7 +1404,7 @@ const ResourceSnapshotJobSummary$ = [3, n0, _RSJSe,
|
|
|
1266
1404
|
exports.ResourceSnapshotJobSummary$ = ResourceSnapshotJobSummary$;
|
|
1267
1405
|
const ResourceSnapshotSummary$ = [3, n0, _RSSe,
|
|
1268
1406
|
0,
|
|
1269
|
-
[_Ar,
|
|
1407
|
+
[_Ar, _Rev, _RT, _RIe, _RSTN, _CB],
|
|
1270
1408
|
[0, 1, 0, 0, 0, [() => AwsAccount, 0]]
|
|
1271
1409
|
];
|
|
1272
1410
|
exports.ResourceSnapshotSummary$ = ResourceSnapshotSummary$;
|
|
@@ -1288,7 +1426,7 @@ const SolutionBase$ = [3, n0, _SBo,
|
|
|
1288
1426
|
[0, 0, 0, 0, 0, 5, 0], 6
|
|
1289
1427
|
];
|
|
1290
1428
|
exports.SolutionBase$ = SolutionBase$;
|
|
1291
|
-
const SolutionSort$ = [3, n0,
|
|
1429
|
+
const SolutionSort$ = [3, n0, _SSol,
|
|
1292
1430
|
0,
|
|
1293
1431
|
[_SO, _SB],
|
|
1294
1432
|
[0, 0], 2
|
|
@@ -1308,7 +1446,7 @@ const StartEngagementByAcceptingInvitationTaskRequest$ = [3, n0, _SEBAITR,
|
|
|
1308
1446
|
exports.StartEngagementByAcceptingInvitationTaskRequest$ = StartEngagementByAcceptingInvitationTaskRequest$;
|
|
1309
1447
|
const StartEngagementByAcceptingInvitationTaskResponse$ = [3, n0, _SEBAITRt,
|
|
1310
1448
|
0,
|
|
1311
|
-
[_TIa, _TAa,
|
|
1449
|
+
[_TIa, _TAa, _ST, _TS, _M, _RC, _OIpp, _RSJIe, _EIIn],
|
|
1312
1450
|
[0, 0, 5, 0, 0, 0, 0, 0, 0]
|
|
1313
1451
|
];
|
|
1314
1452
|
exports.StartEngagementByAcceptingInvitationTaskResponse$ = StartEngagementByAcceptingInvitationTaskResponse$;
|
|
@@ -1320,7 +1458,7 @@ const StartEngagementFromOpportunityTaskRequest$ = [3, n0, _SEFOTR,
|
|
|
1320
1458
|
exports.StartEngagementFromOpportunityTaskRequest$ = StartEngagementFromOpportunityTaskRequest$;
|
|
1321
1459
|
const StartEngagementFromOpportunityTaskResponse$ = [3, n0, _SEFOTRt,
|
|
1322
1460
|
0,
|
|
1323
|
-
[_TIa, _TAa,
|
|
1461
|
+
[_TIa, _TAa, _ST, _TS, _M, _RC, _OIpp, _RSJIe, _EIn, _EIIn],
|
|
1324
1462
|
[0, 0, 5, 0, 0, 0, 0, 0, 0, 0]
|
|
1325
1463
|
];
|
|
1326
1464
|
exports.StartEngagementFromOpportunityTaskResponse$ = StartEngagementFromOpportunityTaskResponse$;
|
|
@@ -1332,10 +1470,22 @@ const StartOpportunityFromEngagementTaskRequest$ = [3, n0, _SOFETR,
|
|
|
1332
1470
|
exports.StartOpportunityFromEngagementTaskRequest$ = StartOpportunityFromEngagementTaskRequest$;
|
|
1333
1471
|
const StartOpportunityFromEngagementTaskResponse$ = [3, n0, _SOFETRt,
|
|
1334
1472
|
0,
|
|
1335
|
-
[_TIa, _TAa,
|
|
1473
|
+
[_TIa, _TAa, _ST, _TS, _M, _RC, _OIpp, _RSJIe, _EIn, _CI],
|
|
1336
1474
|
[0, 0, 5, 0, 0, 0, 0, 0, 0, 0]
|
|
1337
1475
|
];
|
|
1338
1476
|
exports.StartOpportunityFromEngagementTaskResponse$ = StartOpportunityFromEngagementTaskResponse$;
|
|
1477
|
+
const StartProspectingFromEngagementTaskRequest$ = [3, n0, _SPFETR,
|
|
1478
|
+
0,
|
|
1479
|
+
[_C, _Ide, _TN, _CT],
|
|
1480
|
+
[0, 64 | 0, 0, [0, 4]], 3
|
|
1481
|
+
];
|
|
1482
|
+
exports.StartProspectingFromEngagementTaskRequest$ = StartProspectingFromEngagementTaskRequest$;
|
|
1483
|
+
const StartProspectingFromEngagementTaskResponse$ = [3, n0, _SPFETRt,
|
|
1484
|
+
0,
|
|
1485
|
+
[_Ide, _TN, _ST, _TS, _M, _RC, _TIa, _TAa],
|
|
1486
|
+
[64 | 0, 0, 5, 0, 0, 0, 0, 0], 4
|
|
1487
|
+
];
|
|
1488
|
+
exports.StartProspectingFromEngagementTaskResponse$ = StartProspectingFromEngagementTaskResponse$;
|
|
1339
1489
|
const StartResourceSnapshotJobRequest$ = [3, n0, _SRSJR,
|
|
1340
1490
|
0,
|
|
1341
1491
|
[_C, _RSJI],
|
|
@@ -1404,8 +1554,8 @@ const UpdateEngagementContextResponse$ = [3, n0, _UECRp,
|
|
|
1404
1554
|
exports.UpdateEngagementContextResponse$ = UpdateEngagementContextResponse$;
|
|
1405
1555
|
const UpdateLeadContext$ = [3, n0, _ULC,
|
|
1406
1556
|
0,
|
|
1407
|
-
[_Cu, _QS, _Inte],
|
|
1408
|
-
[[() => LeadCustomer$, 0], 0, [() => LeadInteraction$, 0]], 1
|
|
1557
|
+
[_Cu, _QS, _Inte, _Ins],
|
|
1558
|
+
[[() => LeadCustomer$, 0], 0, [() => LeadInteraction$, 0], () => LeadInsights$], 1
|
|
1409
1559
|
];
|
|
1410
1560
|
exports.UpdateLeadContext$ = UpdateLeadContext$;
|
|
1411
1561
|
const UpdateOpportunityRequest$ = [3, n0, _UOR,
|
|
@@ -1458,11 +1608,13 @@ var CustomerContactsList = [1, n0, _CCL,
|
|
|
1458
1608
|
0]
|
|
1459
1609
|
];
|
|
1460
1610
|
var DeliveryModels = 64 | 0;
|
|
1611
|
+
var EligibleProgramsList = 64 | 0;
|
|
1461
1612
|
var EngagementContexts = [1, n0, _ECn,
|
|
1462
1613
|
0, [() => EngagementContextDetails$,
|
|
1463
1614
|
0]
|
|
1464
1615
|
];
|
|
1465
1616
|
var EngagementContextTypeList = 64 | 0;
|
|
1617
|
+
var EngagementIdentifierList = 64 | 0;
|
|
1466
1618
|
var EngagementIdentifiers = 64 | 0;
|
|
1467
1619
|
var EngagementInvitationIdentifiers = 64 | 0;
|
|
1468
1620
|
var EngagementInvitationsPayloadType = 64 | 0;
|
|
@@ -1478,6 +1630,9 @@ var EngagementMemberSummaries = [1, n0, _EMSn,
|
|
|
1478
1630
|
0, [() => EngagementMemberSummary$,
|
|
1479
1631
|
0]
|
|
1480
1632
|
];
|
|
1633
|
+
var EngagementProspectingResultList = [1, n0, _EPRL,
|
|
1634
|
+
0, () => EngagementProspectingResult$
|
|
1635
|
+
];
|
|
1481
1636
|
var EngagementResourceAssociationSummaryList = [1, n0, _ERASL,
|
|
1482
1637
|
0, [() => EngagementResourceAssociationSummary$,
|
|
1483
1638
|
0]
|
|
@@ -1524,7 +1679,13 @@ var PrimaryNeedsFromAws = 64 | 0;
|
|
|
1524
1679
|
var ProfileNextStepsHistories = [1, n0, _PNSHr,
|
|
1525
1680
|
0, () => ProfileNextStepsHistory$
|
|
1526
1681
|
];
|
|
1682
|
+
var ProspectingTaskSummaryList = [1, n0, _PTSL,
|
|
1683
|
+
0, () => ProspectingTaskSummary$
|
|
1684
|
+
];
|
|
1527
1685
|
var ReceiverResponsibilityList = 64 | 0;
|
|
1686
|
+
var RecommendationList = [1, n0, _RL,
|
|
1687
|
+
0, () => Recommendation$
|
|
1688
|
+
];
|
|
1528
1689
|
var ResourceSnapshotJobSummaryList = [1, n0, _RSJSL,
|
|
1529
1690
|
0, () => ResourceSnapshotJobSummary$
|
|
1530
1691
|
];
|
|
@@ -1546,7 +1707,9 @@ var TagKeyList = 64 | 0;
|
|
|
1546
1707
|
var TagList = [1, n0, _TL,
|
|
1547
1708
|
0, () => Tag$
|
|
1548
1709
|
];
|
|
1710
|
+
var TaskIdentifierList = 64 | 0;
|
|
1549
1711
|
var TaskIdentifiers = 64 | 0;
|
|
1712
|
+
var TaskNameList = 64 | 0;
|
|
1550
1713
|
var TaskStatuses = 64 | 0;
|
|
1551
1714
|
var UseCases = 64 | 0;
|
|
1552
1715
|
var ValidationExceptionErrorList = [1, n0, _VEEL,
|
|
@@ -1558,15 +1721,16 @@ var AmountMap = [2, n0, _AMm,
|
|
|
1558
1721
|
[() => MonetaryAmount,
|
|
1559
1722
|
0]
|
|
1560
1723
|
];
|
|
1724
|
+
var RecommendationAttributeMap = 128 | 0;
|
|
1561
1725
|
const EngagementContextPayload$ = [4, n0, _ECP,
|
|
1562
1726
|
0,
|
|
1563
|
-
[_CP, _Le],
|
|
1564
|
-
[[() => CustomerProjectsContext$, 0], [() => LeadContext$, 0]]
|
|
1727
|
+
[_CP, _Le, _PR],
|
|
1728
|
+
[[() => CustomerProjectsContext$, 0], [() => LeadContext$, 0], [() => ProspectingResult$, 0]]
|
|
1565
1729
|
];
|
|
1566
1730
|
exports.EngagementContextPayload$ = EngagementContextPayload$;
|
|
1567
1731
|
const Payload$ = [4, n0, _Pay,
|
|
1568
1732
|
0,
|
|
1569
|
-
[_OIppo,
|
|
1733
|
+
[_OIppo, _LIea],
|
|
1570
1734
|
[[() => OpportunityInvitationPayload$, 0], [() => LeadInvitationPayload$, 0]]
|
|
1571
1735
|
];
|
|
1572
1736
|
exports.Payload$ = Payload$;
|
|
@@ -1584,8 +1748,8 @@ const ResourceSnapshotPayload$ = [4, n0, _RSP,
|
|
|
1584
1748
|
exports.ResourceSnapshotPayload$ = ResourceSnapshotPayload$;
|
|
1585
1749
|
const UpdateEngagementContextPayload$ = [4, n0, _UECP,
|
|
1586
1750
|
0,
|
|
1587
|
-
[_Le, _CP],
|
|
1588
|
-
[[() => UpdateLeadContext$, 0], [() => CustomerProjectsContext$, 0]]
|
|
1751
|
+
[_Le, _CP, _PR],
|
|
1752
|
+
[[() => UpdateLeadContext$, 0], [() => CustomerProjectsContext$, 0], [() => ProspectingResult$, 0]]
|
|
1589
1753
|
];
|
|
1590
1754
|
exports.UpdateEngagementContextPayload$ = UpdateEngagementContextPayload$;
|
|
1591
1755
|
exports.AcceptEngagementInvitation$ = [9, n0, _AEI,
|
|
@@ -1600,7 +1764,7 @@ exports.AssociateOpportunity$ = [9, n0, _AOs,
|
|
|
1600
1764
|
exports.CreateEngagement$ = [9, n0, _CEr,
|
|
1601
1765
|
{ [_h]: ["POST", "/CreateEngagement", 200] }, () => CreateEngagementRequest$, () => CreateEngagementResponse$
|
|
1602
1766
|
];
|
|
1603
|
-
exports.CreateEngagementContext$ = [9, n0,
|
|
1767
|
+
exports.CreateEngagementContext$ = [9, n0, _CECr,
|
|
1604
1768
|
{ [_h]: ["POST", "/CreateEngagementContext", 200] }, () => CreateEngagementContextRequest$, () => CreateEngagementContextResponse$
|
|
1605
1769
|
];
|
|
1606
1770
|
exports.CreateEngagementInvitation$ = [9, n0, _CEI,
|
|
@@ -1633,6 +1797,9 @@ exports.GetEngagementInvitation$ = [9, n0, _GEI,
|
|
|
1633
1797
|
exports.GetOpportunity$ = [9, n0, _GO,
|
|
1634
1798
|
{ [_h]: ["POST", "/GetOpportunity", 200] }, () => GetOpportunityRequest$, () => GetOpportunityResponse$
|
|
1635
1799
|
];
|
|
1800
|
+
exports.GetProspectingFromEngagementTask$ = [9, n0, _GPFET,
|
|
1801
|
+
{ [_h]: ["POST", "/GetProspectingFromEngagementTask", 200] }, () => GetProspectingFromEngagementTaskRequest$, () => GetProspectingFromEngagementTaskResponse$
|
|
1802
|
+
];
|
|
1636
1803
|
exports.GetResourceSnapshot$ = [9, n0, _GRS,
|
|
1637
1804
|
{ [_h]: ["POST", "/GetResourceSnapshot", 200] }, () => GetResourceSnapshotRequest$, () => GetResourceSnapshotResponse$
|
|
1638
1805
|
];
|
|
@@ -1666,10 +1833,13 @@ exports.ListOpportunities$ = [9, n0, _LO,
|
|
|
1666
1833
|
exports.ListOpportunityFromEngagementTasks$ = [9, n0, _LOFET,
|
|
1667
1834
|
{ [_h]: ["POST", "/ListOpportunityFromEngagementTasks", 200] }, () => ListOpportunityFromEngagementTasksRequest$, () => ListOpportunityFromEngagementTasksResponse$
|
|
1668
1835
|
];
|
|
1836
|
+
exports.ListProspectingFromEngagementTasks$ = [9, n0, _LPFET,
|
|
1837
|
+
{ [_h]: ["POST", "/ListProspectingFromEngagementTasks", 200] }, () => ListProspectingFromEngagementTasksRequest$, () => ListProspectingFromEngagementTasksResponse$
|
|
1838
|
+
];
|
|
1669
1839
|
exports.ListResourceSnapshotJobs$ = [9, n0, _LRSJ,
|
|
1670
1840
|
{ [_h]: ["POST", "/ListResourceSnapshotJobs", 200] }, () => ListResourceSnapshotJobsRequest$, () => ListResourceSnapshotJobsResponse$
|
|
1671
1841
|
];
|
|
1672
|
-
exports.ListResourceSnapshots$ = [9, n0,
|
|
1842
|
+
exports.ListResourceSnapshots$ = [9, n0, _LRSi,
|
|
1673
1843
|
{ [_h]: ["POST", "/ListResourceSnapshots", 200] }, () => ListResourceSnapshotsRequest$, () => ListResourceSnapshotsResponse$
|
|
1674
1844
|
];
|
|
1675
1845
|
exports.ListSolutions$ = [9, n0, _LS,
|
|
@@ -1693,6 +1863,9 @@ exports.StartEngagementFromOpportunityTask$ = [9, n0, _SEFOT,
|
|
|
1693
1863
|
exports.StartOpportunityFromEngagementTask$ = [9, n0, _SOFET,
|
|
1694
1864
|
{ [_h]: ["POST", "/StartOpportunityFromEngagementTask", 200] }, () => StartOpportunityFromEngagementTaskRequest$, () => StartOpportunityFromEngagementTaskResponse$
|
|
1695
1865
|
];
|
|
1866
|
+
exports.StartProspectingFromEngagementTask$ = [9, n0, _SPFET,
|
|
1867
|
+
{ [_h]: ["POST", "/StartProspectingFromEngagementTask", 200] }, () => StartProspectingFromEngagementTaskRequest$, () => StartProspectingFromEngagementTaskResponse$
|
|
1868
|
+
];
|
|
1696
1869
|
exports.StartResourceSnapshotJob$ = [9, n0, _SRSJ,
|
|
1697
1870
|
{ [_h]: ["POST", "/StartResourceSnapshotJob", 204] }, () => StartResourceSnapshotJobRequest$, () => __Unit
|
|
1698
1871
|
];
|