repzo 1.0.98 → 1.0.99

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/lib/index.d.ts CHANGED
@@ -1112,7 +1112,8 @@ export default class Repzo {
1112
1112
  params?: Service.AssetPart.Find.Params | undefined
1113
1113
  ) => Promise<Service.AssetPart.Find.Result>;
1114
1114
  get: (
1115
- id: Service.AssetPart.Get.ID
1115
+ id: Service.AssetPart.Get.ID,
1116
+ params?: Service.AssetPart.Get.Params | undefined
1116
1117
  ) => Promise<Service.AssetPart.Get.Result>;
1117
1118
  create: (
1118
1119
  body: Service.AssetPart.Create.Body
@@ -1131,7 +1132,8 @@ export default class Repzo {
1131
1132
  params?: Service.AssetPartUnit.Find.Params | undefined
1132
1133
  ) => Promise<Service.AssetPartUnit.Find.Result>;
1133
1134
  get: (
1134
- id: Service.AssetPartUnit.Get.ID
1135
+ id: Service.AssetPartUnit.Get.ID,
1136
+ params?: Service.AssetPartUnit.Get.Params | undefined
1135
1137
  ) => Promise<Service.AssetPartUnit.Get.Result>;
1136
1138
  update: (
1137
1139
  id: Service.AssetPartUnit.Update.ID,
@@ -1144,7 +1146,8 @@ export default class Repzo {
1144
1146
  params?: Service.AssetPartReceival.Find.Params | undefined
1145
1147
  ) => Promise<Service.AssetPartReceival.Find.Result>;
1146
1148
  get: (
1147
- id: Service.AssetPartReceival.Get.ID
1149
+ id: Service.AssetPartReceival.Get.ID,
1150
+ params?: Service.AssetPartReceival.Get.Params | undefined
1148
1151
  ) => Promise<Service.AssetPartReceival.Get.Result>;
1149
1152
  create: (
1150
1153
  body: Service.AssetPartReceival.Create.Body
@@ -1164,7 +1167,8 @@ export default class Repzo {
1164
1167
  params?: Service.AssetPartTransfer.Find.Params | undefined
1165
1168
  ) => Promise<Service.AssetPartTransfer.Find.Result>;
1166
1169
  get: (
1167
- id: Service.AssetPartTransfer.Get.ID
1170
+ id: Service.AssetPartTransfer.Get.ID,
1171
+ params?: Service.AssetPartTransfer.Get.Params | undefined
1168
1172
  ) => Promise<Service.AssetPartTransfer.Get.Result>;
1169
1173
  create: (
1170
1174
  body: Service.AssetPartTransfer.Create.Body
@@ -1184,7 +1188,8 @@ export default class Repzo {
1184
1188
  params?: Service.ReturnAssetPartUnit.Find.Params | undefined
1185
1189
  ) => Promise<Service.ReturnAssetPartUnit.Find.Result>;
1186
1190
  get: (
1187
- id: Service.ReturnAssetPartUnit.Get.ID
1191
+ id: Service.ReturnAssetPartUnit.Get.ID,
1192
+ params?: Service.ReturnAssetPartUnit.Get.Params | undefined
1188
1193
  ) => Promise<Service.ReturnAssetPartUnit.Get.Result>;
1189
1194
  create: (
1190
1195
  body: Service.ReturnAssetPartUnit.Create.Body
@@ -1204,7 +1209,8 @@ export default class Repzo {
1204
1209
  params?: Service.StoreAssetPartUnit.Find.Params | undefined
1205
1210
  ) => Promise<Service.StoreAssetPartUnit.Find.Result>;
1206
1211
  get: (
1207
- id: Service.StoreAssetPartUnit.Get.ID
1212
+ id: Service.StoreAssetPartUnit.Get.ID,
1213
+ params?: Service.StoreAssetPartUnit.Get.Params | undefined
1208
1214
  ) => Promise<Service.StoreAssetPartUnit.Get.Result>;
1209
1215
  create: (
1210
1216
  body: Service.StoreAssetPartUnit.Create.Body