@hectare/platform.clients.customers 1.1.73 → 1.1.74
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/index.d.ts +0 -1
- package/models/CreateOrganisationResponse.d.ts +0 -7
- package/models/OrganisationDetail.d.ts +0 -7
- package/models/OrganisationExists.d.ts +0 -7
- package/models/OrganisationSummary.d.ts +0 -7
- package/models/SearchResultsOrganisationDetailSchema.d.ts +0 -7
- package/models/UserProfile.d.ts +0 -7
- package/package.json +1 -1
- package/models/PatchOrganisationAdvancePay.d.ts +0 -6
- package/models/PatchOrganisationAdvancePay.js +0 -1
package/index.d.ts
CHANGED
|
@@ -34,7 +34,6 @@ export type { OrganisationSummary } from './models/OrganisationSummary.js';
|
|
|
34
34
|
export type { PatchBusinessCollectionAddressSchema } from './models/PatchBusinessCollectionAddressSchema.js';
|
|
35
35
|
export type { PatchBusinessUnit } from './models/PatchBusinessUnit.js';
|
|
36
36
|
export type { PatchOrganisation } from './models/PatchOrganisation.js';
|
|
37
|
-
export type { PatchOrganisationAdvancePay } from './models/PatchOrganisationAdvancePay.js';
|
|
38
37
|
export type { PatchUser } from './models/PatchUser.js';
|
|
39
38
|
export type { PriceAlertsDetailSchema } from './models/PriceAlertsDetailSchema.js';
|
|
40
39
|
export type { Role } from './models/Role.js';
|
|
@@ -76,13 +76,6 @@ export type CreateOrganisationResponse = {
|
|
|
76
76
|
rejected?: boolean;
|
|
77
77
|
isMerchant?: boolean;
|
|
78
78
|
createdAtUTC: string;
|
|
79
|
-
advancePay?: {
|
|
80
|
-
accountName: string;
|
|
81
|
-
sortCode: string;
|
|
82
|
-
accountNumber: string;
|
|
83
|
-
enabled: boolean;
|
|
84
|
-
eligible: boolean;
|
|
85
|
-
} | null;
|
|
86
79
|
salesforceId?: string;
|
|
87
80
|
};
|
|
88
81
|
user?: {
|
|
@@ -75,12 +75,5 @@ export type OrganisationDetail = {
|
|
|
75
75
|
rejected?: boolean;
|
|
76
76
|
isMerchant?: boolean;
|
|
77
77
|
createdAtUTC: string;
|
|
78
|
-
advancePay?: {
|
|
79
|
-
accountName: string;
|
|
80
|
-
sortCode: string;
|
|
81
|
-
accountNumber: string;
|
|
82
|
-
enabled: boolean;
|
|
83
|
-
eligible: boolean;
|
|
84
|
-
} | null;
|
|
85
78
|
salesforceId?: string;
|
|
86
79
|
};
|
|
@@ -78,13 +78,6 @@ export type OrganisationExists = {
|
|
|
78
78
|
rejected?: boolean;
|
|
79
79
|
isMerchant?: boolean;
|
|
80
80
|
createdAtUTC: string;
|
|
81
|
-
advancePay?: {
|
|
82
|
-
accountName: string;
|
|
83
|
-
sortCode: string;
|
|
84
|
-
accountNumber: string;
|
|
85
|
-
enabled: boolean;
|
|
86
|
-
eligible: boolean;
|
|
87
|
-
} | null;
|
|
88
81
|
salesforceId?: string;
|
|
89
82
|
}>;
|
|
90
83
|
};
|
|
@@ -71,13 +71,6 @@ export type OrganisationSummary = {
|
|
|
71
71
|
} | null;
|
|
72
72
|
assuranceId?: string;
|
|
73
73
|
assuranceScheme?: 'RT' | 'SQC';
|
|
74
|
-
advancePay?: {
|
|
75
|
-
accountName: string;
|
|
76
|
-
sortCode: string;
|
|
77
|
-
accountNumber: string;
|
|
78
|
-
enabled: boolean;
|
|
79
|
-
eligible: boolean;
|
|
80
|
-
} | null;
|
|
81
74
|
salesforceId?: string;
|
|
82
75
|
salesforceUpdates?: Array<string>;
|
|
83
76
|
};
|
|
@@ -76,13 +76,6 @@ export type SearchResultsOrganisationDetailSchema = {
|
|
|
76
76
|
rejected?: boolean;
|
|
77
77
|
isMerchant?: boolean;
|
|
78
78
|
createdAtUTC: string;
|
|
79
|
-
advancePay?: {
|
|
80
|
-
accountName: string;
|
|
81
|
-
sortCode: string;
|
|
82
|
-
accountNumber: string;
|
|
83
|
-
enabled: boolean;
|
|
84
|
-
eligible: boolean;
|
|
85
|
-
} | null;
|
|
86
79
|
salesforceId?: string;
|
|
87
80
|
}>;
|
|
88
81
|
custom?: any;
|
package/models/UserProfile.d.ts
CHANGED
|
@@ -76,13 +76,6 @@ export type UserProfile = {
|
|
|
76
76
|
rejected?: boolean;
|
|
77
77
|
isMerchant?: boolean;
|
|
78
78
|
createdAtUTC: string;
|
|
79
|
-
advancePay?: {
|
|
80
|
-
accountName: string;
|
|
81
|
-
sortCode: string;
|
|
82
|
-
accountNumber: string;
|
|
83
|
-
enabled: boolean;
|
|
84
|
-
eligible: boolean;
|
|
85
|
-
} | null;
|
|
86
79
|
salesforceId?: string;
|
|
87
80
|
} | null;
|
|
88
81
|
user: {
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|