git: commit lead-opportunity interfaces
This commit is contained in:
parent
e263908bd8
commit
f95fa270de
24
process/lead-opportunity/reactions/__generated__/GetLeadUrl.ts
generated
Normal file
24
process/lead-opportunity/reactions/__generated__/GetLeadUrl.ts
generated
Normal file
@ -0,0 +1,24 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
// @generated
|
||||
// This file was automatically generated and should not be edited.
|
||||
|
||||
// ====================================================
|
||||
// GraphQL query operation: GetLeadUrl
|
||||
// ====================================================
|
||||
|
||||
export interface GetLeadUrl_entity {
|
||||
__typename: "lead";
|
||||
link: string | null;
|
||||
}
|
||||
|
||||
export interface GetLeadUrl {
|
||||
/**
|
||||
* Лизинговые сделки. statecode по умолчанию 0, можно отфильтровать по ownerid и/или domainName
|
||||
*/
|
||||
entity: GetLeadUrl_entity | null;
|
||||
}
|
||||
|
||||
export interface GetLeadUrlVariables {
|
||||
id: any;
|
||||
}
|
||||
21
process/lead-opportunity/reactions/__generated__/GetOpportunityUrl.ts
generated
Normal file
21
process/lead-opportunity/reactions/__generated__/GetOpportunityUrl.ts
generated
Normal file
@ -0,0 +1,21 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
// @generated
|
||||
// This file was automatically generated and should not be edited.
|
||||
|
||||
// ====================================================
|
||||
// GraphQL query operation: GetOpportunityUrl
|
||||
// ====================================================
|
||||
|
||||
export interface GetOpportunityUrl_entity {
|
||||
__typename: "opportunity";
|
||||
link: string | null;
|
||||
}
|
||||
|
||||
export interface GetOpportunityUrl {
|
||||
entity: GetOpportunityUrl_entity | null;
|
||||
}
|
||||
|
||||
export interface GetOpportunityUrlVariables {
|
||||
id: any;
|
||||
}
|
||||
21
process/lead-opportunity/reactions/__generated__/GetQuoteUrl.ts
generated
Normal file
21
process/lead-opportunity/reactions/__generated__/GetQuoteUrl.ts
generated
Normal file
@ -0,0 +1,21 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
// @generated
|
||||
// This file was automatically generated and should not be edited.
|
||||
|
||||
// ====================================================
|
||||
// GraphQL query operation: GetQuoteUrl
|
||||
// ====================================================
|
||||
|
||||
export interface GetQuoteUrl_entity {
|
||||
__typename: "quote";
|
||||
link: string | null;
|
||||
}
|
||||
|
||||
export interface GetQuoteUrl {
|
||||
entity: GetQuoteUrl_entity | null;
|
||||
}
|
||||
|
||||
export interface GetQuoteUrlVariables {
|
||||
id: any;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user