@vrplatform/api 1.3.1-6256 → 1.3.1-6271
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/package.json
CHANGED
package/src/generated/v1.ts
CHANGED
|
@@ -1243,7 +1243,7 @@ export interface paths {
|
|
|
1243
1243
|
get?: never;
|
|
1244
1244
|
put?: never;
|
|
1245
1245
|
/**
|
|
1246
|
-
* @description Send an Owner Portal invite.
|
|
1246
|
+
* @description Send an Owner Portal invite. Existing identity conflicts and provider-suppressed email addresses return bad requests.
|
|
1247
1247
|
*
|
|
1248
1248
|
* Required scope: contacts:write
|
|
1249
1249
|
*/
|
|
@@ -1311,7 +1311,7 @@ export interface paths {
|
|
|
1311
1311
|
get: operations["getContactsByIdViewers"];
|
|
1312
1312
|
put?: never;
|
|
1313
1313
|
/**
|
|
1314
|
-
* @description Invite an owner viewer.
|
|
1314
|
+
* @description Invite an owner viewer. Existing identity conflicts and provider-suppressed email addresses return bad requests.
|
|
1315
1315
|
*
|
|
1316
1316
|
* Required scope: contacts:write
|
|
1317
1317
|
*/
|
|
@@ -1353,7 +1353,7 @@ export interface paths {
|
|
|
1353
1353
|
get?: never;
|
|
1354
1354
|
put?: never;
|
|
1355
1355
|
/**
|
|
1356
|
-
* @description Reinvite an owner viewer.
|
|
1356
|
+
* @description Reinvite an owner viewer. Existing identity conflicts and provider-suppressed email addresses return bad requests.
|
|
1357
1357
|
*
|
|
1358
1358
|
* Required scope: contacts:write
|
|
1359
1359
|
*/
|
|
@@ -2341,7 +2341,7 @@ export interface paths {
|
|
|
2341
2341
|
/** @description List users in one regional data partition with their team memberships and owner accesses. Select the partition with x-data-region. */
|
|
2342
2342
|
get: operations["getInternalUsers"];
|
|
2343
2343
|
put?: never;
|
|
2344
|
-
/** @description Create or update a global platform user by primary or secondary email, optionally granting an initial team membership. Existing identities and current-team membership ids are reused and projected into the selected team region, and returned memberships cover every region. Used by identity and invite workflows. An explicit conflicting user id is rejected as a
|
|
2344
|
+
/** @description Create or update a global platform user by primary or secondary email, optionally granting an initial team membership. Existing identities and current-team membership ids are reused and projected into the selected team region, and returned memberships cover every region. Used by identity and invite workflows. An explicit conflicting user id is rejected as a bad request with reason USER_EMAIL_CONFLICT. */
|
|
2345
2345
|
post: operations["postInternalUsers"];
|
|
2346
2346
|
delete?: never;
|
|
2347
2347
|
options?: never;
|
|
@@ -2357,7 +2357,7 @@ export interface paths {
|
|
|
2357
2357
|
cookie?: never;
|
|
2358
2358
|
};
|
|
2359
2359
|
get?: never;
|
|
2360
|
-
/** @description Update a platform user by id. Used by the identity provider profile-update hooks. A duplicate email belonging to another user is rejected as a
|
|
2360
|
+
/** @description Update a platform user by id. Used by the identity provider profile-update hooks. A duplicate email belonging to another user is rejected as a bad request with reason USER_EMAIL_CONFLICT. */
|
|
2361
2361
|
put: operations["putInternalUsersById"];
|
|
2362
2362
|
post?: never;
|
|
2363
2363
|
/** @description Delete a platform user and its team memberships/access rows. Used by identity provider and lifecycle cleanup flows. */
|
|
@@ -2758,7 +2758,7 @@ export interface paths {
|
|
|
2758
2758
|
cookie?: never;
|
|
2759
2759
|
};
|
|
2760
2760
|
/**
|
|
2761
|
-
* @description List teams available to the authenticated user from the control plane. VRPlatform admins receive all teams regardless of membership. Direct memberships are always included.
|
|
2761
|
+
* @description List teams available to the authenticated user from the control plane. VRPlatform admins receive all teams regardless of membership. Direct memberships are always included. With UI Permission Roles enabled, partner membership adds all managed teams in all mode or the explicit partner-managed assignments in assigned mode. Legacy authorization mode retains broad partner-derived team access. Supports comma-separated team IDs, team-name search, lifecycle and type filters, deterministic sorting, and pagination across regions. ID filtering never expands the authenticated access scope.
|
|
2762
2762
|
*
|
|
2763
2763
|
* Required scope: self:read
|
|
2764
2764
|
*/
|
|
@@ -3396,7 +3396,7 @@ export interface paths {
|
|
|
3396
3396
|
put?: never;
|
|
3397
3397
|
post?: never;
|
|
3398
3398
|
/**
|
|
3399
|
-
* @description Remove a member from the authenticated partner tenant without deleting the
|
|
3399
|
+
* @description Remove a member from the authenticated partner tenant. With UI permissions enabled, this also revokes partner-managed child-team assignments without deleting the user or genuine direct memberships; legacy mode preserves child-team compatibility memberships.
|
|
3400
3400
|
*
|
|
3401
3401
|
* Required scope: team-members:manage
|
|
3402
3402
|
*/
|
|
@@ -3415,7 +3415,7 @@ export interface paths {
|
|
|
3415
3415
|
};
|
|
3416
3416
|
get?: never;
|
|
3417
3417
|
/**
|
|
3418
|
-
* @description Update a partner member's managed-team access
|
|
3418
|
+
* @description Update a partner member's managed-team access. With UI permissions enabled, managedTeamAccess and role-free teamIds atomically replace partner-managed assignments while genuine direct and owner memberships remain untouched. In legacy-role mode, the role-bearing memberships contract remains available.
|
|
3419
3419
|
*
|
|
3420
3420
|
* Required scope: partner-memberships:manage
|
|
3421
3421
|
*/
|
|
@@ -5758,7 +5758,7 @@ export interface paths {
|
|
|
5758
5758
|
get: operations["getTeams"];
|
|
5759
5759
|
put?: never;
|
|
5760
5760
|
/**
|
|
5761
|
-
* @description Create team. The generic gateway forwards an explicit dataRegion to that regional cell; an omitted region uses the receiving cell. Partner provisioning requires a uniqueRef. An exact repeat of a completed provision fails with 409 and context.existingTeamId identifies the existing team; changed retry payloads fail without it. Fetch that team with GET /teams/lookup instead of creating it again. Retrying a provisioning request that failed before completing is safe. Generated and explicit slugs are checked against the global tenant registry before the regional tenant is written. defaultCurrency must exist in the target region currency catalog; unsupported values return 400 before creation. An explicit General Ledger copyFromTeamId must use the target data region; a mismatch returns 400 before either tenant registry is written.
|
|
5761
|
+
* @description Create team. The generic gateway forwards an explicit dataRegion to that regional cell; an omitted region uses the receiving cell. Partner provisioning requires a uniqueRef. An exact repeat of a completed provision fails with 409 and context.existingTeamId identifies the existing team; changed retry payloads fail without it. Fetch that team with GET /teams/lookup instead of creating it again. Retrying a provisioning request that failed before completing is safe. migratedFromTenantId atomically links a new GL team to a non-GL VRI source managed by the same partner; it is rejected for non-GL targets, GL sources, and sources managed by another partner. Generated and explicit slugs are checked against the global tenant registry before the regional tenant is written. defaultCurrency must exist in the target region currency catalog; unsupported values return 400 before creation. An explicit General Ledger copyFromTeamId must use the target data region; a mismatch returns 400 before either tenant registry is written.
|
|
5762
5762
|
*
|
|
5763
5763
|
* Required scope: teams:provision
|
|
5764
5764
|
*/
|
|
@@ -6141,7 +6141,7 @@ export interface paths {
|
|
|
6141
6141
|
put: operations["putTransactionsRecurringTemplatesById"];
|
|
6142
6142
|
post?: never;
|
|
6143
6143
|
/**
|
|
6144
|
-
* @description Delete
|
|
6144
|
+
* @description Delete a recurring transaction template. The operation waits for in-flight instance creation and detaches generated transactions before deleting.
|
|
6145
6145
|
*
|
|
6146
6146
|
* Required scope: transactions:delete
|
|
6147
6147
|
*/
|
|
@@ -10042,7 +10042,6 @@ export interface operations {
|
|
|
10042
10042
|
} | null;
|
|
10043
10043
|
matchStatus?: string | null;
|
|
10044
10044
|
appliedAmount?: {
|
|
10045
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
10046
10045
|
taxRate?: {
|
|
10047
10046
|
id: string;
|
|
10048
10047
|
name: string;
|
|
@@ -16787,7 +16786,6 @@ export interface operations {
|
|
|
16787
16786
|
amount: number;
|
|
16788
16787
|
appliedAmount?: {
|
|
16789
16788
|
taxRateId?: string | null;
|
|
16790
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
16791
16789
|
} | null;
|
|
16792
16790
|
markup?: {
|
|
16793
16791
|
amount?: number | null;
|
|
@@ -17798,7 +17796,6 @@ export interface operations {
|
|
|
17798
17796
|
amount: number;
|
|
17799
17797
|
appliedAmount?: {
|
|
17800
17798
|
taxRateId?: string | null;
|
|
17801
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
17802
17799
|
} | null;
|
|
17803
17800
|
markup?: {
|
|
17804
17801
|
amount?: number | null;
|
|
@@ -18667,7 +18664,6 @@ export interface operations {
|
|
|
18667
18664
|
amount?: number | null;
|
|
18668
18665
|
assignment?: "deposit_merchantFee" | null;
|
|
18669
18666
|
party?: ("owners" | "manager") | null;
|
|
18670
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
18671
18667
|
descriptionOverride?: string | null;
|
|
18672
18668
|
markup?: {
|
|
18673
18669
|
amount?: number | null;
|
|
@@ -19003,7 +18999,6 @@ export interface operations {
|
|
|
19003
18999
|
contactId?: string | null;
|
|
19004
19000
|
party?: ("owners" | "manager") | null;
|
|
19005
19001
|
taxRateId?: string | null;
|
|
19006
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
19007
19002
|
markup?: {
|
|
19008
19003
|
amount?: number | null;
|
|
19009
19004
|
taxRateId?: string | null;
|
|
@@ -19078,7 +19073,6 @@ export interface operations {
|
|
|
19078
19073
|
amount?: number | null;
|
|
19079
19074
|
assignment?: "deposit_merchantFee" | null;
|
|
19080
19075
|
party?: ("owners" | "manager") | null;
|
|
19081
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
19082
19076
|
descriptionOverride?: string | null;
|
|
19083
19077
|
markup?: {
|
|
19084
19078
|
amount?: number | null;
|
|
@@ -19404,7 +19398,6 @@ export interface operations {
|
|
|
19404
19398
|
contactId?: string | null;
|
|
19405
19399
|
party?: ("owners" | "manager") | null;
|
|
19406
19400
|
taxRateId?: string | null;
|
|
19407
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
19408
19401
|
markup?: {
|
|
19409
19402
|
amount?: number | null;
|
|
19410
19403
|
taxRateId?: string | null;
|
|
@@ -19460,7 +19453,6 @@ export interface operations {
|
|
|
19460
19453
|
amount: number;
|
|
19461
19454
|
appliedAmount?: {
|
|
19462
19455
|
taxRateId?: string | null;
|
|
19463
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
19464
19456
|
} | null;
|
|
19465
19457
|
markup?: {
|
|
19466
19458
|
amount?: number | null;
|
|
@@ -19800,7 +19792,6 @@ export interface operations {
|
|
|
19800
19792
|
amount?: number | null;
|
|
19801
19793
|
assignment?: "deposit_merchantFee" | null;
|
|
19802
19794
|
party?: ("owners" | "manager") | null;
|
|
19803
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
19804
19795
|
descriptionOverride?: string | null;
|
|
19805
19796
|
markup?: {
|
|
19806
19797
|
amount?: number | null;
|
|
@@ -20130,7 +20121,6 @@ export interface operations {
|
|
|
20130
20121
|
contactId?: string | null;
|
|
20131
20122
|
party?: ("owners" | "manager") | null;
|
|
20132
20123
|
taxRateId?: string | null;
|
|
20133
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
20134
20124
|
markup?: {
|
|
20135
20125
|
amount?: number | null;
|
|
20136
20126
|
taxRateId?: string | null;
|
|
@@ -20205,7 +20195,6 @@ export interface operations {
|
|
|
20205
20195
|
amount?: number | null;
|
|
20206
20196
|
assignment?: "deposit_merchantFee" | null;
|
|
20207
20197
|
party?: ("owners" | "manager") | null;
|
|
20208
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
20209
20198
|
descriptionOverride?: string | null;
|
|
20210
20199
|
markup?: {
|
|
20211
20200
|
amount?: number | null;
|
|
@@ -20815,7 +20804,6 @@ export interface operations {
|
|
|
20815
20804
|
amount: number;
|
|
20816
20805
|
appliedAmount?: {
|
|
20817
20806
|
taxRateId?: string | null;
|
|
20818
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
20819
20807
|
} | null;
|
|
20820
20808
|
markup?: {
|
|
20821
20809
|
amount?: number | null;
|
|
@@ -50190,6 +50178,8 @@ export interface operations {
|
|
|
50190
50178
|
lastSeen: string | null;
|
|
50191
50179
|
createdAt: string | null;
|
|
50192
50180
|
memberships: {
|
|
50181
|
+
/** @enum {string} */
|
|
50182
|
+
accessSource?: "direct" | "partnerManaged";
|
|
50193
50183
|
/** Format: uuid */
|
|
50194
50184
|
teamId: string;
|
|
50195
50185
|
teamName: string;
|
|
@@ -67872,6 +67862,8 @@ export interface operations {
|
|
|
67872
67862
|
lastName: string | null;
|
|
67873
67863
|
lastSeen: string | null;
|
|
67874
67864
|
memberships: {
|
|
67865
|
+
/** @enum {string} */
|
|
67866
|
+
accessSource: "direct" | "partnerManaged";
|
|
67875
67867
|
tenant: {
|
|
67876
67868
|
/** Format: uuid */
|
|
67877
67869
|
id: string;
|
|
@@ -68377,18 +68369,15 @@ export interface operations {
|
|
|
68377
68369
|
requestBody?: {
|
|
68378
68370
|
content: {
|
|
68379
68371
|
"application/json": {
|
|
68380
|
-
/**
|
|
68381
|
-
* @description Partner-level child-team access mode. Omit to preserve the member's current mode.
|
|
68382
|
-
* @enum {string}
|
|
68383
|
-
*/
|
|
68372
|
+
/** @enum {string} */
|
|
68384
68373
|
managedTeamAccess?: "all" | "assigned";
|
|
68385
|
-
|
|
68386
|
-
memberships: {
|
|
68387
|
-
/** Format: uuid */
|
|
68388
|
-
teamId: string;
|
|
68374
|
+
memberships?: {
|
|
68389
68375
|
/** @enum {string} */
|
|
68390
68376
|
role: "admin" | "user";
|
|
68377
|
+
/** Format: uuid */
|
|
68378
|
+
teamId: string;
|
|
68391
68379
|
}[];
|
|
68380
|
+
teamIds?: string[];
|
|
68392
68381
|
};
|
|
68393
68382
|
};
|
|
68394
68383
|
};
|
|
@@ -68401,6 +68390,8 @@ export interface operations {
|
|
|
68401
68390
|
content: {
|
|
68402
68391
|
"application/json": {
|
|
68403
68392
|
data: {
|
|
68393
|
+
/** @enum {string} */
|
|
68394
|
+
accessSource?: "direct" | "partnerManaged";
|
|
68404
68395
|
/** Format: uuid */
|
|
68405
68396
|
teamId: string;
|
|
68406
68397
|
teamName: string;
|
|
@@ -68968,6 +68959,8 @@ export interface operations {
|
|
|
68968
68959
|
lastSeen: string | null;
|
|
68969
68960
|
createdAt: string | null;
|
|
68970
68961
|
memberships: {
|
|
68962
|
+
/** @enum {string} */
|
|
68963
|
+
accessSource?: "direct" | "partnerManaged";
|
|
68971
68964
|
/** Format: uuid */
|
|
68972
68965
|
teamId: string;
|
|
68973
68966
|
teamName: string;
|
|
@@ -69257,6 +69250,8 @@ export interface operations {
|
|
|
69257
69250
|
lastSeen: string | null;
|
|
69258
69251
|
createdAt: string | null;
|
|
69259
69252
|
memberships: {
|
|
69253
|
+
/** @enum {string} */
|
|
69254
|
+
accessSource?: "direct" | "partnerManaged";
|
|
69260
69255
|
/** Format: uuid */
|
|
69261
69256
|
teamId: string;
|
|
69262
69257
|
teamName: string;
|
|
@@ -69799,6 +69794,8 @@ export interface operations {
|
|
|
69799
69794
|
content: {
|
|
69800
69795
|
"application/json": {
|
|
69801
69796
|
data: {
|
|
69797
|
+
/** @enum {string} */
|
|
69798
|
+
accessSource?: "direct" | "partnerManaged";
|
|
69802
69799
|
/** Format: uuid */
|
|
69803
69800
|
teamId: string;
|
|
69804
69801
|
teamName: string;
|
|
@@ -106715,7 +106712,6 @@ export interface operations {
|
|
|
106715
106712
|
} | null;
|
|
106716
106713
|
matchStatus?: string | null;
|
|
106717
106714
|
appliedAmount?: {
|
|
106718
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
106719
106715
|
taxRate?: {
|
|
106720
106716
|
id: string;
|
|
106721
106717
|
name: string;
|
|
@@ -116515,6 +116511,7 @@ export interface operations {
|
|
|
116515
116511
|
statementStartAt?: string | null;
|
|
116516
116512
|
effectiveStatementStartAt?: string | null;
|
|
116517
116513
|
ownerPortalShowDraftStatements?: boolean;
|
|
116514
|
+
migratedFromTenantId?: string | null;
|
|
116518
116515
|
partnerId?: string | null;
|
|
116519
116516
|
billingPartnerId?: string | null;
|
|
116520
116517
|
/** Format: email */
|
|
@@ -116522,7 +116519,6 @@ export interface operations {
|
|
|
116522
116519
|
supportEmail?: string | null;
|
|
116523
116520
|
/** @description Primary brand color. Send null to clear it. */
|
|
116524
116521
|
colorPrimary?: string | null;
|
|
116525
|
-
migratedFromTenantId?: string | null;
|
|
116526
116522
|
settings?: {
|
|
116527
116523
|
showVRPilotGuide?: boolean;
|
|
116528
116524
|
showReservations?: boolean;
|
|
@@ -119373,10 +119369,8 @@ export interface operations {
|
|
|
119373
119369
|
content: {
|
|
119374
119370
|
"application/json": {
|
|
119375
119371
|
email: string;
|
|
119376
|
-
|
|
119377
|
-
|
|
119378
|
-
* @enum {string}
|
|
119379
|
-
*/
|
|
119372
|
+
permissionBundles?: ("ui:team-admin:v1" | "ui:partner-admin:v1" | "ui:standard-member:v1" | "ui:operations:v1" | "ui:accounting:v1" | "ui:owner-statements:v1" | "ui:reports-viewer:v1" | "ui:read-only:v1" | "ui:ach-payer:v1")[];
|
|
119373
|
+
/** @enum {string} */
|
|
119380
119374
|
role?: "admin" | "user";
|
|
119381
119375
|
/** @default true */
|
|
119382
119376
|
sendEmail?: boolean;
|
|
@@ -119391,7 +119385,14 @@ export interface operations {
|
|
|
119391
119385
|
};
|
|
119392
119386
|
content: {
|
|
119393
119387
|
"application/json": {
|
|
119388
|
+
permissionBundles: ("ui:team-admin:v1" | "ui:partner-admin:v1" | "ui:standard-member:v1" | "ui:operations:v1" | "ui:accounting:v1" | "ui:owner-statements:v1" | "ui:reports-viewer:v1" | "ui:read-only:v1" | "ui:ach-payer:v1")[];
|
|
119389
|
+
/** @enum {string} */
|
|
119390
|
+
role: "admin" | "user";
|
|
119391
|
+
/** Format: uuid */
|
|
119392
|
+
tenantUserId: string;
|
|
119394
119393
|
url: string;
|
|
119394
|
+
/** Format: uuid */
|
|
119395
|
+
userId: string;
|
|
119395
119396
|
};
|
|
119396
119397
|
};
|
|
119397
119398
|
};
|
|
@@ -122449,6 +122450,11 @@ export interface operations {
|
|
|
122449
122450
|
copyLineMappingsFromPartnerId?: string | null;
|
|
122450
122451
|
include?: ("statementLayouts" | "recurringFees" | "accounts" | "taxRates" | "lineMappings")[];
|
|
122451
122452
|
} | boolean;
|
|
122453
|
+
/**
|
|
122454
|
+
* Format: uuid
|
|
122455
|
+
* @description VRI source team replaced by this new GL team. The source must be a non-GL team managed by the same partner.
|
|
122456
|
+
*/
|
|
122457
|
+
migratedFromTenantId?: string;
|
|
122452
122458
|
partnerId?: string | null;
|
|
122453
122459
|
billingPartnerId?: string | null;
|
|
122454
122460
|
addMembers?: {
|
|
@@ -124867,7 +124873,6 @@ export interface operations {
|
|
|
124867
124873
|
} | null;
|
|
124868
124874
|
matchStatus?: string | null;
|
|
124869
124875
|
appliedAmount?: {
|
|
124870
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
124871
124876
|
taxRate?: {
|
|
124872
124877
|
id: string;
|
|
124873
124878
|
name: string;
|
|
@@ -125392,7 +125397,6 @@ export interface operations {
|
|
|
125392
125397
|
amount: number;
|
|
125393
125398
|
appliedAmount?: {
|
|
125394
125399
|
taxRateId?: string | null;
|
|
125395
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
125396
125400
|
} | null;
|
|
125397
125401
|
markup?: {
|
|
125398
125402
|
amount?: number | null;
|
|
@@ -125552,7 +125556,6 @@ export interface operations {
|
|
|
125552
125556
|
} | null;
|
|
125553
125557
|
matchStatus?: string | null;
|
|
125554
125558
|
appliedAmount?: {
|
|
125555
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
125556
125559
|
taxRate?: {
|
|
125557
125560
|
id: string;
|
|
125558
125561
|
name: string;
|
|
@@ -127328,7 +127331,6 @@ export interface operations {
|
|
|
127328
127331
|
amount: number;
|
|
127329
127332
|
appliedAmount?: {
|
|
127330
127333
|
taxRateId?: string | null;
|
|
127331
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
127332
127334
|
} | null;
|
|
127333
127335
|
markup?: {
|
|
127334
127336
|
amount?: number | null;
|
|
@@ -129118,7 +129120,6 @@ export interface operations {
|
|
|
129118
129120
|
} | null;
|
|
129119
129121
|
matchStatus?: string | null;
|
|
129120
129122
|
appliedAmount?: {
|
|
129121
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
129122
129123
|
taxRate?: {
|
|
129123
129124
|
id: string;
|
|
129124
129125
|
name: string;
|
|
@@ -129471,6 +129472,9 @@ export interface operations {
|
|
|
129471
129472
|
listingId?: string | null;
|
|
129472
129473
|
party?: ("owners" | "manager") | null;
|
|
129473
129474
|
contactId?: string | null;
|
|
129475
|
+
appliedAmount?: {
|
|
129476
|
+
taxRateId?: string | null;
|
|
129477
|
+
} | null;
|
|
129474
129478
|
markup?: {
|
|
129475
129479
|
amount?: number | null;
|
|
129476
129480
|
taxRateId?: string | null;
|
|
@@ -129600,7 +129604,6 @@ export interface operations {
|
|
|
129600
129604
|
} | null;
|
|
129601
129605
|
matchStatus?: string | null;
|
|
129602
129606
|
appliedAmount?: {
|
|
129603
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
129604
129607
|
taxRate?: {
|
|
129605
129608
|
id: string;
|
|
129606
129609
|
name: string;
|
|
@@ -130299,7 +130302,6 @@ export interface operations {
|
|
|
130299
130302
|
} | null;
|
|
130300
130303
|
matchStatus?: string | null;
|
|
130301
130304
|
appliedAmount?: {
|
|
130302
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
130303
130305
|
taxRate?: {
|
|
130304
130306
|
id: string;
|
|
130305
130307
|
name: string;
|
|
@@ -130644,6 +130646,9 @@ export interface operations {
|
|
|
130644
130646
|
listingId?: string | null;
|
|
130645
130647
|
party?: ("owners" | "manager") | null;
|
|
130646
130648
|
contactId?: string | null;
|
|
130649
|
+
appliedAmount?: {
|
|
130650
|
+
taxRateId?: string | null;
|
|
130651
|
+
} | null;
|
|
130647
130652
|
markup?: {
|
|
130648
130653
|
amount?: number | null;
|
|
130649
130654
|
taxRateId?: string | null;
|
|
@@ -130774,7 +130779,6 @@ export interface operations {
|
|
|
130774
130779
|
} | null;
|
|
130775
130780
|
matchStatus?: string | null;
|
|
130776
130781
|
appliedAmount?: {
|
|
130777
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
130778
130782
|
taxRate?: {
|
|
130779
130783
|
id: string;
|
|
130780
130784
|
name: string;
|
|
@@ -131442,7 +131446,6 @@ export interface operations {
|
|
|
131442
131446
|
} | null;
|
|
131443
131447
|
matchStatus?: string | null;
|
|
131444
131448
|
appliedAmount?: {
|
|
131445
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
131446
131449
|
taxRate?: {
|
|
131447
131450
|
id: string;
|
|
131448
131451
|
name: string;
|
|
@@ -131984,7 +131987,6 @@ export interface operations {
|
|
|
131984
131987
|
} | null;
|
|
131985
131988
|
matchStatus?: string | null;
|
|
131986
131989
|
appliedAmount?: {
|
|
131987
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
131988
131990
|
taxRate?: {
|
|
131989
131991
|
id: string;
|
|
131990
131992
|
name: string;
|
|
@@ -132552,7 +132554,6 @@ export interface operations {
|
|
|
132552
132554
|
amount?: number;
|
|
132553
132555
|
appliedAmount?: {
|
|
132554
132556
|
taxRateId?: string | null;
|
|
132555
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
132556
132557
|
} | null;
|
|
132557
132558
|
markup?: {
|
|
132558
132559
|
amount?: number | null;
|
|
@@ -132587,7 +132588,6 @@ export interface operations {
|
|
|
132587
132588
|
amount: number;
|
|
132588
132589
|
appliedAmount?: {
|
|
132589
132590
|
taxRateId?: string | null;
|
|
132590
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
132591
132591
|
} | null;
|
|
132592
132592
|
markup?: {
|
|
132593
132593
|
amount?: number | null;
|
|
@@ -132622,7 +132622,6 @@ export interface operations {
|
|
|
132622
132622
|
amount?: number;
|
|
132623
132623
|
appliedAmount?: {
|
|
132624
132624
|
taxRateId?: string | null;
|
|
132625
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
132626
132625
|
} | null;
|
|
132627
132626
|
markup?: {
|
|
132628
132627
|
amount?: number | null;
|
|
@@ -132735,7 +132734,6 @@ export interface operations {
|
|
|
132735
132734
|
} | null;
|
|
132736
132735
|
matchStatus?: string | null;
|
|
132737
132736
|
appliedAmount?: {
|
|
132738
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
132739
132737
|
taxRate?: {
|
|
132740
132738
|
id: string;
|
|
132741
132739
|
name: string;
|
|
@@ -134289,7 +134287,6 @@ export interface operations {
|
|
|
134289
134287
|
amount?: number;
|
|
134290
134288
|
appliedAmount?: {
|
|
134291
134289
|
taxRateId?: string | null;
|
|
134292
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
134293
134290
|
} | null;
|
|
134294
134291
|
markup?: {
|
|
134295
134292
|
amount?: number | null;
|
|
@@ -134397,7 +134394,6 @@ export interface operations {
|
|
|
134397
134394
|
} | null;
|
|
134398
134395
|
matchStatus?: string | null;
|
|
134399
134396
|
appliedAmount?: {
|
|
134400
|
-
taxBehavior?: ("excluded" | "included") | null;
|
|
134401
134397
|
taxRate?: {
|
|
134402
134398
|
id: string;
|
|
134403
134399
|
name: string;
|