Skip to content

Commit dd380c6

Browse files
committed
DEV-10537
Signed-off-by: Christian Pleintinger <christian.pleintinger@internetx.com>
1 parent 4e376a2 commit dd380c6

File tree

186 files changed

+8347
-1688
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+8347
-1688
lines changed

src/Model/AccountManager.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ class AccountManager implements ModelInterface, ArrayAccess
5959
protected static $swaggerTypes = [
6060
'created' => '\DateTime',
6161
'updated' => '\DateTime',
62-
'owner' => '\Domainrobot\Model\BasicUser',
63-
'updater' => '\Domainrobot\Model\BasicUser',
62+
'owner' => '\Domainrobot\Model\User',
63+
'updater' => '\Domainrobot\Model\User',
6464
'id' => 'int',
6565
'name' => 'string',
6666
'phone' => '\Domainrobot\Model\Phone',
@@ -352,7 +352,7 @@ public function setUpdated($updated)
352352
/**
353353
* Gets owner
354354
*
355-
* @return \Domainrobot\Model\BasicUser
355+
* @return \Domainrobot\Model\User
356356
*/
357357
public function getOwner()
358358
{
@@ -362,7 +362,7 @@ public function getOwner()
362362
/**
363363
* Sets owner
364364
*
365-
* @param \Domainrobot\Model\BasicUser $owner The object owner.
365+
* @param \Domainrobot\Model\User $owner The object owner.
366366
*
367367
* @return $this
368368
*/
@@ -376,7 +376,7 @@ public function setOwner($owner)
376376
/**
377377
* Gets updater
378378
*
379-
* @return \Domainrobot\Model\BasicUser
379+
* @return \Domainrobot\Model\User
380380
*/
381381
public function getUpdater()
382382
{
@@ -386,7 +386,7 @@ public function getUpdater()
386386
/**
387387
* Sets updater
388388
*
389-
* @param \Domainrobot\Model\BasicUser $updater User who performed the last update.
389+
* @param \Domainrobot\Model\User $updater User who performed the last update.
390390
*
391391
* @return $this
392392
*/

src/Model/Article.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ class Article implements ModelInterface, ArrayAccess
5959
protected static $swaggerTypes = [
6060
'created' => '\DateTime',
6161
'updated' => '\DateTime',
62-
'owner' => '\Domainrobot\Model\BasicUser',
63-
'updater' => '\Domainrobot\Model\BasicUser',
62+
'owner' => '\Domainrobot\Model\User',
63+
'updater' => '\Domainrobot\Model\User',
6464
'type' => 'string',
6565
'category' => 'string',
6666
'label' => 'string'
@@ -352,7 +352,7 @@ public function setUpdated($updated)
352352
/**
353353
* Gets owner
354354
*
355-
* @return \Domainrobot\Model\BasicUser
355+
* @return \Domainrobot\Model\User
356356
*/
357357
public function getOwner()
358358
{
@@ -362,7 +362,7 @@ public function getOwner()
362362
/**
363363
* Sets owner
364364
*
365-
* @param \Domainrobot\Model\BasicUser $owner The object owner.
365+
* @param \Domainrobot\Model\User $owner The object owner.
366366
*
367367
* @return $this
368368
*/
@@ -376,7 +376,7 @@ public function setOwner($owner)
376376
/**
377377
* Gets updater
378378
*
379-
* @return \Domainrobot\Model\BasicUser
379+
* @return \Domainrobot\Model\User
380380
*/
381381
public function getUpdater()
382382
{
@@ -386,7 +386,7 @@ public function getUpdater()
386386
/**
387387
* Sets updater
388388
*
389-
* @param \Domainrobot\Model\BasicUser $updater User who performed the last update.
389+
* @param \Domainrobot\Model\User $updater User who performed the last update.
390390
*
391391
* @return $this
392392
*/

src/Model/AuEligibilityIdTypeConstants.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ class AuEligibilityIdTypeConstants
5555
const QLD = 'QLD';
5656
const TM = 'TM';
5757
const OTHER = 'OTHER';
58+
const ASL = 'ASL';
59+
const ACECQA = 'ACECQA';
60+
const CRICOS = 'CRICOS';
61+
const RTO = 'RTO';
62+
const TEQSA = 'TEQSA';
5863

5964
/**
6065
* Gets allowable values of the enum
@@ -75,6 +80,11 @@ public static function getAllowableEnumValues()
7580
self::QLD,
7681
self::TM,
7782
self::OTHER,
83+
self::ASL,
84+
self::ACECQA,
85+
self::CRICOS,
86+
self::RTO,
87+
self::TEQSA,
7888
];
7989
}
8090
}

src/Model/AuEligibilityTypeConstants.php

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,23 @@ class AuEligibilityTypeConstants
7878
const PEAK_STATE_TERRITORY_BODY = 'PEAK_STATE_TERRITORY_BODY';
7979
const NOT_FOR_PROFIT_COMMUNITY_GROUP = 'NOT_FOR_PROFIT_COMMUNITY_GROUP';
8080
const FOREIGN_EMBASSY_OR_CONSULATE = 'FOREIGN_EMBASSY_OR_CONSULATE';
81+
const UNION = 'UNION';
82+
const BODY_SERVING_OVERSEAS_STUDENTS = 'BODY_SERVING_OVERSEAS_STUDENTS';
83+
const CHILD_CARE_CENTER = 'CHILD_CARE_CENTER';
84+
const EDUCATION_AND_CARE_SERVICES_CHILD_CARE = 'EDUCATION_AND_CARE_SERVICES_CHILD_CARE';
85+
const GOVERNMENT_BODY = 'GOVERNMENT_BODY';
86+
const GOVERNMENT_SCHOOL = 'GOVERNMENT_SCHOOL';
87+
const HIGHER_EDUCATION_INSTITUTION = 'HIGHER_EDUCATION_INSTITUTION';
88+
const NATIONAL_BODY = 'NATIONAL_BODY';
89+
const NON_GOVERNMENT_SCHOOL = 'NON_GOVERNMENT_SCHOOL';
90+
const PARENT_AND_PROFESSIONAL_ASSOCIATION_ORGANISATION = 'PARENT_AND_PROFESSIONAL_ASSOCIATION_ORGANISATION';
91+
const PRE_SCHOOL = 'PRE_SCHOOL';
92+
const PROVIDER_OF_NON_ACCREDITED_TRAINING = 'PROVIDER_OF_NON_ACCREDITED_TRAINING';
93+
const RESEARCH_ORGANISATION = 'RESEARCH_ORGANISATION';
94+
const TRAINING_ORGANISATION = 'TRAINING_ORGANISATION';
95+
const INDUSTRY_ORGANISATION = 'INDUSTRY_ORGANISATION';
96+
const CHARITY_TRADE = 'CHARITY_TRADE';
97+
const STATUTORY_BODY_TRADING_COOPERATIVE = 'STATUTORY_BODY_TRADING_COOPERATIVE';
8198

8299
/**
83100
* Gets allowable values of the enum
@@ -121,6 +138,23 @@ public static function getAllowableEnumValues()
121138
self::PEAK_STATE_TERRITORY_BODY,
122139
self::NOT_FOR_PROFIT_COMMUNITY_GROUP,
123140
self::FOREIGN_EMBASSY_OR_CONSULATE,
141+
self::UNION,
142+
self::BODY_SERVING_OVERSEAS_STUDENTS,
143+
self::CHILD_CARE_CENTER,
144+
self::EDUCATION_AND_CARE_SERVICES_CHILD_CARE,
145+
self::GOVERNMENT_BODY,
146+
self::GOVERNMENT_SCHOOL,
147+
self::HIGHER_EDUCATION_INSTITUTION,
148+
self::NATIONAL_BODY,
149+
self::NON_GOVERNMENT_SCHOOL,
150+
self::PARENT_AND_PROFESSIONAL_ASSOCIATION_ORGANISATION,
151+
self::PRE_SCHOOL,
152+
self::PROVIDER_OF_NON_ACCREDITED_TRAINING,
153+
self::RESEARCH_ORGANISATION,
154+
self::TRAINING_ORGANISATION,
155+
self::INDUSTRY_ORGANISATION,
156+
self::CHARITY_TRADE,
157+
self::STATUTORY_BODY_TRADING_COOPERATIVE,
124158
];
125159
}
126160
}

src/Model/AuRegistrantIdTypeConstants.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ class AuRegistrantIdTypeConstants
5454
const NT = 'NT';
5555
const WA = 'WA';
5656
const SA = 'SA';
57+
const TM = 'TM';
58+
const ARBN = 'ARBN';
59+
const ICN = 'ICN';
5760

5861
/**
5962
* Gets allowable values of the enum
@@ -73,6 +76,9 @@ public static function getAllowableEnumValues()
7376
self::NT,
7477
self::WA,
7578
self::SA,
79+
self::TM,
80+
self::ARBN,
81+
self::ICN,
7682
];
7783
}
7884
}

src/Model/AuthSession.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ class AuthSession implements ModelInterface, ArrayAccess
5959
protected static $swaggerTypes = [
6060
'created' => '\DateTime',
6161
'updated' => '\DateTime',
62-
'owner' => '\Domainrobot\Model\BasicUser',
63-
'updater' => '\Domainrobot\Model\BasicUser',
62+
'owner' => '\Domainrobot\Model\User',
63+
'updater' => '\Domainrobot\Model\User',
6464
'language' => 'string',
6565
'configuration' => '\Domainrobot\Model\Configuration'
6666
];
@@ -340,7 +340,7 @@ public function setUpdated($updated)
340340
/**
341341
* Gets owner
342342
*
343-
* @return \Domainrobot\Model\BasicUser
343+
* @return \Domainrobot\Model\User
344344
*/
345345
public function getOwner()
346346
{
@@ -350,7 +350,7 @@ public function getOwner()
350350
/**
351351
* Sets owner
352352
*
353-
* @param \Domainrobot\Model\BasicUser $owner The object owner.
353+
* @param \Domainrobot\Model\User $owner The object owner.
354354
*
355355
* @return $this
356356
*/
@@ -364,7 +364,7 @@ public function setOwner($owner)
364364
/**
365365
* Gets updater
366366
*
367-
* @return \Domainrobot\Model\BasicUser
367+
* @return \Domainrobot\Model\User
368368
*/
369369
public function getUpdater()
370370
{
@@ -374,7 +374,7 @@ public function getUpdater()
374374
/**
375375
* Sets updater
376376
*
377-
* @param \Domainrobot\Model\BasicUser $updater User who performed the last update.
377+
* @param \Domainrobot\Model\User $updater User who performed the last update.
378378
*
379379
* @return $this
380380
*/

src/Model/AutoDeleteDomain.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ class AutoDeleteDomain implements ModelInterface, ArrayAccess
5959
protected static $swaggerTypes = [
6060
'created' => '\DateTime',
6161
'updated' => '\DateTime',
62-
'owner' => '\Domainrobot\Model\BasicUser',
63-
'updater' => '\Domainrobot\Model\BasicUser',
62+
'owner' => '\Domainrobot\Model\User',
63+
'updater' => '\Domainrobot\Model\User',
6464
'domain' => '\Domainrobot\Model\Domain',
6565
'changed' => '\DateTime',
6666
'nicMemberLabel' => 'string',
@@ -364,7 +364,7 @@ public function setUpdated($updated)
364364
/**
365365
* Gets owner
366366
*
367-
* @return \Domainrobot\Model\BasicUser
367+
* @return \Domainrobot\Model\User
368368
*/
369369
public function getOwner()
370370
{
@@ -374,7 +374,7 @@ public function getOwner()
374374
/**
375375
* Sets owner
376376
*
377-
* @param \Domainrobot\Model\BasicUser $owner The object owner.
377+
* @param \Domainrobot\Model\User $owner The object owner.
378378
*
379379
* @return $this
380380
*/
@@ -388,7 +388,7 @@ public function setOwner($owner)
388388
/**
389389
* Gets updater
390390
*
391-
* @return \Domainrobot\Model\BasicUser
391+
* @return \Domainrobot\Model\User
392392
*/
393393
public function getUpdater()
394394
{
@@ -398,7 +398,7 @@ public function getUpdater()
398398
/**
399399
* Sets updater
400400
*
401-
* @param \Domainrobot\Model\BasicUser $updater User who performed the last update.
401+
* @param \Domainrobot\Model\User $updater User who performed the last update.
402402
*
403403
* @return $this
404404
*/

src/Model/BackupMx.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ class BackupMx implements ModelInterface, ArrayAccess
6161
'idn' => 'string',
6262
'created' => '\DateTime',
6363
'updated' => '\DateTime',
64-
'owner' => '\Domainrobot\Model\BasicUser',
65-
'updater' => '\Domainrobot\Model\BasicUser'
64+
'owner' => '\Domainrobot\Model\User',
65+
'updater' => '\Domainrobot\Model\User'
6666
];
6767

6868
/**
@@ -391,7 +391,7 @@ public function setUpdated($updated)
391391
/**
392392
* Gets owner
393393
*
394-
* @return \Domainrobot\Model\BasicUser
394+
* @return \Domainrobot\Model\User
395395
*/
396396
public function getOwner()
397397
{
@@ -401,7 +401,7 @@ public function getOwner()
401401
/**
402402
* Sets owner
403403
*
404-
* @param \Domainrobot\Model\BasicUser $owner The object owner.
404+
* @param \Domainrobot\Model\User $owner The object owner.
405405
*
406406
* @return $this
407407
*/
@@ -415,7 +415,7 @@ public function setOwner($owner)
415415
/**
416416
* Gets updater
417417
*
418-
* @return \Domainrobot\Model\BasicUser
418+
* @return \Domainrobot\Model\User
419419
*/
420420
public function getUpdater()
421421
{
@@ -425,7 +425,7 @@ public function getUpdater()
425425
/**
426426
* Sets updater
427427
*
428-
* @param \Domainrobot\Model\BasicUser $updater User who performed the last update.
428+
* @param \Domainrobot\Model\User $updater User who performed the last update.
429429
*
430430
* @return $this
431431
*/

src/Model/BasicCustomer.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class BasicCustomer implements ModelInterface, ArrayAccess
8787
'taxable' => 'bool',
8888
'card' => '\Domainrobot\Model\Card',
8989
'contracts' => '\Domainrobot\Model\CustomerContract[]',
90-
'billingUsers' => '\Domainrobot\Model\BasicUser[]',
90+
'billingUsers' => '\Domainrobot\Model\User[]',
9191
'comments' => '\Domainrobot\Model\Comment[]',
9292
'contacts' => '\Domainrobot\Model\BasicCustomerContact[]',
9393
'account' => '\Domainrobot\Model\Account',
@@ -629,7 +629,7 @@ public function getNumber()
629629
/**
630630
* Sets number
631631
*
632-
* @param int $number number
632+
* @param int $number Customer number
633633
*
634634
* @return $this
635635
*/
@@ -653,7 +653,7 @@ public function getClient()
653653
/**
654654
* Sets client
655655
*
656-
* @param string $client client
656+
* @param string $client Account Label.
657657
*
658658
* @return $this
659659
*/
@@ -684,7 +684,7 @@ public function getGroup()
684684
/**
685685
* Sets group
686686
*
687-
* @param int $group group
687+
* @param int $group Customer group, first 5 numbers of the account number. e.g.
688688
*
689689
* @return $this
690690
*/
@@ -1367,7 +1367,7 @@ public function setContracts($contracts)
13671367
/**
13681368
* Gets billingUsers
13691369
*
1370-
* @return \Domainrobot\Model\BasicUser[]
1370+
* @return \Domainrobot\Model\User[]
13711371
*/
13721372
public function getBillingUsers()
13731373
{
@@ -1377,7 +1377,7 @@ public function getBillingUsers()
13771377
/**
13781378
* Sets billingUsers
13791379
*
1380-
* @param \Domainrobot\Model\BasicUser[] $billingUsers The billing users.
1380+
* @param \Domainrobot\Model\User[] $billingUsers The billing users.
13811381
*
13821382
* @return $this
13831383
*/

0 commit comments

Comments
 (0)