@d19n/youfibre-odin-sdk 2.0.225 → 2.0.227
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 +4 -1
- package/dist/actions-v2/CreatePreContractOrderSummaryDto.d.ts +8 -1
- package/dist/actions-v2/CreateTeamDto.d.ts +1 -8
- package/dist/actions-v2/MovePgDisputeToFailedDto.d.ts +70 -0
- package/dist/actions-v2/MovePgDisputeToFailedDto.js +62 -0
- package/dist/actions-v2/UpdateTeamDto.d.ts +1 -8
- package/dist/api-sdk-v2/FileApi.d.ts +122 -122
- package/dist/api-sdk-v2/FileApi.js +247 -247
- package/dist/entities-v2/File.d.ts +0 -6
- package/dist/entities-v2/File.js +1 -5
- package/dist/entities-v2/PgDispute.d.ts +4 -0
- package/dist/entities-v2/PgDispute.js +4 -0
- package/dist/entities-v2/Team.d.ts +1 -8
- package/dist/entities-v2/Team.js +0 -2
- package/dist/records-v2/PgDisputeRecord.d.ts +25 -0
- package/dist/records-v2/PgDisputeRecord.js +29 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -354,7 +354,7 @@ This SDK includes **166** entities across **12** modules.
|
|
|
354
354
|
|
|
355
355
|
## Actions
|
|
356
356
|
|
|
357
|
-
This SDK includes **
|
|
357
|
+
This SDK includes **713** actions.
|
|
358
358
|
|
|
359
359
|
### Action Types
|
|
360
360
|
|
|
@@ -1577,6 +1577,7 @@ This SDK includes **712** actions.
|
|
|
1577
1577
|
| `CreatePgDispute` | CREATE | k1.t-hEOJjsDb.BillingModule.PgDispute.Create.CreatePgDispute |
|
|
1578
1578
|
| `MovePgDisputeToCancelled` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgDispute.Transition.MovePgDisputeToCancelled |
|
|
1579
1579
|
| `MovePgDisputeToChallenged` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgDispute.Transition.MovePgDisputeToChallenged |
|
|
1580
|
+
| `MovePgDisputeToFailed` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgDispute.Transition.MovePgDisputeToFailed |
|
|
1580
1581
|
| `MovePgDisputeToLost` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgDispute.Transition.MovePgDisputeToLost |
|
|
1581
1582
|
| `MovePgDisputeToSettled` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgDispute.Transition.MovePgDisputeToSettled |
|
|
1582
1583
|
| `MovePgDisputeToUnderReview` | STAGE_TRANSITION | k1.t-hEOJjsDb.BillingModule.PgDispute.Transition.MovePgDisputeToUnderReview |
|
|
@@ -1587,6 +1588,8 @@ This SDK includes **712** actions.
|
|
|
1587
1588
|
|
|
1588
1589
|
**MovePgDisputeToChallenged Target Stages:** `StatusStageChallenged`
|
|
1589
1590
|
|
|
1591
|
+
**MovePgDisputeToFailed Target Stages:** `StatusStageFailed`
|
|
1592
|
+
|
|
1590
1593
|
**MovePgDisputeToLost Target Stages:** `StatusStageLost`
|
|
1591
1594
|
|
|
1592
1595
|
**MovePgDisputeToSettled Target Stages:** `StatusStageSettled`
|
|
@@ -23,7 +23,7 @@ export interface CreatePreContractOrderSummaryMessage extends OdinRecordCreatedE
|
|
|
23
23
|
* Properties for CreatePreContractOrderSummary action
|
|
24
24
|
*
|
|
25
25
|
* @property Required fields: 0
|
|
26
|
-
* @property Optional fields:
|
|
26
|
+
* @property Optional fields: 10
|
|
27
27
|
*/
|
|
28
28
|
export interface CreatePreContractOrderSummaryProperties {
|
|
29
29
|
/**
|
|
@@ -89,6 +89,13 @@ export interface CreatePreContractOrderSummaryProperties {
|
|
|
89
89
|
* @type {TEXT}
|
|
90
90
|
*/
|
|
91
91
|
Subject?: string | null;
|
|
92
|
+
/**
|
|
93
|
+
* To
|
|
94
|
+
*
|
|
95
|
+
* Data field for Email records. Used by Communications team.
|
|
96
|
+
* @type {TEXT}
|
|
97
|
+
*/
|
|
98
|
+
To?: string | null;
|
|
92
99
|
}
|
|
93
100
|
/**
|
|
94
101
|
* CreatePreContractOrderSummary
|
|
@@ -22,7 +22,7 @@ export interface CreateTeamMessage extends OdinRecordCreatedEvent<CreateTeamDto,
|
|
|
22
22
|
* Properties for CreateTeam action
|
|
23
23
|
*
|
|
24
24
|
* @property Required fields: 3
|
|
25
|
-
* @property Optional fields:
|
|
25
|
+
* @property Optional fields: 0
|
|
26
26
|
*/
|
|
27
27
|
export interface CreateTeamProperties {
|
|
28
28
|
/**
|
|
@@ -49,13 +49,6 @@ export interface CreateTeamProperties {
|
|
|
49
49
|
* @required
|
|
50
50
|
*/
|
|
51
51
|
TeamId: string;
|
|
52
|
-
/**
|
|
53
|
-
* TwilioQueueSid
|
|
54
|
-
*
|
|
55
|
-
* TwilioQueueSid
|
|
56
|
-
* @type {TEXT}
|
|
57
|
-
*/
|
|
58
|
-
TwilioQueueSid?: string | null;
|
|
59
52
|
}
|
|
60
53
|
/**
|
|
61
54
|
* CreateTeam
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* MovePgDisputeToFailed Action DTO
|
|
3
|
+
*
|
|
4
|
+
* Move PG Dispute To Failed
|
|
5
|
+
*
|
|
6
|
+
* @module BillingModule
|
|
7
|
+
* @entity PgDispute
|
|
8
|
+
* @entityType DEFAULT
|
|
9
|
+
* @actionKey MovePgDisputeToFailed
|
|
10
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgDispute.Transition.MovePgDisputeToFailed
|
|
11
|
+
*
|
|
12
|
+
* AUTO-GENERATED - DO NOT EDIT DIRECTLY
|
|
13
|
+
*/
|
|
14
|
+
import { OdinRecord, OdinRecordUpdateDto, OdinRecordUpdatedEvent } from '@d19n/odin-types/dist/core';
|
|
15
|
+
/**
|
|
16
|
+
* RabbitMQ message payload for MovePgDisputeToFailed step flow events
|
|
17
|
+
*
|
|
18
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgDispute.Transition.MovePgDisputeToFailed
|
|
19
|
+
*/
|
|
20
|
+
export interface MovePgDisputeToFailedMessage extends OdinRecordUpdatedEvent<MovePgDisputeToFailedDto, {}> {
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Properties for MovePgDisputeToFailed action
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export interface MovePgDisputeToFailedProperties {
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* MovePgDisputeToFailed
|
|
30
|
+
*
|
|
31
|
+
* Move PG Dispute To Failed
|
|
32
|
+
*
|
|
33
|
+
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
34
|
+
* @module BillingModule
|
|
35
|
+
* @entity PgDispute
|
|
36
|
+
* @entityType DEFAULT (Default)
|
|
37
|
+
* @targetStages StatusStageFailed
|
|
38
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgDispute.Transition.MovePgDisputeToFailed
|
|
39
|
+
* @permission schema.action.movepgdisputetofailed.trigger
|
|
40
|
+
* @benchmark This action is tracked for performance benchmarks
|
|
41
|
+
*/
|
|
42
|
+
export declare class MovePgDisputeToFailedDto extends OdinRecordUpdateDto<Record<string, any>> {
|
|
43
|
+
/** Used by SDK generators to identify action type */
|
|
44
|
+
static readonly ACTION_TYPE = "UPDATE";
|
|
45
|
+
static readonly ACTION_KEY = "MovePgDisputeToFailed";
|
|
46
|
+
static readonly MODULE_NAME = "BillingModule";
|
|
47
|
+
static readonly ENTITIES: string[];
|
|
48
|
+
static readonly ENTITY_TYPE = "DEFAULT";
|
|
49
|
+
static readonly EVENT_NAME = "k1.t-hEOJjsDb.BillingModule.PgDispute.Transition.MovePgDisputeToFailed";
|
|
50
|
+
static readonly SCHEMA_ACTION_ID = "07636fc0-c744-476b-bd15-5c0dda493b27";
|
|
51
|
+
static readonly PERMISSION = "schema.action.movepgdisputetofailed.trigger";
|
|
52
|
+
static readonly TARGET_STAGES: readonly ["StatusStageFailed"];
|
|
53
|
+
static readonly IS_STAGE_TRANSITION = true;
|
|
54
|
+
static readonly IS_MULTI_STEP_FLOW = false;
|
|
55
|
+
static readonly HAS_STEP_LINKS = false;
|
|
56
|
+
readonly actionName: string;
|
|
57
|
+
readonly schemaActionId: string;
|
|
58
|
+
readonly entity: string;
|
|
59
|
+
readonly stageKey: string;
|
|
60
|
+
constructor(record: OdinRecord<any> | {
|
|
61
|
+
id: string;
|
|
62
|
+
entity: string;
|
|
63
|
+
type?: string;
|
|
64
|
+
}, options?: {
|
|
65
|
+
journeyId?: string;
|
|
66
|
+
});
|
|
67
|
+
/** Step classes that can be used with this action */
|
|
68
|
+
static readonly stepClasses: readonly [];
|
|
69
|
+
steps: [];
|
|
70
|
+
}
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* MovePgDisputeToFailed Action DTO
|
|
4
|
+
*
|
|
5
|
+
* Move PG Dispute To Failed
|
|
6
|
+
*
|
|
7
|
+
* @module BillingModule
|
|
8
|
+
* @entity PgDispute
|
|
9
|
+
* @entityType DEFAULT
|
|
10
|
+
* @actionKey MovePgDisputeToFailed
|
|
11
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgDispute.Transition.MovePgDisputeToFailed
|
|
12
|
+
*
|
|
13
|
+
* AUTO-GENERATED - DO NOT EDIT DIRECTLY
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.MovePgDisputeToFailedDto = void 0;
|
|
17
|
+
const core_1 = require("@d19n/odin-types/dist/core");
|
|
18
|
+
/**
|
|
19
|
+
* MovePgDisputeToFailed
|
|
20
|
+
*
|
|
21
|
+
* Move PG Dispute To Failed
|
|
22
|
+
*
|
|
23
|
+
* @actionType STAGE_TRANSITION - Transitions record to new pipeline stage
|
|
24
|
+
* @module BillingModule
|
|
25
|
+
* @entity PgDispute
|
|
26
|
+
* @entityType DEFAULT (Default)
|
|
27
|
+
* @targetStages StatusStageFailed
|
|
28
|
+
* @event k1.t-hEOJjsDb.BillingModule.PgDispute.Transition.MovePgDisputeToFailed
|
|
29
|
+
* @permission schema.action.movepgdisputetofailed.trigger
|
|
30
|
+
* @benchmark This action is tracked for performance benchmarks
|
|
31
|
+
*/
|
|
32
|
+
class MovePgDisputeToFailedDto extends core_1.OdinRecordUpdateDto {
|
|
33
|
+
constructor(record, options) {
|
|
34
|
+
super({
|
|
35
|
+
id: record.id,
|
|
36
|
+
entity: record.entity,
|
|
37
|
+
type: record.type,
|
|
38
|
+
properties: {},
|
|
39
|
+
journeyId: options === null || options === void 0 ? void 0 : options.journeyId,
|
|
40
|
+
});
|
|
41
|
+
this.actionName = 'MovePgDisputeToFailed';
|
|
42
|
+
this.schemaActionId = '07636fc0-c744-476b-bd15-5c0dda493b27';
|
|
43
|
+
this.entity = 'BillingModule:PgDispute';
|
|
44
|
+
this.stageKey = 'StatusStageFailed';
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
exports.MovePgDisputeToFailedDto = MovePgDisputeToFailedDto;
|
|
48
|
+
/** Used by SDK generators to identify action type */
|
|
49
|
+
MovePgDisputeToFailedDto.ACTION_TYPE = 'UPDATE';
|
|
50
|
+
MovePgDisputeToFailedDto.ACTION_KEY = 'MovePgDisputeToFailed';
|
|
51
|
+
MovePgDisputeToFailedDto.MODULE_NAME = 'BillingModule';
|
|
52
|
+
MovePgDisputeToFailedDto.ENTITIES = ['PgDispute'];
|
|
53
|
+
MovePgDisputeToFailedDto.ENTITY_TYPE = 'DEFAULT';
|
|
54
|
+
MovePgDisputeToFailedDto.EVENT_NAME = 'k1.t-hEOJjsDb.BillingModule.PgDispute.Transition.MovePgDisputeToFailed';
|
|
55
|
+
MovePgDisputeToFailedDto.SCHEMA_ACTION_ID = '07636fc0-c744-476b-bd15-5c0dda493b27';
|
|
56
|
+
MovePgDisputeToFailedDto.PERMISSION = 'schema.action.movepgdisputetofailed.trigger';
|
|
57
|
+
MovePgDisputeToFailedDto.TARGET_STAGES = ['StatusStageFailed'];
|
|
58
|
+
MovePgDisputeToFailedDto.IS_STAGE_TRANSITION = true;
|
|
59
|
+
MovePgDisputeToFailedDto.IS_MULTI_STEP_FLOW = false;
|
|
60
|
+
MovePgDisputeToFailedDto.HAS_STEP_LINKS = false;
|
|
61
|
+
/** Step classes that can be used with this action */
|
|
62
|
+
MovePgDisputeToFailedDto.stepClasses = [];
|
|
@@ -22,7 +22,7 @@ export interface UpdateTeamMessage extends OdinRecordUpdatedEvent<UpdateTeamDto,
|
|
|
22
22
|
* Properties for UpdateTeam action
|
|
23
23
|
*
|
|
24
24
|
* @property Required fields: 0
|
|
25
|
-
* @property Optional fields:
|
|
25
|
+
* @property Optional fields: 11
|
|
26
26
|
*/
|
|
27
27
|
export interface UpdateTeamProperties {
|
|
28
28
|
/**
|
|
@@ -102,13 +102,6 @@ export interface UpdateTeamProperties {
|
|
|
102
102
|
* @type {UUID}
|
|
103
103
|
*/
|
|
104
104
|
TeamId?: string | null;
|
|
105
|
-
/**
|
|
106
|
-
* TwilioQueueSid
|
|
107
|
-
*
|
|
108
|
-
* TwilioQueueSid
|
|
109
|
-
* @type {TEXT}
|
|
110
|
-
*/
|
|
111
|
-
TwilioQueueSid?: string | null;
|
|
112
105
|
}
|
|
113
106
|
/**
|
|
114
107
|
* UpdateTeam
|
|
@@ -17,131 +17,131 @@ export declare class FileApi extends ApiProvider {
|
|
|
17
17
|
private readonly moduleName;
|
|
18
18
|
private readonly entityName;
|
|
19
19
|
private sourceRecord;
|
|
20
|
-
private
|
|
21
|
-
private
|
|
22
|
-
private
|
|
23
|
-
private
|
|
24
|
-
private
|
|
25
|
-
private
|
|
26
|
-
private
|
|
27
|
-
private
|
|
28
|
-
private
|
|
29
|
-
private
|
|
30
|
-
private
|
|
31
|
-
private
|
|
32
|
-
private
|
|
33
|
-
private
|
|
34
|
-
private
|
|
35
|
-
private
|
|
36
|
-
private
|
|
37
|
-
private
|
|
38
|
-
private
|
|
39
|
-
private
|
|
40
|
-
private
|
|
41
|
-
private
|
|
42
|
-
private
|
|
43
|
-
private
|
|
44
|
-
private
|
|
45
|
-
private
|
|
46
|
-
private
|
|
47
|
-
private
|
|
48
|
-
private
|
|
49
|
-
private
|
|
50
|
-
private
|
|
51
|
-
private
|
|
52
|
-
private
|
|
53
|
-
private
|
|
54
|
-
private
|
|
20
|
+
private _servicevisitaudit?;
|
|
21
|
+
private _blockagea55?;
|
|
22
|
+
private _netomniaftth2stageinstallaudit?;
|
|
23
|
+
private _netomniaftth1stageinstallaudit?;
|
|
24
|
+
private _overlayreala55?;
|
|
25
|
+
private _appointment?;
|
|
26
|
+
private _ugexternalaudit?;
|
|
27
|
+
private _billingrequest?;
|
|
28
|
+
private _transaction?;
|
|
29
|
+
private _creditnote?;
|
|
30
|
+
private _address?;
|
|
31
|
+
private _changereason?;
|
|
32
|
+
private _discount?;
|
|
33
|
+
private _paymentmethodrefund?;
|
|
34
|
+
private _serviceappointment?;
|
|
35
|
+
private _customerdevicerouter?;
|
|
36
|
+
private _visit?;
|
|
37
|
+
private _fingerprint?;
|
|
38
|
+
private _yftoolaudit?;
|
|
39
|
+
private _wayleaveaudit?;
|
|
40
|
+
private _workorder?;
|
|
41
|
+
private _orderitem?;
|
|
42
|
+
private _internalinstallaudit?;
|
|
43
|
+
private _knowledgearticle?;
|
|
44
|
+
private _case?;
|
|
45
|
+
private _activity?;
|
|
46
|
+
private _netomniaftthservicevisitsheet?;
|
|
47
|
+
private _yfstockcount?;
|
|
48
|
+
private _onetouchswitch?;
|
|
49
|
+
private _remediationrequiredreason?;
|
|
50
|
+
private _invoice?;
|
|
51
|
+
private _yfvanaudit?;
|
|
52
|
+
private _uginstallationaudit?;
|
|
53
|
+
private _ohinstallationaudit?;
|
|
54
|
+
private _ugauditofinstallation?;
|
|
55
|
+
private _file__note?;
|
|
55
56
|
private _note__file?;
|
|
56
|
-
private
|
|
57
|
-
private
|
|
58
|
-
private
|
|
59
|
-
private
|
|
60
|
-
private
|
|
61
|
-
private
|
|
62
|
-
private
|
|
63
|
-
private
|
|
64
|
-
private
|
|
65
|
-
private
|
|
66
|
-
private
|
|
67
|
-
private
|
|
68
|
-
private
|
|
69
|
-
private
|
|
70
|
-
private
|
|
71
|
-
private
|
|
72
|
-
private
|
|
73
|
-
private
|
|
74
|
-
private
|
|
75
|
-
private
|
|
76
|
-
private
|
|
77
|
-
private
|
|
78
|
-
private
|
|
79
|
-
private
|
|
80
|
-
private
|
|
81
|
-
private _note?;
|
|
57
|
+
private _yfequipmentcollection?;
|
|
58
|
+
private _lead?;
|
|
59
|
+
private _account?;
|
|
60
|
+
private _paymentmethod?;
|
|
61
|
+
private _sweepermaintenanceaudit?;
|
|
62
|
+
private _blockagereporta55?;
|
|
63
|
+
private _ohauditofinstallation?;
|
|
64
|
+
private _ohinprogressaudit?;
|
|
65
|
+
private _contractbuyout?;
|
|
66
|
+
private _sitespecificriskassessmentoutcomeform?;
|
|
67
|
+
private _remediationoutcomeform?;
|
|
68
|
+
private _order?;
|
|
69
|
+
private _call?;
|
|
70
|
+
private _ohexternalaudit?;
|
|
71
|
+
private _customerdeviceont?;
|
|
72
|
+
private _yffieldservicevisit?;
|
|
73
|
+
private _billingadjustment?;
|
|
74
|
+
private _contact?;
|
|
75
|
+
private _message?;
|
|
76
|
+
private _netomniainstallverification?;
|
|
77
|
+
private _email?;
|
|
78
|
+
private _ugretroaudit?;
|
|
79
|
+
private _ohretroaudit?;
|
|
80
|
+
private _uginprogressaudit?;
|
|
81
|
+
private _pgdirectdebitfile?;
|
|
82
82
|
constructor(authParams?: OauthParams, authToken?: string);
|
|
83
|
-
get
|
|
84
|
-
get
|
|
85
|
-
get
|
|
86
|
-
get
|
|
87
|
-
get
|
|
88
|
-
get
|
|
89
|
-
get
|
|
90
|
-
get
|
|
91
|
-
get
|
|
92
|
-
get
|
|
93
|
-
get
|
|
94
|
-
get
|
|
95
|
-
get
|
|
96
|
-
get
|
|
97
|
-
get
|
|
98
|
-
get
|
|
99
|
-
get
|
|
100
|
-
get
|
|
101
|
-
get
|
|
102
|
-
get
|
|
103
|
-
get
|
|
104
|
-
get
|
|
105
|
-
get
|
|
106
|
-
get
|
|
107
|
-
get
|
|
108
|
-
get
|
|
109
|
-
get
|
|
110
|
-
get
|
|
111
|
-
get
|
|
112
|
-
get
|
|
113
|
-
get
|
|
114
|
-
get
|
|
115
|
-
get
|
|
116
|
-
get
|
|
117
|
-
get
|
|
83
|
+
get servicevisitaudit(): ApiRecordLinkManager;
|
|
84
|
+
get blockagea55(): ApiRecordLinkManager;
|
|
85
|
+
get netomniaftth2stageinstallaudit(): ApiRecordLinkManager;
|
|
86
|
+
get netomniaftth1stageinstallaudit(): ApiRecordLinkManager;
|
|
87
|
+
get overlayreala55(): ApiRecordLinkManager;
|
|
88
|
+
get appointment(): ApiRecordLinkManager;
|
|
89
|
+
get ugexternalaudit(): ApiRecordLinkManager;
|
|
90
|
+
get billingrequest(): ApiRecordLinkManager;
|
|
91
|
+
get transaction(): ApiRecordLinkManager;
|
|
92
|
+
get creditnote(): ApiRecordLinkManager;
|
|
93
|
+
get address(): ApiRecordLinkManager;
|
|
94
|
+
get changereason(): ApiRecordLinkManager;
|
|
95
|
+
get discount(): ApiRecordLinkManager;
|
|
96
|
+
get paymentmethodrefund(): ApiRecordLinkManager;
|
|
97
|
+
get serviceappointment(): ApiRecordLinkManager;
|
|
98
|
+
get customerdevicerouter(): ApiRecordLinkManager;
|
|
99
|
+
get visit(): ApiRecordLinkManager;
|
|
100
|
+
get fingerprint(): ApiRecordLinkManager;
|
|
101
|
+
get yftoolaudit(): ApiRecordLinkManager;
|
|
102
|
+
get wayleaveaudit(): ApiRecordLinkManager;
|
|
103
|
+
get workorder(): ApiRecordLinkManager;
|
|
104
|
+
get orderitem(): ApiRecordLinkManager;
|
|
105
|
+
get internalinstallaudit(): ApiRecordLinkManager;
|
|
106
|
+
get knowledgearticle(): ApiRecordLinkManager;
|
|
107
|
+
get case(): ApiRecordLinkManager;
|
|
108
|
+
get activity(): ApiRecordLinkManager;
|
|
109
|
+
get netomniaftthservicevisitsheet(): ApiRecordLinkManager;
|
|
110
|
+
get yfstockcount(): ApiRecordLinkManager;
|
|
111
|
+
get onetouchswitch(): ApiRecordLinkManager;
|
|
112
|
+
get remediationrequiredreason(): ApiRecordLinkManager;
|
|
113
|
+
get invoice(): ApiRecordLinkManager;
|
|
114
|
+
get yfvanaudit(): ApiRecordLinkManager;
|
|
115
|
+
get uginstallationaudit(): ApiRecordLinkManager;
|
|
116
|
+
get ohinstallationaudit(): ApiRecordLinkManager;
|
|
117
|
+
get ugauditofinstallation(): ApiRecordLinkManager;
|
|
118
|
+
get file__note(): ApiRecordLinkManager;
|
|
118
119
|
get note__file(): ApiRecordLinkManager;
|
|
119
|
-
get
|
|
120
|
-
get
|
|
121
|
-
get
|
|
122
|
-
get
|
|
123
|
-
get
|
|
124
|
-
get
|
|
125
|
-
get
|
|
126
|
-
get
|
|
127
|
-
get
|
|
128
|
-
get
|
|
129
|
-
get
|
|
130
|
-
get
|
|
131
|
-
get
|
|
132
|
-
get
|
|
133
|
-
get
|
|
134
|
-
get
|
|
135
|
-
get
|
|
136
|
-
get
|
|
137
|
-
get
|
|
138
|
-
get
|
|
139
|
-
get
|
|
140
|
-
get
|
|
141
|
-
get
|
|
142
|
-
get
|
|
143
|
-
get
|
|
144
|
-
get note(): ApiRecordLinkManager;
|
|
120
|
+
get yfequipmentcollection(): ApiRecordLinkManager;
|
|
121
|
+
get lead(): ApiRecordLinkManager;
|
|
122
|
+
get account(): ApiRecordLinkManager;
|
|
123
|
+
get paymentmethod(): ApiRecordLinkManager;
|
|
124
|
+
get sweepermaintenanceaudit(): ApiRecordLinkManager;
|
|
125
|
+
get blockagereporta55(): ApiRecordLinkManager;
|
|
126
|
+
get ohauditofinstallation(): ApiRecordLinkManager;
|
|
127
|
+
get ohinprogressaudit(): ApiRecordLinkManager;
|
|
128
|
+
get contractbuyout(): ApiRecordLinkManager;
|
|
129
|
+
get sitespecificriskassessmentoutcomeform(): ApiRecordLinkManager;
|
|
130
|
+
get remediationoutcomeform(): ApiRecordLinkManager;
|
|
131
|
+
get order(): ApiRecordLinkManager;
|
|
132
|
+
get call(): ApiRecordLinkManager;
|
|
133
|
+
get ohexternalaudit(): ApiRecordLinkManager;
|
|
134
|
+
get customerdeviceont(): ApiRecordLinkManager;
|
|
135
|
+
get yffieldservicevisit(): ApiRecordLinkManager;
|
|
136
|
+
get billingadjustment(): ApiRecordLinkManager;
|
|
137
|
+
get contact(): ApiRecordLinkManager;
|
|
138
|
+
get message(): ApiRecordLinkManager;
|
|
139
|
+
get netomniainstallverification(): ApiRecordLinkManager;
|
|
140
|
+
get email(): ApiRecordLinkManager;
|
|
141
|
+
get ugretroaudit(): ApiRecordLinkManager;
|
|
142
|
+
get ohretroaudit(): ApiRecordLinkManager;
|
|
143
|
+
get uginprogressaudit(): ApiRecordLinkManager;
|
|
144
|
+
get pgdirectdebitfile(): ApiRecordLinkManager;
|
|
145
145
|
setRecord(sourceRecord: any): void;
|
|
146
146
|
schema(): Promise<import("@d19n/odin-types/dist/core").OdinSchema>;
|
|
147
147
|
search(params: Partial<OdinSearchV2>): Promise<import("@d19n/odin-sdk-generator/dist/odin-sdk-types").OdinSearchResponse<import("@d19n/odin-types/dist/core").OdinRecord<FileProperties>>>;
|