@gizone/rrs-client 4.2.5-alpha.396 → 4.2.5-alpha.398

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.
@@ -16,5 +16,6 @@
16
16
  */
17
17
  export declare const ExplorationWorkOrderTypeEnum: {
18
18
  readonly InsuranceExploration: "INSURANCE_EXPLORATION";
19
+ readonly HeadOfficeInspection: "HEAD_OFFICE_INSPECTION";
19
20
  };
20
21
  export type ExplorationWorkOrderTypeEnum = typeof ExplorationWorkOrderTypeEnum[keyof typeof ExplorationWorkOrderTypeEnum];
@@ -17,5 +17,6 @@
17
17
  * @enum {string}
18
18
  */
19
19
  export const ExplorationWorkOrderTypeEnum = {
20
- InsuranceExploration: 'INSURANCE_EXPLORATION'
20
+ InsuranceExploration: 'INSURANCE_EXPLORATION',
21
+ HeadOfficeInspection: 'HEAD_OFFICE_INSPECTION'
21
22
  };
@@ -16,5 +16,6 @@
16
16
  */
17
17
  export declare const ExplorationWorkOrderTypeEnum: {
18
18
  readonly InsuranceExploration: "INSURANCE_EXPLORATION";
19
+ readonly HeadOfficeInspection: "HEAD_OFFICE_INSPECTION";
19
20
  };
20
21
  export type ExplorationWorkOrderTypeEnum = typeof ExplorationWorkOrderTypeEnum[keyof typeof ExplorationWorkOrderTypeEnum];
@@ -20,5 +20,6 @@ exports.ExplorationWorkOrderTypeEnum = void 0;
20
20
  * @enum {string}
21
21
  */
22
22
  exports.ExplorationWorkOrderTypeEnum = {
23
- InsuranceExploration: 'INSURANCE_EXPLORATION'
23
+ InsuranceExploration: 'INSURANCE_EXPLORATION',
24
+ HeadOfficeInspection: 'HEAD_OFFICE_INSPECTION'
24
25
  };
@@ -21,7 +21,8 @@
21
21
  */
22
22
 
23
23
  export const ExplorationWorkOrderTypeEnum = {
24
- InsuranceExploration: 'INSURANCE_EXPLORATION'
24
+ InsuranceExploration: 'INSURANCE_EXPLORATION',
25
+ HeadOfficeInspection: 'HEAD_OFFICE_INSPECTION'
25
26
  } as const;
26
27
 
27
28
  export type ExplorationWorkOrderTypeEnum = typeof ExplorationWorkOrderTypeEnum[keyof typeof ExplorationWorkOrderTypeEnum];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.5-alpha.396",
3
+ "version": "4.2.5-alpha.398",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {