@gizone/rrs-client 4.2.0-alpha.307 → 4.2.0-alpha.308

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.
@@ -40,15 +40,15 @@ export interface AccessAppointmentRecordInOtherInfoVo {
40
40
  */
41
41
  'laborContractUrl'?: Array<string>;
42
42
  /**
43
- * 特殊工种作业证
43
+ * 八步法
44
44
  * @type {Array<string>}
45
45
  * @memberof AccessAppointmentRecordInOtherInfoVo
46
46
  */
47
- 'specialWorkPermitUrl'?: Array<string>;
47
+ 'eightStepUrl'?: Array<string>;
48
48
  /**
49
- * 配货单
49
+ * 其他附件
50
50
  * @type {Array<string>}
51
51
  * @memberof AccessAppointmentRecordInOtherInfoVo
52
52
  */
53
- 'deliveryNoteUrl'?: Array<string>;
53
+ 'otherUrl'?: Array<string>;
54
54
  }
@@ -40,15 +40,15 @@ export interface AccessAppointmentRecordInOtherInfoVo {
40
40
  */
41
41
  'laborContractUrl'?: Array<string>;
42
42
  /**
43
- * 特殊工种作业证
43
+ * 八步法
44
44
  * @type {Array<string>}
45
45
  * @memberof AccessAppointmentRecordInOtherInfoVo
46
46
  */
47
- 'specialWorkPermitUrl'?: Array<string>;
47
+ 'eightStepUrl'?: Array<string>;
48
48
  /**
49
- * 配货单
49
+ * 其他附件
50
50
  * @type {Array<string>}
51
51
  * @memberof AccessAppointmentRecordInOtherInfoVo
52
52
  */
53
- 'deliveryNoteUrl'?: Array<string>;
53
+ 'otherUrl'?: Array<string>;
54
54
  }
@@ -45,16 +45,16 @@ export interface AccessAppointmentRecordInOtherInfoVo {
45
45
  */
46
46
  'laborContractUrl'?: Array<string>;
47
47
  /**
48
- * 特殊工种作业证
48
+ * 八步法
49
49
  * @type {Array<string>}
50
50
  * @memberof AccessAppointmentRecordInOtherInfoVo
51
51
  */
52
- 'specialWorkPermitUrl'?: Array<string>;
52
+ 'eightStepUrl'?: Array<string>;
53
53
  /**
54
- * 配货单
54
+ * 其他附件
55
55
  * @type {Array<string>}
56
56
  * @memberof AccessAppointmentRecordInOtherInfoVo
57
57
  */
58
- 'deliveryNoteUrl'?: Array<string>;
58
+ 'otherUrl'?: Array<string>;
59
59
  }
60
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.307",
3
+ "version": "4.2.0-alpha.308",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {