@emilgroup/numbergenerator-sdk-node 1.3.0 → 1.3.1
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.js +99 -0
- package/package.json +8 -24
- package/scripts/deploy.js +246 -0
- package/.openapi-generator/FILES +0 -24
- package/.openapi-generator/VERSION +0 -1
- package/.openapi-generator-ignore +0 -23
- package/api/default-api.ts +0 -124
- package/api/numbers-api.ts +0 -825
- package/api.ts +0 -33
- package/base.ts +0 -327
- package/common.ts +0 -199
- package/configuration.ts +0 -118
- package/dist/api/default-api.d.ts +0 -66
- package/dist/api/default-api.js +0 -200
- package/dist/api/numbers-api.d.ts +0 -457
- package/dist/api/numbers-api.js +0 -755
- package/dist/api.d.ts +0 -13
- package/dist/api.js +0 -31
- package/dist/base.d.ts +0 -88
- package/dist/base.js +0 -434
- package/dist/common.d.ts +0 -92
- package/dist/common.js +0 -277
- package/dist/configuration.d.ts +0 -96
- package/dist/configuration.js +0 -52
- package/dist/index.d.ts +0 -15
- package/dist/index.js +0 -36
- package/dist/models/create-number-response-class.d.ts +0 -25
- package/dist/models/create-number-response-class.js +0 -15
- package/dist/models/entity-number-class.d.ts +0 -66
- package/dist/models/entity-number-class.js +0 -21
- package/dist/models/get-number-response-class.d.ts +0 -25
- package/dist/models/get-number-response-class.js +0 -15
- package/dist/models/index.d.ts +0 -9
- package/dist/models/index.js +0 -25
- package/dist/models/inline-response200.d.ts +0 -54
- package/dist/models/inline-response200.js +0 -15
- package/dist/models/inline-response503.d.ts +0 -54
- package/dist/models/inline-response503.js +0 -15
- package/dist/models/list-numbers-response-class.d.ts +0 -31
- package/dist/models/list-numbers-response-class.js +0 -15
- package/dist/models/lookup-number-request-dto.d.ts +0 -24
- package/dist/models/lookup-number-request-dto.js +0 -15
- package/dist/models/reset-number-request-dto.d.ts +0 -24
- package/dist/models/reset-number-request-dto.js +0 -15
- package/dist/models/update-number-response-class.d.ts +0 -25
- package/dist/models/update-number-response-class.js +0 -15
- package/git_push.sh +0 -57
- package/index.ts +0 -19
- package/models/create-number-response-class.ts +0 -31
- package/models/entity-number-class.ts +0 -75
- package/models/get-number-response-class.ts +0 -31
- package/models/index.ts +0 -9
- package/models/inline-response200.ts +0 -48
- package/models/inline-response503.ts +0 -48
- package/models/list-numbers-response-class.ts +0 -37
- package/models/lookup-number-request-dto.ts +0 -30
- package/models/reset-number-request-dto.ts +0 -30
- package/models/update-number-response-class.ts +0 -31
- package/tsconfig.json +0 -23
package/dist/models/index.js
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./create-number-response-class"), exports);
|
|
18
|
-
__exportStar(require("./entity-number-class"), exports);
|
|
19
|
-
__exportStar(require("./get-number-response-class"), exports);
|
|
20
|
-
__exportStar(require("./inline-response200"), exports);
|
|
21
|
-
__exportStar(require("./inline-response503"), exports);
|
|
22
|
-
__exportStar(require("./list-numbers-response-class"), exports);
|
|
23
|
-
__exportStar(require("./lookup-number-request-dto"), exports);
|
|
24
|
-
__exportStar(require("./reset-number-request-dto"), exports);
|
|
25
|
-
__exportStar(require("./update-number-response-class"), exports);
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL Number Generator Service
|
|
3
|
-
* The EMIL Number Generator Service API is a robust tool designed to generate unique and structured entity numbers like policies, accounts, invoices, and other entities. This API streamlines the process of creating distinct identifiers for various business objects.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface InlineResponse200
|
|
16
|
-
*/
|
|
17
|
-
export interface InlineResponse200 {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof InlineResponse200
|
|
22
|
-
*/
|
|
23
|
-
'status'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
27
|
-
* @memberof InlineResponse200
|
|
28
|
-
*/
|
|
29
|
-
'info'?: {
|
|
30
|
-
[key: string]: {
|
|
31
|
-
[key: string]: object;
|
|
32
|
-
};
|
|
33
|
-
} | null;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
37
|
-
* @memberof InlineResponse200
|
|
38
|
-
*/
|
|
39
|
-
'error'?: {
|
|
40
|
-
[key: string]: {
|
|
41
|
-
[key: string]: object;
|
|
42
|
-
};
|
|
43
|
-
} | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
47
|
-
* @memberof InlineResponse200
|
|
48
|
-
*/
|
|
49
|
-
'details'?: {
|
|
50
|
-
[key: string]: {
|
|
51
|
-
[key: string]: object;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL Number Generator Service
|
|
6
|
-
* The EMIL Number Generator Service API is a robust tool designed to generate unique and structured entity numbers like policies, accounts, invoices, and other entities. This API streamlines the process of creating distinct identifiers for various business objects.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL Number Generator Service
|
|
3
|
-
* The EMIL Number Generator Service API is a robust tool designed to generate unique and structured entity numbers like policies, accounts, invoices, and other entities. This API streamlines the process of creating distinct identifiers for various business objects.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface InlineResponse503
|
|
16
|
-
*/
|
|
17
|
-
export interface InlineResponse503 {
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof InlineResponse503
|
|
22
|
-
*/
|
|
23
|
-
'status'?: string;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
27
|
-
* @memberof InlineResponse503
|
|
28
|
-
*/
|
|
29
|
-
'info'?: {
|
|
30
|
-
[key: string]: {
|
|
31
|
-
[key: string]: object;
|
|
32
|
-
};
|
|
33
|
-
} | null;
|
|
34
|
-
/**
|
|
35
|
-
*
|
|
36
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
37
|
-
* @memberof InlineResponse503
|
|
38
|
-
*/
|
|
39
|
-
'error'?: {
|
|
40
|
-
[key: string]: {
|
|
41
|
-
[key: string]: object;
|
|
42
|
-
};
|
|
43
|
-
} | null;
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
47
|
-
* @memberof InlineResponse503
|
|
48
|
-
*/
|
|
49
|
-
'details'?: {
|
|
50
|
-
[key: string]: {
|
|
51
|
-
[key: string]: object;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL Number Generator Service
|
|
6
|
-
* The EMIL Number Generator Service API is a robust tool designed to generate unique and structured entity numbers like policies, accounts, invoices, and other entities. This API streamlines the process of creating distinct identifiers for various business objects.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL Number Generator Service
|
|
3
|
-
* The EMIL Number Generator Service API is a robust tool designed to generate unique and structured entity numbers like policies, accounts, invoices, and other entities. This API streamlines the process of creating distinct identifiers for various business objects.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { EntityNumberClass } from './entity-number-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface ListNumbersResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface ListNumbersResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The list of numbers.
|
|
21
|
-
* @type {Array<EntityNumberClass>}
|
|
22
|
-
* @memberof ListNumbersResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'items': Array<EntityNumberClass>;
|
|
25
|
-
/**
|
|
26
|
-
* Next page token
|
|
27
|
-
* @type {string}
|
|
28
|
-
* @memberof ListNumbersResponseClass
|
|
29
|
-
*/
|
|
30
|
-
'nextPageToken': string;
|
|
31
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL Number Generator Service
|
|
6
|
-
* The EMIL Number Generator Service API is a robust tool designed to generate unique and structured entity numbers like policies, accounts, invoices, and other entities. This API streamlines the process of creating distinct identifiers for various business objects.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL Number Generator Service
|
|
3
|
-
* The EMIL Number Generator Service API is a robust tool designed to generate unique and structured entity numbers like policies, accounts, invoices, and other entities. This API streamlines the process of creating distinct identifiers for various business objects.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface LookupNumberRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface LookupNumberRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
* The slug of the number
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof LookupNumberRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'slug': string;
|
|
24
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL Number Generator Service
|
|
6
|
-
* The EMIL Number Generator Service API is a robust tool designed to generate unique and structured entity numbers like policies, accounts, invoices, and other entities. This API streamlines the process of creating distinct identifiers for various business objects.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL Number Generator Service
|
|
3
|
-
* The EMIL Number Generator Service API is a robust tool designed to generate unique and structured entity numbers like policies, accounts, invoices, and other entities. This API streamlines the process of creating distinct identifiers for various business objects.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @export
|
|
15
|
-
* @interface ResetNumberRequestDto
|
|
16
|
-
*/
|
|
17
|
-
export interface ResetNumberRequestDto {
|
|
18
|
-
/**
|
|
19
|
-
* The slug of the number
|
|
20
|
-
* @type {string}
|
|
21
|
-
* @memberof ResetNumberRequestDto
|
|
22
|
-
*/
|
|
23
|
-
'slug': string;
|
|
24
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL Number Generator Service
|
|
6
|
-
* The EMIL Number Generator Service API is a robust tool designed to generate unique and structured entity numbers like policies, accounts, invoices, and other entities. This API streamlines the process of creating distinct identifiers for various business objects.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* EMIL Number Generator Service
|
|
3
|
-
* The EMIL Number Generator Service API is a robust tool designed to generate unique and structured entity numbers like policies, accounts, invoices, and other entities. This API streamlines the process of creating distinct identifiers for various business objects.
|
|
4
|
-
*
|
|
5
|
-
* The version of the OpenAPI document: 1.0
|
|
6
|
-
* Contact: kontakt@emil.de
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
-
* https://openapi-generator.tech
|
|
10
|
-
* Do not edit the class manually.
|
|
11
|
-
*/
|
|
12
|
-
import { EntityNumberClass } from './entity-number-class';
|
|
13
|
-
/**
|
|
14
|
-
*
|
|
15
|
-
* @export
|
|
16
|
-
* @interface UpdateNumberResponseClass
|
|
17
|
-
*/
|
|
18
|
-
export interface UpdateNumberResponseClass {
|
|
19
|
-
/**
|
|
20
|
-
* The number response.
|
|
21
|
-
* @type {EntityNumberClass}
|
|
22
|
-
* @memberof UpdateNumberResponseClass
|
|
23
|
-
*/
|
|
24
|
-
'entityNumber': EntityNumberClass;
|
|
25
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
/**
|
|
5
|
-
* EMIL Number Generator Service
|
|
6
|
-
* The EMIL Number Generator Service API is a robust tool designed to generate unique and structured entity numbers like policies, accounts, invoices, and other entities. This API streamlines the process of creating distinct identifiers for various business objects.
|
|
7
|
-
*
|
|
8
|
-
* The version of the OpenAPI document: 1.0
|
|
9
|
-
* Contact: kontakt@emil.de
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
package/git_push.sh
DELETED
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
# ref: https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
|
|
3
|
-
#
|
|
4
|
-
# Usage example: /bin/sh ./git_push.sh wing328 openapi-petstore-perl "minor update" "gitlab.com"
|
|
5
|
-
|
|
6
|
-
git_user_id=$1
|
|
7
|
-
git_repo_id=$2
|
|
8
|
-
release_note=$3
|
|
9
|
-
git_host=$4
|
|
10
|
-
|
|
11
|
-
if [ "$git_host" = "" ]; then
|
|
12
|
-
git_host="github.com"
|
|
13
|
-
echo "[INFO] No command line input provided. Set \$git_host to $git_host"
|
|
14
|
-
fi
|
|
15
|
-
|
|
16
|
-
if [ "$git_user_id" = "" ]; then
|
|
17
|
-
git_user_id="Emil"
|
|
18
|
-
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
|
|
19
|
-
fi
|
|
20
|
-
|
|
21
|
-
if [ "$git_repo_id" = "" ]; then
|
|
22
|
-
git_repo_id="numbergenerator-sdk-node"
|
|
23
|
-
echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
|
|
24
|
-
fi
|
|
25
|
-
|
|
26
|
-
if [ "$release_note" = "" ]; then
|
|
27
|
-
release_note="Minor update"
|
|
28
|
-
echo "[INFO] No command line input provided. Set \$release_note to $release_note"
|
|
29
|
-
fi
|
|
30
|
-
|
|
31
|
-
# Initialize the local directory as a Git repository
|
|
32
|
-
git init
|
|
33
|
-
|
|
34
|
-
# Adds the files in the local repository and stages them for commit.
|
|
35
|
-
git add .
|
|
36
|
-
|
|
37
|
-
# Commits the tracked changes and prepares them to be pushed to a remote repository.
|
|
38
|
-
git commit -m "$release_note"
|
|
39
|
-
|
|
40
|
-
# Sets the new remote
|
|
41
|
-
git_remote=$(git remote)
|
|
42
|
-
if [ "$git_remote" = "" ]; then # git remote not defined
|
|
43
|
-
|
|
44
|
-
if [ "$GIT_TOKEN" = "" ]; then
|
|
45
|
-
echo "[INFO] \$GIT_TOKEN (environment variable) is not set. Using the git credential in your environment."
|
|
46
|
-
git remote add origin https://${git_host}/${git_user_id}/${git_repo_id}.git
|
|
47
|
-
else
|
|
48
|
-
git remote add origin https://${git_user_id}:"${GIT_TOKEN}"@${git_host}/${git_user_id}/${git_repo_id}.git
|
|
49
|
-
fi
|
|
50
|
-
|
|
51
|
-
fi
|
|
52
|
-
|
|
53
|
-
git pull origin master
|
|
54
|
-
|
|
55
|
-
# Pushes (Forces) the changes in the local repository up to the remote repository
|
|
56
|
-
echo "Git pushing to https://${git_host}/${git_user_id}/${git_repo_id}.git"
|
|
57
|
-
git push origin master 2>&1 | grep -v 'To https'
|
package/index.ts
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL Number Generator Service
|
|
5
|
-
* The EMIL Number Generator Service API is a robust tool designed to generate unique and structured entity numbers like policies, accounts, invoices, and other entities. This API streamlines the process of creating distinct identifiers for various business objects.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
export { Environment, BaseAPI } from "./base";
|
|
17
|
-
export * from "./api";
|
|
18
|
-
export * from "./configuration";
|
|
19
|
-
export * from "./models";
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL Number Generator Service
|
|
5
|
-
* The EMIL Number Generator Service API is a robust tool designed to generate unique and structured entity numbers like policies, accounts, invoices, and other entities. This API streamlines the process of creating distinct identifiers for various business objects.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import { EntityNumberClass } from './entity-number-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface CreateNumberResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface CreateNumberResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* The number response.
|
|
26
|
-
* @type {EntityNumberClass}
|
|
27
|
-
* @memberof CreateNumberResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'entityNumber': EntityNumberClass;
|
|
30
|
-
}
|
|
31
|
-
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL Number Generator Service
|
|
5
|
-
* The EMIL Number Generator Service API is a robust tool designed to generate unique and structured entity numbers like policies, accounts, invoices, and other entities. This API streamlines the process of creating distinct identifiers for various business objects.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface EntityNumberClass
|
|
21
|
-
*/
|
|
22
|
-
export interface EntityNumberClass {
|
|
23
|
-
/**
|
|
24
|
-
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
25
|
-
* @type {number}
|
|
26
|
-
* @memberof EntityNumberClass
|
|
27
|
-
*/
|
|
28
|
-
'id': number;
|
|
29
|
-
/**
|
|
30
|
-
* Unique identifier for the object.
|
|
31
|
-
* @type {string}
|
|
32
|
-
* @memberof EntityNumberClass
|
|
33
|
-
*/
|
|
34
|
-
'code': string;
|
|
35
|
-
/**
|
|
36
|
-
* The entity number\'s slug.
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof EntityNumberClass
|
|
39
|
-
*/
|
|
40
|
-
'slug': string;
|
|
41
|
-
/**
|
|
42
|
-
* The entity number\'s type.
|
|
43
|
-
* @type {string}
|
|
44
|
-
* @memberof EntityNumberClass
|
|
45
|
-
*/
|
|
46
|
-
'type': EntityNumberClassTypeEnum;
|
|
47
|
-
/**
|
|
48
|
-
* Entity number configuration.
|
|
49
|
-
* @type {object}
|
|
50
|
-
* @memberof EntityNumberClass
|
|
51
|
-
*/
|
|
52
|
-
'configuration': object;
|
|
53
|
-
/**
|
|
54
|
-
* Time at which the object was created.
|
|
55
|
-
* @type {string}
|
|
56
|
-
* @memberof EntityNumberClass
|
|
57
|
-
*/
|
|
58
|
-
'createdAt': string;
|
|
59
|
-
/**
|
|
60
|
-
* Time at which the object was updated.
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof EntityNumberClass
|
|
63
|
-
*/
|
|
64
|
-
'updatedAt': string;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
export const EntityNumberClassTypeEnum = {
|
|
68
|
-
Sequence: 'sequence',
|
|
69
|
-
List: 'list',
|
|
70
|
-
Random: 'random'
|
|
71
|
-
} as const;
|
|
72
|
-
|
|
73
|
-
export type EntityNumberClassTypeEnum = typeof EntityNumberClassTypeEnum[keyof typeof EntityNumberClassTypeEnum];
|
|
74
|
-
|
|
75
|
-
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL Number Generator Service
|
|
5
|
-
* The EMIL Number Generator Service API is a robust tool designed to generate unique and structured entity numbers like policies, accounts, invoices, and other entities. This API streamlines the process of creating distinct identifiers for various business objects.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import { EntityNumberClass } from './entity-number-class';
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface GetNumberResponseClass
|
|
22
|
-
*/
|
|
23
|
-
export interface GetNumberResponseClass {
|
|
24
|
-
/**
|
|
25
|
-
* The Number response.
|
|
26
|
-
* @type {EntityNumberClass}
|
|
27
|
-
* @memberof GetNumberResponseClass
|
|
28
|
-
*/
|
|
29
|
-
'entityNumber': EntityNumberClass;
|
|
30
|
-
}
|
|
31
|
-
|
package/models/index.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * from './create-number-response-class';
|
|
2
|
-
export * from './entity-number-class';
|
|
3
|
-
export * from './get-number-response-class';
|
|
4
|
-
export * from './inline-response200';
|
|
5
|
-
export * from './inline-response503';
|
|
6
|
-
export * from './list-numbers-response-class';
|
|
7
|
-
export * from './lookup-number-request-dto';
|
|
8
|
-
export * from './reset-number-request-dto';
|
|
9
|
-
export * from './update-number-response-class';
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL Number Generator Service
|
|
5
|
-
* The EMIL Number Generator Service API is a robust tool designed to generate unique and structured entity numbers like policies, accounts, invoices, and other entities. This API streamlines the process of creating distinct identifiers for various business objects.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface InlineResponse200
|
|
21
|
-
*/
|
|
22
|
-
export interface InlineResponse200 {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof InlineResponse200
|
|
27
|
-
*/
|
|
28
|
-
'status'?: string;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
32
|
-
* @memberof InlineResponse200
|
|
33
|
-
*/
|
|
34
|
-
'info'?: { [key: string]: { [key: string]: object; }; } | null;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
38
|
-
* @memberof InlineResponse200
|
|
39
|
-
*/
|
|
40
|
-
'error'?: { [key: string]: { [key: string]: object; }; } | null;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
44
|
-
* @memberof InlineResponse200
|
|
45
|
-
*/
|
|
46
|
-
'details'?: { [key: string]: { [key: string]: object; }; };
|
|
47
|
-
}
|
|
48
|
-
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* EMIL Number Generator Service
|
|
5
|
-
* The EMIL Number Generator Service API is a robust tool designed to generate unique and structured entity numbers like policies, accounts, invoices, and other entities. This API streamlines the process of creating distinct identifiers for various business objects.
|
|
6
|
-
*
|
|
7
|
-
* The version of the OpenAPI document: 1.0
|
|
8
|
-
* Contact: kontakt@emil.de
|
|
9
|
-
*
|
|
10
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
-
* https://openapi-generator.tech
|
|
12
|
-
* Do not edit the class manually.
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface InlineResponse503
|
|
21
|
-
*/
|
|
22
|
-
export interface InlineResponse503 {
|
|
23
|
-
/**
|
|
24
|
-
*
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof InlineResponse503
|
|
27
|
-
*/
|
|
28
|
-
'status'?: string;
|
|
29
|
-
/**
|
|
30
|
-
*
|
|
31
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
32
|
-
* @memberof InlineResponse503
|
|
33
|
-
*/
|
|
34
|
-
'info'?: { [key: string]: { [key: string]: object; }; } | null;
|
|
35
|
-
/**
|
|
36
|
-
*
|
|
37
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
38
|
-
* @memberof InlineResponse503
|
|
39
|
-
*/
|
|
40
|
-
'error'?: { [key: string]: { [key: string]: object; }; } | null;
|
|
41
|
-
/**
|
|
42
|
-
*
|
|
43
|
-
* @type {{ [key: string]: { [key: string]: object; }; }}
|
|
44
|
-
* @memberof InlineResponse503
|
|
45
|
-
*/
|
|
46
|
-
'details'?: { [key: string]: { [key: string]: object; }; };
|
|
47
|
-
}
|
|
48
|
-
|