Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Commit

Permalink
feat(v7): remove v7 support
Browse files Browse the repository at this point in the history
Signed-off-by: Cyrille Bourgois <[email protected]>

BREAKING CHANGE: remove v7 API support
  • Loading branch information
Cyrille Bourgois committed Jan 6, 2022
1 parent 73d8b7e commit 50830fe
Show file tree
Hide file tree
Showing 56 changed files with 0 additions and 346 deletions.
3 changes: 0 additions & 3 deletions src/api/domain/domain.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ angular.module('ovh-api-services').service('OvhApiDomain', ($injector) => ({
v6() {
return $injector.get('OvhApiDomainV6');
},
v7() {
return $injector.get('OvhApiDomainV7');
},
Configurations() {
return $injector.get('OvhApiDomainConfigurations');
},
Expand Down
7 changes: 0 additions & 7 deletions src/api/domain/domain.v7.service.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ angular.module('ovh-api-services').service('OvhApiEmailExchangeService', ($injec
v6() {
return $injector.get('OvhApiEmailExchangeServiceV6');
},
v7() {
return $injector.get('OvhApiEmailExchangeServiceV7');
},
server() {
return $injector.get('OvhApiEmailExchangeServiceServer');
},
Expand Down

This file was deleted.

10 changes: 0 additions & 10 deletions src/api/email/mxPlan/email-mxPlan.service.js

This file was deleted.

12 changes: 0 additions & 12 deletions src/api/email/mxPlan/email-mxPlan.v7.service.js

This file was deleted.

5 changes: 0 additions & 5 deletions src/api/email/pro/email-pro.service.js

This file was deleted.

7 changes: 0 additions & 7 deletions src/api/email/pro/email-pro.v7.service.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/api/freeFax/freeFax.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ angular.module('ovh-api-services').service('OvhApiFreeFax', ($injector, $cacheFa
Aapi() {
return $injector.get('OvhApiFreeFaxAapi');
},
v7() {
return $injector.get('OvhApiFreeFaxV7');
},
resetCache: cache.removeAll,
cache,
};
Expand Down
7 changes: 0 additions & 7 deletions src/api/freeFax/freeFax.v7.service.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/api/me/bill/me-bill.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ angular.module('ovh-api-services').service('OvhApiMeBill', ($injector) => ({
v6() {
return $injector.get('OvhApiMeBillV6');
},
v7() {
return $injector.get('OvhApiMeBillV7');
},
Details() {
return $injector.get('OvhApiMeBillDetails');
},
Expand Down
8 changes: 0 additions & 8 deletions src/api/me/bill/me-bill.v7.service.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/api/me/contact/me-contact.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ angular.module('ovh-api-services').service('OvhApiMeContact', ($injector) => ({
v6() {
return $injector.get('OvhApiMeContactV6');
},
v7() {
return $injector.get('OvhApiMeContactV7');
},
}));
31 changes: 0 additions & 31 deletions src/api/me/contact/me-contact.v7.service.js

This file was deleted.

5 changes: 0 additions & 5 deletions src/api/me/deposit/me.deposit.service.js

This file was deleted.

7 changes: 0 additions & 7 deletions src/api/me/deposit/me.deposit.v7.service.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/api/me/me.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ angular.module('ovh-api-services').service('OvhApiMe', ($injector) => ({
Notification() {
return $injector.get('OvhApiMeNotification');
},
Deposit() {
return $injector.get('OvhApiMeDeposit');
},
Payment() {
return $injector.get('OvhApiMePayment');
},
Expand Down
3 changes: 0 additions & 3 deletions src/api/me/order/me-order.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ angular.module('ovh-api-services').service('OvhApiMeOrder', ($injector) => ({
v6() {
return $injector.get('OvhApiMeOrderV6');
},
v7() {
return $injector.get('OvhApiMeOrderV7');
},
PayRegisteredPaymentMean() {
return $injector.get('OvhApiMeOrderPayRegisteredPaymentMean');
},
Expand Down
7 changes: 0 additions & 7 deletions src/api/me/order/me-order.v7.service.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/api/overTheBox/overTheBox.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ angular.module('ovh-api-services').service('OvhApiOverTheBox', ($injector, $cach
Aapi() {
return $injector.get('OvhApiOverTheBoxAapi');
},
v7() {
return $injector.get('OvhApiOverTheBoxV7');
},
Device() {
return $injector.get('OvhApiOverTheBoxDevice');
},
Expand Down
7 changes: 0 additions & 7 deletions src/api/overTheBox/overTheBox.v7.service.js

This file was deleted.

7 changes: 0 additions & 7 deletions src/api/pack/xdsl/hubic/pack-xdsl-hubic-v7.service.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/api/pack/xdsl/hubic/pack-xdsl-hubic.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ angular.module('ovh-api-services').service('OvhApiPackXdslHubic', ($injector, $c
v6() {
return $injector.get('OvhApiPackXdslHubicV6');
},
v7() {
return $injector.get('OvhApiPackXdslHubicV7');
},
resetCache: cache.removeAll,
cache,
};
Expand Down
3 changes: 0 additions & 3 deletions src/api/pack/xdsl/pack-xdsl.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ angular.module('ovh-api-services').service('OvhApiPackXdsl', ($injector, $cacheF
Aapi() {
return $injector.get('OvhApiPackXdslAapi');
},
v7() {
return $injector.get('OvhApiPackXdslV7');
},
Task() {
return $injector.get('OvhApiPackXdslTask');
},
Expand Down
13 changes: 0 additions & 13 deletions src/api/pack/xdsl/pack-xdsl.v7.service.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/api/pack/xdsl/voipLine/pack-xdsl-voipLine.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ angular.module('ovh-api-services').service('OvhApiPackXdslVoipLine', ($injector,
v6() {
return $injector.get('OvhApiPackXdslVoipLineV6');
},
v7() {
return $injector.get('OvhApiPackXdslVoipLineV7');
},
resetCache: cache.removeAll,
cache,
};
Expand Down
13 changes: 0 additions & 13 deletions src/api/pack/xdsl/voipLine/pack-xdsl-voipLine.v7.service.js

This file was deleted.

3 changes: 0 additions & 3 deletions src/api/sms/sms.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ angular.module('ovh-api-services').service('OvhApiSms', ($injector, $cacheFactor
v6() {
return $injector.get('OvhApiSmsV6');
},
v7() {
return $injector.get('OvhApiSmsV7');
},
Jobs() {
return $injector.get('OvhApiSmsJobs');
},
Expand Down
7 changes: 0 additions & 7 deletions src/api/sms/sms.v7.service.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ angular.module('ovh-api-services').service('OvhApiTelephonyEasyHuntingHuntingQue
v6() {
return $injector.get('OvhApiTelephonyEasyHuntingHuntingQueueAgentV6');
},
v7() {
return $injector.get('OvhApiTelephonyEasyHuntingHuntingQueueAgentV7');
},
}));

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ angular.module('ovh-api-services').service('OvhApiTelephonyEasyHuntingHuntingQue
v6() {
return $injector.get('OvhApiTelephonyEasyHuntingHuntingQueueLiveCallsV6');
},
v7() {
return $injector.get('OvhApiTelephonyEasyHuntingHuntingQueueLiveCallsV7');
},
}));

This file was deleted.

3 changes: 0 additions & 3 deletions src/api/telephony/fax/telephony-fax.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ angular.module('ovh-api-services').service('OvhApiTelephonyFax', ($injector) =>
Aapi() {
return $injector.get('OvhApiTelephonyFaxAapi');
},
v7() {
return $injector.get('OvhApiTelephonyFaxV7');
},
Campaigns() {
return $injector.get('OvhApiTelephonyFaxCampaigns');
},
Expand Down
8 changes: 0 additions & 8 deletions src/api/telephony/fax/telephony-fax.v7.service.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@ angular.module('ovh-api-services').service('OvhApiTelephonyLineFunctionPhone', (
v6() {
return $injector.get('OvhApiTelephonyLinePhoneFunctionV6');
},
v7() {
return $injector.get('OvhApiTelephonyLinePhoneFunctionV7');
},
Aapi: angular.noop,
}));

This file was deleted.

3 changes: 0 additions & 3 deletions src/api/telephony/line/phone/telephony-line-phone.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ angular.module('ovh-api-services').service('OvhApiTelephonyLinePhone', ($injecto
v6() {
return $injector.get('OvhApiTelephonyLinePhoneV6');
},
v7() {
return $injector.get('OvhApiTelephonyLinePhoneV7');
},
Aapi: angular.noop,
FunctionKey() {
return $injector.get('OvhApiTelephonyLineFunctionPhone');
Expand Down

This file was deleted.

Loading

0 comments on commit 50830fe

Please sign in to comment.