yellowgrid-api-ts 3.2.145 → 3.2.146
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/api.ts +0 -8
- package/dist/api.d.ts +0 -8
- package/docs/CreditAccountEntity.md +0 -2
- package/docs/PortalAccountModel.md +0 -2
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -1438,10 +1438,6 @@ export interface CreateCrmNoteBody {
|
|
|
1438
1438
|
* Credit Account
|
|
1439
1439
|
*/
|
|
1440
1440
|
export interface CreditAccountEntity {
|
|
1441
|
-
/**
|
|
1442
|
-
* Contact Email Domains
|
|
1443
|
-
*/
|
|
1444
|
-
'domains'?: Array<string>;
|
|
1445
1441
|
/**
|
|
1446
1442
|
* ID
|
|
1447
1443
|
*/
|
|
@@ -4382,10 +4378,6 @@ export interface PatchUpdateTcxPartnerIdRequest {
|
|
|
4382
4378
|
* Customer Account
|
|
4383
4379
|
*/
|
|
4384
4380
|
export interface PortalAccountModel {
|
|
4385
|
-
/**
|
|
4386
|
-
* Contact Email Domains
|
|
4387
|
-
*/
|
|
4388
|
-
'domains'?: Array<string>;
|
|
4389
4381
|
/**
|
|
4390
4382
|
* ID
|
|
4391
4383
|
*/
|
package/dist/api.d.ts
CHANGED
|
@@ -1415,10 +1415,6 @@ export interface CreateCrmNoteBody {
|
|
|
1415
1415
|
* Credit Account
|
|
1416
1416
|
*/
|
|
1417
1417
|
export interface CreditAccountEntity {
|
|
1418
|
-
/**
|
|
1419
|
-
* Contact Email Domains
|
|
1420
|
-
*/
|
|
1421
|
-
'domains'?: Array<string>;
|
|
1422
1418
|
/**
|
|
1423
1419
|
* ID
|
|
1424
1420
|
*/
|
|
@@ -4328,10 +4324,6 @@ export interface PatchUpdateTcxPartnerIdRequest {
|
|
|
4328
4324
|
* Customer Account
|
|
4329
4325
|
*/
|
|
4330
4326
|
export interface PortalAccountModel {
|
|
4331
|
-
/**
|
|
4332
|
-
* Contact Email Domains
|
|
4333
|
-
*/
|
|
4334
|
-
'domains'?: Array<string>;
|
|
4335
4327
|
/**
|
|
4336
4328
|
* ID
|
|
4337
4329
|
*/
|
|
@@ -6,7 +6,6 @@ Credit Account
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**domains** | **Array<string>** | Contact Email Domains | [optional] [default to undefined]
|
|
10
9
|
**id** | **number** | ID | [optional] [default to undefined]
|
|
11
10
|
**name** | **string** | Contact Name | [optional] [default to undefined]
|
|
12
11
|
**email** | **string** | Email | [optional] [default to undefined]
|
|
@@ -37,7 +36,6 @@ Name | Type | Description | Notes
|
|
|
37
36
|
import { CreditAccountEntity } from 'yellowgrid-api-ts';
|
|
38
37
|
|
|
39
38
|
const instance: CreditAccountEntity = {
|
|
40
|
-
domains,
|
|
41
39
|
id,
|
|
42
40
|
name,
|
|
43
41
|
email,
|
|
@@ -6,7 +6,6 @@ Customer Account
|
|
|
6
6
|
|
|
7
7
|
Name | Type | Description | Notes
|
|
8
8
|
------------ | ------------- | ------------- | -------------
|
|
9
|
-
**domains** | **Array<string>** | Contact Email Domains | [optional] [default to undefined]
|
|
10
9
|
**id** | **number** | ID | [optional] [default to undefined]
|
|
11
10
|
**name** | **string** | Contact Name | [optional] [default to undefined]
|
|
12
11
|
**email** | **string** | Email | [optional] [default to undefined]
|
|
@@ -39,7 +38,6 @@ Name | Type | Description | Notes
|
|
|
39
38
|
import { PortalAccountModel } from 'yellowgrid-api-ts';
|
|
40
39
|
|
|
41
40
|
const instance: PortalAccountModel = {
|
|
42
|
-
domains,
|
|
43
41
|
id,
|
|
44
42
|
name,
|
|
45
43
|
email,
|