@emilgroup/partner-sdk-node 1.12.0 → 1.13.1-beta.0
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/README.md +2 -2
- package/api/partner-invitations-api.ts +4 -4
- package/api/partner-relations-api.ts +28 -28
- package/api/partner-tags-api.ts +24 -24
- package/api/partner-types-api.ts +20 -20
- package/api/partner-versions-api.ts +8 -8
- package/api/partners-api.ts +28 -28
- package/base.ts +1 -0
- package/dist/api/partner-invitations-api.d.ts +4 -4
- package/dist/api/partner-invitations-api.js +4 -4
- package/dist/api/partner-relations-api.d.ts +28 -28
- package/dist/api/partner-relations-api.js +28 -28
- package/dist/api/partner-tags-api.d.ts +24 -24
- package/dist/api/partner-tags-api.js +23 -23
- package/dist/api/partner-types-api.d.ts +20 -20
- package/dist/api/partner-types-api.js +20 -20
- package/dist/api/partner-versions-api.d.ts +8 -8
- package/dist/api/partner-versions-api.js +8 -8
- package/dist/api/partners-api.d.ts +28 -28
- package/dist/api/partners-api.js +28 -28
- package/dist/base.d.ts +1 -0
- package/dist/base.js +1 -0
- package/package.json +1 -1
package/dist/api/partners-api.js
CHANGED
|
@@ -97,7 +97,7 @@ var PartnersApiAxiosParamCreator = function (configuration) {
|
|
|
97
97
|
var _this = this;
|
|
98
98
|
return {
|
|
99
99
|
/**
|
|
100
|
-
* This will create a partner.
|
|
100
|
+
* This will create a partner. **Required Permissions** \"partner-management.partners.create\"
|
|
101
101
|
* @summary Create the partner
|
|
102
102
|
* @param {CreatePartnerRequestDto} createPartnerRequestDto
|
|
103
103
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -146,7 +146,7 @@ var PartnersApiAxiosParamCreator = function (configuration) {
|
|
|
146
146
|
});
|
|
147
147
|
},
|
|
148
148
|
/**
|
|
149
|
-
* Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it.
|
|
149
|
+
* Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
|
|
150
150
|
* @summary Delete the partner
|
|
151
151
|
* @param {string} code
|
|
152
152
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -194,7 +194,7 @@ var PartnersApiAxiosParamCreator = function (configuration) {
|
|
|
194
194
|
});
|
|
195
195
|
},
|
|
196
196
|
/**
|
|
197
|
-
* Retrieves the details of the partner that was previously created. Supply the unique partner code that was returned when you created it and Emil Api will return the corresponding partner information.
|
|
197
|
+
* Retrieves the details of the partner that was previously created. Supply the unique partner code that was returned when you created it and Emil Api will return the corresponding partner information. **Required Permissions** \"partner-management.partners.view\"
|
|
198
198
|
* @summary Retrieve the partner
|
|
199
199
|
* @param {string} code Unique identifier for the object.
|
|
200
200
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -246,7 +246,7 @@ var PartnersApiAxiosParamCreator = function (configuration) {
|
|
|
246
246
|
});
|
|
247
247
|
},
|
|
248
248
|
/**
|
|
249
|
-
* Returns a list of partners you have previously created. The partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
249
|
+
* Returns a list of partners you have previously created. The partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
|
|
250
250
|
* @summary List partners
|
|
251
251
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
252
252
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -318,7 +318,7 @@ var PartnersApiAxiosParamCreator = function (configuration) {
|
|
|
318
318
|
});
|
|
319
319
|
},
|
|
320
320
|
/**
|
|
321
|
-
* Returns a list of grouped relations for partner you have previously created. The grouped relations for partner are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
321
|
+
* Returns a list of grouped relations for partner you have previously created. The grouped relations for partner are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
|
|
322
322
|
* @summary List grouped relations for partner
|
|
323
323
|
* @param {string} code
|
|
324
324
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -394,7 +394,7 @@ var PartnersApiAxiosParamCreator = function (configuration) {
|
|
|
394
394
|
});
|
|
395
395
|
},
|
|
396
396
|
/**
|
|
397
|
-
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
397
|
+
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
|
|
398
398
|
* @summary Update the partner
|
|
399
399
|
* @param {string} code
|
|
400
400
|
* @param {TagPartnerRequestDtoRest} tagPartnerRequestDtoRest
|
|
@@ -447,7 +447,7 @@ var PartnersApiAxiosParamCreator = function (configuration) {
|
|
|
447
447
|
});
|
|
448
448
|
},
|
|
449
449
|
/**
|
|
450
|
-
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
450
|
+
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
|
|
451
451
|
* @summary Update the partner
|
|
452
452
|
* @param {string} code Unique identifier for the object.
|
|
453
453
|
* @param {UpdatePartnerRequestDto} updatePartnerRequestDto
|
|
@@ -510,7 +510,7 @@ var PartnersApiFp = function (configuration) {
|
|
|
510
510
|
var localVarAxiosParamCreator = (0, exports.PartnersApiAxiosParamCreator)(configuration);
|
|
511
511
|
return {
|
|
512
512
|
/**
|
|
513
|
-
* This will create a partner.
|
|
513
|
+
* This will create a partner. **Required Permissions** \"partner-management.partners.create\"
|
|
514
514
|
* @summary Create the partner
|
|
515
515
|
* @param {CreatePartnerRequestDto} createPartnerRequestDto
|
|
516
516
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -531,7 +531,7 @@ var PartnersApiFp = function (configuration) {
|
|
|
531
531
|
});
|
|
532
532
|
},
|
|
533
533
|
/**
|
|
534
|
-
* Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it.
|
|
534
|
+
* Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
|
|
535
535
|
* @summary Delete the partner
|
|
536
536
|
* @param {string} code
|
|
537
537
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -552,7 +552,7 @@ var PartnersApiFp = function (configuration) {
|
|
|
552
552
|
});
|
|
553
553
|
},
|
|
554
554
|
/**
|
|
555
|
-
* Retrieves the details of the partner that was previously created. Supply the unique partner code that was returned when you created it and Emil Api will return the corresponding partner information.
|
|
555
|
+
* Retrieves the details of the partner that was previously created. Supply the unique partner code that was returned when you created it and Emil Api will return the corresponding partner information. **Required Permissions** \"partner-management.partners.view\"
|
|
556
556
|
* @summary Retrieve the partner
|
|
557
557
|
* @param {string} code Unique identifier for the object.
|
|
558
558
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -574,7 +574,7 @@ var PartnersApiFp = function (configuration) {
|
|
|
574
574
|
});
|
|
575
575
|
},
|
|
576
576
|
/**
|
|
577
|
-
* Returns a list of partners you have previously created. The partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
577
|
+
* Returns a list of partners you have previously created. The partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
|
|
578
578
|
* @summary List partners
|
|
579
579
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
580
580
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -601,7 +601,7 @@ var PartnersApiFp = function (configuration) {
|
|
|
601
601
|
});
|
|
602
602
|
},
|
|
603
603
|
/**
|
|
604
|
-
* Returns a list of grouped relations for partner you have previously created. The grouped relations for partner are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
604
|
+
* Returns a list of grouped relations for partner you have previously created. The grouped relations for partner are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
|
|
605
605
|
* @summary List grouped relations for partner
|
|
606
606
|
* @param {string} code
|
|
607
607
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -629,7 +629,7 @@ var PartnersApiFp = function (configuration) {
|
|
|
629
629
|
});
|
|
630
630
|
},
|
|
631
631
|
/**
|
|
632
|
-
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
632
|
+
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
|
|
633
633
|
* @summary Update the partner
|
|
634
634
|
* @param {string} code
|
|
635
635
|
* @param {TagPartnerRequestDtoRest} tagPartnerRequestDtoRest
|
|
@@ -651,7 +651,7 @@ var PartnersApiFp = function (configuration) {
|
|
|
651
651
|
});
|
|
652
652
|
},
|
|
653
653
|
/**
|
|
654
|
-
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
654
|
+
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
|
|
655
655
|
* @summary Update the partner
|
|
656
656
|
* @param {string} code Unique identifier for the object.
|
|
657
657
|
* @param {UpdatePartnerRequestDto} updatePartnerRequestDto
|
|
@@ -683,7 +683,7 @@ var PartnersApiFactory = function (configuration, basePath, axios) {
|
|
|
683
683
|
var localVarFp = (0, exports.PartnersApiFp)(configuration);
|
|
684
684
|
return {
|
|
685
685
|
/**
|
|
686
|
-
* This will create a partner.
|
|
686
|
+
* This will create a partner. **Required Permissions** \"partner-management.partners.create\"
|
|
687
687
|
* @summary Create the partner
|
|
688
688
|
* @param {CreatePartnerRequestDto} createPartnerRequestDto
|
|
689
689
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -694,7 +694,7 @@ var PartnersApiFactory = function (configuration, basePath, axios) {
|
|
|
694
694
|
return localVarFp.createPartner(createPartnerRequestDto, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
695
695
|
},
|
|
696
696
|
/**
|
|
697
|
-
* Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it.
|
|
697
|
+
* Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
|
|
698
698
|
* @summary Delete the partner
|
|
699
699
|
* @param {string} code
|
|
700
700
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -705,7 +705,7 @@ var PartnersApiFactory = function (configuration, basePath, axios) {
|
|
|
705
705
|
return localVarFp.deletePartner(code, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
706
706
|
},
|
|
707
707
|
/**
|
|
708
|
-
* Retrieves the details of the partner that was previously created. Supply the unique partner code that was returned when you created it and Emil Api will return the corresponding partner information.
|
|
708
|
+
* Retrieves the details of the partner that was previously created. Supply the unique partner code that was returned when you created it and Emil Api will return the corresponding partner information. **Required Permissions** \"partner-management.partners.view\"
|
|
709
709
|
* @summary Retrieve the partner
|
|
710
710
|
* @param {string} code Unique identifier for the object.
|
|
711
711
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -717,7 +717,7 @@ var PartnersApiFactory = function (configuration, basePath, axios) {
|
|
|
717
717
|
return localVarFp.getPartner(code, authorization, expand, options).then(function (request) { return request(axios, basePath); });
|
|
718
718
|
},
|
|
719
719
|
/**
|
|
720
|
-
* Returns a list of partners you have previously created. The partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
720
|
+
* Returns a list of partners you have previously created. The partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
|
|
721
721
|
* @summary List partners
|
|
722
722
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
723
723
|
* @param {any} [pageSize] A limit on the number of objects to be returned. Limit ranges between 1 and 50. Default: 10.
|
|
@@ -734,7 +734,7 @@ var PartnersApiFactory = function (configuration, basePath, axios) {
|
|
|
734
734
|
return localVarFp.listPartners(authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
|
|
735
735
|
},
|
|
736
736
|
/**
|
|
737
|
-
* Returns a list of grouped relations for partner you have previously created. The grouped relations for partner are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
737
|
+
* Returns a list of grouped relations for partner you have previously created. The grouped relations for partner are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
|
|
738
738
|
* @summary List grouped relations for partner
|
|
739
739
|
* @param {string} code
|
|
740
740
|
* @param {string} [authorization] Bearer Token: provided by the login endpoint under the name accessToken.
|
|
@@ -752,7 +752,7 @@ var PartnersApiFactory = function (configuration, basePath, axios) {
|
|
|
752
752
|
return localVarFp.listRelationsForPartner(code, authorization, pageSize, pageToken, filter, search, order, expand, filters, options).then(function (request) { return request(axios, basePath); });
|
|
753
753
|
},
|
|
754
754
|
/**
|
|
755
|
-
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
755
|
+
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
|
|
756
756
|
* @summary Update the partner
|
|
757
757
|
* @param {string} code
|
|
758
758
|
* @param {TagPartnerRequestDtoRest} tagPartnerRequestDtoRest
|
|
@@ -764,7 +764,7 @@ var PartnersApiFactory = function (configuration, basePath, axios) {
|
|
|
764
764
|
return localVarFp.tagPartner(code, tagPartnerRequestDtoRest, authorization, options).then(function (request) { return request(axios, basePath); });
|
|
765
765
|
},
|
|
766
766
|
/**
|
|
767
|
-
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
767
|
+
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
|
|
768
768
|
* @summary Update the partner
|
|
769
769
|
* @param {string} code Unique identifier for the object.
|
|
770
770
|
* @param {UpdatePartnerRequestDto} updatePartnerRequestDto
|
|
@@ -790,7 +790,7 @@ var PartnersApi = /** @class */ (function (_super) {
|
|
|
790
790
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
791
791
|
}
|
|
792
792
|
/**
|
|
793
|
-
* This will create a partner.
|
|
793
|
+
* This will create a partner. **Required Permissions** \"partner-management.partners.create\"
|
|
794
794
|
* @summary Create the partner
|
|
795
795
|
* @param {PartnersApiCreatePartnerRequest} requestParameters Request parameters.
|
|
796
796
|
* @param {*} [options] Override http request option.
|
|
@@ -802,7 +802,7 @@ var PartnersApi = /** @class */ (function (_super) {
|
|
|
802
802
|
return (0, exports.PartnersApiFp)(this.configuration).createPartner(requestParameters.createPartnerRequestDto, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
803
803
|
};
|
|
804
804
|
/**
|
|
805
|
-
* Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it.
|
|
805
|
+
* Permanently deletes the partner. Supply the unique code that was returned when you created the partner and this will delete it. **Required Permissions** \"partner-management.partners.delete\"
|
|
806
806
|
* @summary Delete the partner
|
|
807
807
|
* @param {PartnersApiDeletePartnerRequest} requestParameters Request parameters.
|
|
808
808
|
* @param {*} [options] Override http request option.
|
|
@@ -814,7 +814,7 @@ var PartnersApi = /** @class */ (function (_super) {
|
|
|
814
814
|
return (0, exports.PartnersApiFp)(this.configuration).deletePartner(requestParameters.code, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
815
815
|
};
|
|
816
816
|
/**
|
|
817
|
-
* Retrieves the details of the partner that was previously created. Supply the unique partner code that was returned when you created it and Emil Api will return the corresponding partner information.
|
|
817
|
+
* Retrieves the details of the partner that was previously created. Supply the unique partner code that was returned when you created it and Emil Api will return the corresponding partner information. **Required Permissions** \"partner-management.partners.view\"
|
|
818
818
|
* @summary Retrieve the partner
|
|
819
819
|
* @param {PartnersApiGetPartnerRequest} requestParameters Request parameters.
|
|
820
820
|
* @param {*} [options] Override http request option.
|
|
@@ -826,7 +826,7 @@ var PartnersApi = /** @class */ (function (_super) {
|
|
|
826
826
|
return (0, exports.PartnersApiFp)(this.configuration).getPartner(requestParameters.code, requestParameters.authorization, requestParameters.expand, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
827
827
|
};
|
|
828
828
|
/**
|
|
829
|
-
* Returns a list of partners you have previously created. The partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
829
|
+
* Returns a list of partners you have previously created. The partners are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
|
|
830
830
|
* @summary List partners
|
|
831
831
|
* @param {PartnersApiListPartnersRequest} requestParameters Request parameters.
|
|
832
832
|
* @param {*} [options] Override http request option.
|
|
@@ -839,7 +839,7 @@ var PartnersApi = /** @class */ (function (_super) {
|
|
|
839
839
|
return (0, exports.PartnersApiFp)(this.configuration).listPartners(requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, requestParameters.filters, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
840
840
|
};
|
|
841
841
|
/**
|
|
842
|
-
* Returns a list of grouped relations for partner you have previously created. The grouped relations for partner are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation.
|
|
842
|
+
* Returns a list of grouped relations for partner you have previously created. The grouped relations for partner are returned in sorted order, with the oldest one appearing first. For more information about pagination, read the Pagination documentation. **Required Permissions** \"partner-management.partners.view\"
|
|
843
843
|
* @summary List grouped relations for partner
|
|
844
844
|
* @param {PartnersApiListRelationsForPartnerRequest} requestParameters Request parameters.
|
|
845
845
|
* @param {*} [options] Override http request option.
|
|
@@ -851,7 +851,7 @@ var PartnersApi = /** @class */ (function (_super) {
|
|
|
851
851
|
return (0, exports.PartnersApiFp)(this.configuration).listRelationsForPartner(requestParameters.code, requestParameters.authorization, requestParameters.pageSize, requestParameters.pageToken, requestParameters.filter, requestParameters.search, requestParameters.order, requestParameters.expand, requestParameters.filters, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
852
852
|
};
|
|
853
853
|
/**
|
|
854
|
-
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
854
|
+
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
|
|
855
855
|
* @summary Update the partner
|
|
856
856
|
* @param {PartnersApiTagPartnerRequest} requestParameters Request parameters.
|
|
857
857
|
* @param {*} [options] Override http request option.
|
|
@@ -863,7 +863,7 @@ var PartnersApi = /** @class */ (function (_super) {
|
|
|
863
863
|
return (0, exports.PartnersApiFp)(this.configuration).tagPartner(requestParameters.code, requestParameters.tagPartnerRequestDtoRest, requestParameters.authorization, options).then(function (request) { return request(_this.axios, _this.basePath); });
|
|
864
864
|
};
|
|
865
865
|
/**
|
|
866
|
-
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
|
|
866
|
+
* Updates the specified partner by setting the values of the parameters passed. Any parameters not provided will be left unchanged. **Required Permissions** \"partner-management.partners.update\"
|
|
867
867
|
* @summary Update the partner
|
|
868
868
|
* @param {PartnersApiUpdatePartnerRequest} requestParameters Request parameters.
|
|
869
869
|
* @param {*} [options] Override http request option.
|
package/dist/base.d.ts
CHANGED
|
@@ -29,6 +29,7 @@ export interface LoginClass {
|
|
|
29
29
|
export declare enum Environment {
|
|
30
30
|
Production = "https://apiv2.emil.de",
|
|
31
31
|
Test = "https://apiv2-test.emil.de",
|
|
32
|
+
Staging = "https://apiv2-staging.emil.de",
|
|
32
33
|
Development = "https://apiv2-dev.emil.de",
|
|
33
34
|
ProductionZurich = "https://eu-central-2.apiv2.emil.de"
|
|
34
35
|
}
|
package/dist/base.js
CHANGED
|
@@ -129,6 +129,7 @@ var Environment;
|
|
|
129
129
|
(function (Environment) {
|
|
130
130
|
Environment["Production"] = "https://apiv2.emil.de";
|
|
131
131
|
Environment["Test"] = "https://apiv2-test.emil.de";
|
|
132
|
+
Environment["Staging"] = "https://apiv2-staging.emil.de";
|
|
132
133
|
Environment["Development"] = "https://apiv2-dev.emil.de";
|
|
133
134
|
Environment["ProductionZurich"] = "https://eu-central-2.apiv2.emil.de";
|
|
134
135
|
})(Environment = exports.Environment || (exports.Environment = {}));
|