@spytecgps/nova-orm 1.0.65 → 1.0.67

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.
Files changed (257) hide show
  1. package/dist/entities/airflow/acumaticaExportImeiIccidData copy.d.ts +28 -0
  2. package/dist/entities/airflow/acumaticaExportImeiIccidData copy.js +147 -0
  3. package/dist/entities/airflow/acumaticaExportImeiIccidData copy.js.map +1 -0
  4. package/dist/entities/airflow/acumaticaExportImeiIccidData.d.ts +15 -0
  5. package/dist/entities/airflow/acumaticaExportImeiIccidData.js +82 -0
  6. package/dist/entities/airflow/acumaticaExportImeiIccidData.js.map +1 -0
  7. package/dist/index.js +1 -1
  8. package/dist/novaDataSource.d.ts +2 -2
  9. package/dist/novaDataSource.js +1 -1
  10. package/dist/novaDataSource.js.map +1 -1
  11. package/dist/repositories/acumatica/getAcumaticaImeiIccidData.js +7 -2
  12. package/dist/repositories/acumatica/getAcumaticaImeiIccidData.js.map +1 -1
  13. package/dist/repositories/acumatica/getAcumaticaShipmentDetails.js +8 -3
  14. package/dist/repositories/acumatica/getAcumaticaShipmentDetails.js.map +1 -1
  15. package/dist/repositories/acumatica/getLastAcumaticaShipmentDetails.js +7 -2
  16. package/dist/repositories/acumatica/getLastAcumaticaShipmentDetails.js.map +1 -1
  17. package/dist/repositories/aempToken/getAempTokens.js +10 -3
  18. package/dist/repositories/aempToken/getAempTokens.js.map +1 -1
  19. package/dist/repositories/alertTypes/getAlertTypes.js +7 -2
  20. package/dist/repositories/alertTypes/getAlertTypes.js.map +1 -1
  21. package/dist/repositories/alerts/getAlertsReportByClient.js +4 -0
  22. package/dist/repositories/alerts/getAlertsReportByClient.js.map +1 -1
  23. package/dist/repositories/alerts/getAlertsReportByUser.js +4 -0
  24. package/dist/repositories/alerts/getAlertsReportByUser.js.map +1 -1
  25. package/dist/repositories/appFeatures/getClientAppFeatures.js +7 -2
  26. package/dist/repositories/appFeatures/getClientAppFeatures.js.map +1 -1
  27. package/dist/repositories/assetCategories/getAssetCategories.d.ts +1 -1
  28. package/dist/repositories/assetCategories/getAssetCategories.js +14 -4
  29. package/dist/repositories/assetCategories/getAssetCategories.js.map +1 -1
  30. package/dist/repositories/assetCategories/index.d.ts +1 -1
  31. package/dist/repositories/assetCategories/index.js +2 -2
  32. package/dist/repositories/assetCategories/index.js.map +1 -1
  33. package/dist/repositories/billing/getBillingCustomerBraintreeById.js +7 -2
  34. package/dist/repositories/billing/getBillingCustomerBraintreeById.js.map +1 -1
  35. package/dist/repositories/billing/getBillingDeviceTypePlans.js +9 -4
  36. package/dist/repositories/billing/getBillingDeviceTypePlans.js.map +1 -1
  37. package/dist/repositories/billing/getBillingKlarnaOrderByImei.js +7 -2
  38. package/dist/repositories/billing/getBillingKlarnaOrderByImei.js.map +1 -1
  39. package/dist/repositories/billing/getBillingPlans.js +7 -2
  40. package/dist/repositories/billing/getBillingPlans.js.map +1 -1
  41. package/dist/repositories/billing/getBillingSubscriptionBraintreeByImei.js +7 -2
  42. package/dist/repositories/billing/getBillingSubscriptionBraintreeByImei.js.map +1 -1
  43. package/dist/repositories/billing/getBillingSubscriptionsBraintree.js +7 -2
  44. package/dist/repositories/billing/getBillingSubscriptionsBraintree.js.map +1 -1
  45. package/dist/repositories/billing/getBillings.js +7 -2
  46. package/dist/repositories/billing/getBillings.js.map +1 -1
  47. package/dist/repositories/billing/getCanceledImeis.js +7 -2
  48. package/dist/repositories/billing/getCanceledImeis.js.map +1 -1
  49. package/dist/repositories/billing/getCanceledImeisMatchingMagentoData.js +17 -8
  50. package/dist/repositories/billing/getCanceledImeisMatchingMagentoData.js.map +1 -1
  51. package/dist/repositories/billing/getChurnStatusByClientId.js +7 -2
  52. package/dist/repositories/billing/getChurnStatusByClientId.js.map +1 -1
  53. package/dist/repositories/billing/getClientIdFromBraintreeCustomer.js +7 -2
  54. package/dist/repositories/billing/getClientIdFromBraintreeCustomer.js.map +1 -1
  55. package/dist/repositories/billing/getMagentoPlan.js +7 -2
  56. package/dist/repositories/billing/getMagentoPlan.js.map +1 -1
  57. package/dist/repositories/billing/getUserByBraintreeCustomerId.js +7 -2
  58. package/dist/repositories/billing/getUserByBraintreeCustomerId.js.map +1 -1
  59. package/dist/repositories/blacklist/getBlacklists.js +7 -2
  60. package/dist/repositories/blacklist/getBlacklists.js.map +1 -1
  61. package/dist/repositories/bleMeshConfiguration/getBLEMeshConfiguration.js +7 -2
  62. package/dist/repositories/bleMeshConfiguration/getBLEMeshConfiguration.js.map +1 -1
  63. package/dist/repositories/boundaries/getBoundariesByClientId.js +13 -7
  64. package/dist/repositories/boundaries/getBoundariesByClientId.js.map +1 -1
  65. package/dist/repositories/boundaries/getBoundariesIdsByClientId.js +11 -7
  66. package/dist/repositories/boundaries/getBoundariesIdsByClientId.js.map +1 -1
  67. package/dist/repositories/boundaries/getBoundariesReport.js +7 -2
  68. package/dist/repositories/boundaries/getBoundariesReport.js.map +1 -1
  69. package/dist/repositories/boundaries/getBoundaryById.js +10 -2
  70. package/dist/repositories/boundaries/getBoundaryById.js.map +1 -1
  71. package/dist/repositories/clients/getClient.js +7 -2
  72. package/dist/repositories/clients/getClient.js.map +1 -1
  73. package/dist/repositories/clients/getClientConfiguration.js +12 -4
  74. package/dist/repositories/clients/getClientConfiguration.js.map +1 -1
  75. package/dist/repositories/clients/getClients.js +7 -2
  76. package/dist/repositories/clients/getClients.js.map +1 -1
  77. package/dist/repositories/clients/getCustomerAttribute.js +12 -4
  78. package/dist/repositories/clients/getCustomerAttribute.js.map +1 -1
  79. package/dist/repositories/countries/getCountries.js +7 -2
  80. package/dist/repositories/countries/getCountries.js.map +1 -1
  81. package/dist/repositories/countries/getCountry.js +7 -2
  82. package/dist/repositories/countries/getCountry.js.map +1 -1
  83. package/dist/repositories/deactivations/getDeactivationReasons.js +7 -2
  84. package/dist/repositories/deactivations/getDeactivationReasons.js.map +1 -1
  85. package/dist/repositories/deactivations/getLatestDeactivationByImei.js +7 -2
  86. package/dist/repositories/deactivations/getLatestDeactivationByImei.js.map +1 -1
  87. package/dist/repositories/deviceBehaviors/getDeviceBehaviorTasks.js +7 -2
  88. package/dist/repositories/deviceBehaviors/getDeviceBehaviorTasks.js.map +1 -1
  89. package/dist/repositories/deviceBehaviors/getDeviceBehaviors.js +7 -2
  90. package/dist/repositories/deviceBehaviors/getDeviceBehaviors.js.map +1 -1
  91. package/dist/repositories/deviceBehaviors/getDeviceBehaviorsByIds.js +7 -2
  92. package/dist/repositories/deviceBehaviors/getDeviceBehaviorsByIds.js.map +1 -1
  93. package/dist/repositories/deviceBehaviors/getDevicesLastBehaviorTask.js +7 -2
  94. package/dist/repositories/deviceBehaviors/getDevicesLastBehaviorTask.js.map +1 -1
  95. package/dist/repositories/deviceBehaviors/getLatestDeviceBehaviorTasks.js +15 -7
  96. package/dist/repositories/deviceBehaviors/getLatestDeviceBehaviorTasks.js.map +1 -1
  97. package/dist/repositories/devicePairings/getDevicePairings.js +7 -2
  98. package/dist/repositories/devicePairings/getDevicePairings.js.map +1 -1
  99. package/dist/repositories/devicePairings/getDevicePairingsByClientId.js +7 -2
  100. package/dist/repositories/devicePairings/getDevicePairingsByClientId.js.map +1 -1
  101. package/dist/repositories/devicePairings/getDevicePairingsByImei.js +7 -2
  102. package/dist/repositories/devicePairings/getDevicePairingsByImei.js.map +1 -1
  103. package/dist/repositories/deviceStatus/getDeviceStatuses.js +7 -2
  104. package/dist/repositories/deviceStatus/getDeviceStatuses.js.map +1 -1
  105. package/dist/repositories/deviceStatus/getDeviceStatusesCount.js +7 -2
  106. package/dist/repositories/deviceStatus/getDeviceStatusesCount.js.map +1 -1
  107. package/dist/repositories/devices/allImeisAreActiveForClient.js +7 -2
  108. package/dist/repositories/devices/allImeisAreActiveForClient.js.map +1 -1
  109. package/dist/repositories/devices/getCanceledDevicesWithActiveSimCards.js +7 -2
  110. package/dist/repositories/devices/getCanceledDevicesWithActiveSimCards.js.map +1 -1
  111. package/dist/repositories/devices/getCarrierStatusUpdatedBefore.js +7 -2
  112. package/dist/repositories/devices/getCarrierStatusUpdatedBefore.js.map +1 -1
  113. package/dist/repositories/devices/getClientDeviceSetting.js +7 -2
  114. package/dist/repositories/devices/getClientDeviceSetting.js.map +1 -1
  115. package/dist/repositories/devices/getClientDeviceSettings.js +7 -2
  116. package/dist/repositories/devices/getClientDeviceSettings.js.map +1 -1
  117. package/dist/repositories/devices/getDevice.js +7 -2
  118. package/dist/repositories/devices/getDevice.js.map +1 -1
  119. package/dist/repositories/devices/getDeviceCustomConfig.js +7 -2
  120. package/dist/repositories/devices/getDeviceCustomConfig.js.map +1 -1
  121. package/dist/repositories/devices/getDeviceTypeByImei.js +7 -2
  122. package/dist/repositories/devices/getDeviceTypeByImei.js.map +1 -1
  123. package/dist/repositories/devices/getDeviceTypes.js +7 -2
  124. package/dist/repositories/devices/getDeviceTypes.js.map +1 -1
  125. package/dist/repositories/devices/getDeviceTypesModelsOrderedByDeviceCount.js +7 -2
  126. package/dist/repositories/devices/getDeviceTypesModelsOrderedByDeviceCount.js.map +1 -1
  127. package/dist/repositories/devices/getDeviceWithUsersInfo.js +7 -2
  128. package/dist/repositories/devices/getDeviceWithUsersInfo.js.map +1 -1
  129. package/dist/repositories/devices/getDevices.js +7 -2
  130. package/dist/repositories/devices/getDevices.js.map +1 -1
  131. package/dist/repositories/devices/getDevicesCountByStatus.js +7 -2
  132. package/dist/repositories/devices/getDevicesCountByStatus.js.map +1 -1
  133. package/dist/repositories/devices/getFilteredImeisWithStatus.js +7 -2
  134. package/dist/repositories/devices/getFilteredImeisWithStatus.js.map +1 -1
  135. package/dist/repositories/devices/getIccidStatus.js +7 -2
  136. package/dist/repositories/devices/getIccidStatus.js.map +1 -1
  137. package/dist/repositories/devices/getImeiIccidCarrier.js +7 -2
  138. package/dist/repositories/devices/getImeiIccidCarrier.js.map +1 -1
  139. package/dist/repositories/devices/getImeiIccidCarriers.js +7 -2
  140. package/dist/repositories/devices/getImeiIccidCarriers.js.map +1 -1
  141. package/dist/repositories/entityTags/searchEntityTags.js +7 -2
  142. package/dist/repositories/entityTags/searchEntityTags.js.map +1 -1
  143. package/dist/repositories/firmwares/getDeviceFirmwares.js +27 -20
  144. package/dist/repositories/firmwares/getDeviceFirmwares.js.map +1 -1
  145. package/dist/repositories/firmwares/getFirmwareAutoUpgradeBlacklist.js +7 -2
  146. package/dist/repositories/firmwares/getFirmwareAutoUpgradeBlacklist.js.map +1 -1
  147. package/dist/repositories/firmwares/getFirmwareUpgradeTasks.js +7 -2
  148. package/dist/repositories/firmwares/getFirmwareUpgradeTasks.js.map +1 -1
  149. package/dist/repositories/firmwares/getFirmwareUpgradeTasksCount.js +7 -2
  150. package/dist/repositories/firmwares/getFirmwareUpgradeTasksCount.js.map +1 -1
  151. package/dist/repositories/latestUserAppInfo/getLatestUserAppInfo.js +9 -4
  152. package/dist/repositories/latestUserAppInfo/getLatestUserAppInfo.js.map +1 -1
  153. package/dist/repositories/liveLinks/getLiveLinkData.js +13 -3
  154. package/dist/repositories/liveLinks/getLiveLinkData.js.map +1 -1
  155. package/dist/repositories/liveLinks/getLiveLinkDataCount.js +13 -3
  156. package/dist/repositories/liveLinks/getLiveLinkDataCount.js.map +1 -1
  157. package/dist/repositories/liveLinks/getLiveLinks.js +7 -2
  158. package/dist/repositories/liveLinks/getLiveLinks.js.map +1 -1
  159. package/dist/repositories/liveLinks/getLiveLinksCount.js +7 -2
  160. package/dist/repositories/liveLinks/getLiveLinksCount.js.map +1 -1
  161. package/dist/repositories/notificationRecipients/getNotificationRecipients.js +7 -2
  162. package/dist/repositories/notificationRecipients/getNotificationRecipients.js.map +1 -1
  163. package/dist/repositories/positions/getLatestPositionByImei.js +8 -2
  164. package/dist/repositories/positions/getLatestPositionByImei.js.map +1 -1
  165. package/dist/repositories/positions/getPositionsByImei.js +8 -2
  166. package/dist/repositories/positions/getPositionsByImei.js.map +1 -1
  167. package/dist/repositories/positions/getPositionsReportByClient.js +4 -0
  168. package/dist/repositories/positions/getPositionsReportByClient.js.map +1 -1
  169. package/dist/repositories/security/getAllRoles.d.ts +1 -1
  170. package/dist/repositories/security/getAllRoles.js +14 -4
  171. package/dist/repositories/security/getAllRoles.js.map +1 -1
  172. package/dist/repositories/security/getUserRoles.js +13 -5
  173. package/dist/repositories/security/getUserRoles.js.map +1 -1
  174. package/dist/repositories/security/getUserRolesByClientId.js +16 -8
  175. package/dist/repositories/security/getUserRolesByClientId.js.map +1 -1
  176. package/dist/repositories/security/index.d.ts +1 -1
  177. package/dist/repositories/security/index.js +2 -2
  178. package/dist/repositories/security/index.js.map +1 -1
  179. package/dist/repositories/security/userIsAdminOrOwner.js +14 -9
  180. package/dist/repositories/security/userIsAdminOrOwner.js.map +1 -1
  181. package/dist/repositories/security/userIsInRole.js +12 -8
  182. package/dist/repositories/security/userIsInRole.js.map +1 -1
  183. package/dist/repositories/tags/searchTags.js +7 -2
  184. package/dist/repositories/tags/searchTags.js.map +1 -1
  185. package/dist/repositories/trips/getTripById.d.ts +1 -1
  186. package/dist/repositories/trips/getTripById.js +12 -6
  187. package/dist/repositories/trips/getTripById.js.map +1 -1
  188. package/dist/repositories/trips/getTrips.js +7 -2
  189. package/dist/repositories/trips/getTrips.js.map +1 -1
  190. package/dist/repositories/trips/index.d.ts +1 -1
  191. package/dist/repositories/trips/index.js +2 -2
  192. package/dist/repositories/trips/index.js.map +1 -1
  193. package/dist/repositories/userActivations/getLastActivationDevice.js +7 -2
  194. package/dist/repositories/userActivations/getLastActivationDevice.js.map +1 -1
  195. package/dist/repositories/userActivations/getUserActivationDevices.js +7 -2
  196. package/dist/repositories/userActivations/getUserActivationDevices.js.map +1 -1
  197. package/dist/repositories/userActivations/getUserActivationDevicesByClientId.js +7 -3
  198. package/dist/repositories/userActivations/getUserActivationDevicesByClientId.js.map +1 -1
  199. package/dist/repositories/userActivations/getUserActivationMetrics.js +7 -2
  200. package/dist/repositories/userActivations/getUserActivationMetrics.js.map +1 -1
  201. package/dist/repositories/userActivations/getUserActivations.js +7 -2
  202. package/dist/repositories/userActivations/getUserActivations.js.map +1 -1
  203. package/dist/repositories/userAppIncidents/getUserAppIncidents.js +7 -2
  204. package/dist/repositories/userAppIncidents/getUserAppIncidents.js.map +1 -1
  205. package/dist/repositories/userConfigurations/getCustomUserAlertConfiguration.d.ts +2 -1
  206. package/dist/repositories/userConfigurations/getCustomUserAlertConfiguration.js +7 -2
  207. package/dist/repositories/userConfigurations/getCustomUserAlertConfiguration.js.map +1 -1
  208. package/dist/repositories/userConfigurations/getCustomUserAlertConfigurationCount.js +9 -4
  209. package/dist/repositories/userConfigurations/getCustomUserAlertConfigurationCount.js.map +1 -1
  210. package/dist/repositories/userConfigurations/getUserAlertConfigurations.js +7 -2
  211. package/dist/repositories/userConfigurations/getUserAlertConfigurations.js.map +1 -1
  212. package/dist/repositories/userConfigurations/getUserConfigurations.js +7 -2
  213. package/dist/repositories/userConfigurations/getUserConfigurations.js.map +1 -1
  214. package/dist/repositories/userDataDeletionRequests/getUserDataDeletionRequest.js +7 -2
  215. package/dist/repositories/userDataDeletionRequests/getUserDataDeletionRequest.js.map +1 -1
  216. package/dist/repositories/userInvitations/getUserInvitationById.js +7 -2
  217. package/dist/repositories/userInvitations/getUserInvitationById.js.map +1 -1
  218. package/dist/repositories/userInvitations/getUserInvitations.js +7 -2
  219. package/dist/repositories/userInvitations/getUserInvitations.js.map +1 -1
  220. package/dist/repositories/userRatingRequests/getUserRatingRequests.js +7 -2
  221. package/dist/repositories/userRatingRequests/getUserRatingRequests.js.map +1 -1
  222. package/dist/repositories/userRegistrationAttempts/getUserRegistrationAttempts.js +7 -2
  223. package/dist/repositories/userRegistrationAttempts/getUserRegistrationAttempts.js.map +1 -1
  224. package/dist/types/acumatica.d.ts +4 -3
  225. package/dist/types/aempToken.d.ts +2 -1
  226. package/dist/types/alertTypes.d.ts +2 -1
  227. package/dist/types/appFeatures.d.ts +2 -1
  228. package/dist/types/billing.d.ts +12 -11
  229. package/dist/types/blacklist.d.ts +2 -1
  230. package/dist/types/bleMeshConfiguration.d.ts +2 -1
  231. package/dist/types/boundaries.d.ts +3 -3
  232. package/dist/types/clients.d.ts +5 -4
  233. package/dist/types/clients.js.map +1 -1
  234. package/dist/types/common.d.ts +4 -4
  235. package/dist/types/countries.d.ts +3 -2
  236. package/dist/types/deactivations.d.ts +3 -2
  237. package/dist/types/deviceBehaviors.d.ts +6 -5
  238. package/dist/types/devicePairings.d.ts +4 -3
  239. package/dist/types/deviceStatus.d.ts +3 -2
  240. package/dist/types/devices.d.ts +17 -17
  241. package/dist/types/firmwares.d.ts +5 -4
  242. package/dist/types/firmwares.js.map +1 -1
  243. package/dist/types/latestUserAppInfo.d.ts +2 -1
  244. package/dist/types/liveLinks.d.ts +4 -4
  245. package/dist/types/notificationRecipients.d.ts +2 -1
  246. package/dist/types/position.d.ts +3 -3
  247. package/dist/types/security.d.ts +5 -4
  248. package/dist/types/tasks.d.ts +7 -7
  249. package/dist/types/user.d.ts +9 -9
  250. package/dist/types/userActivations.d.ts +6 -5
  251. package/dist/types/userAppIncidents.d.ts +2 -1
  252. package/dist/types/userConfigurations.d.ts +3 -3
  253. package/dist/types/userDataDeletionRequests.d.ts +2 -1
  254. package/dist/types/userInvitations.d.ts +3 -2
  255. package/dist/types/userRatingRequests.d.ts +2 -1
  256. package/dist/types/userRegistrationAttempts.d.ts +2 -1
  257. package/package.json +1 -1
@@ -0,0 +1,28 @@
1
+ export declare class AirflowAcumaticaExportOrderShipmentDetails {
2
+ id: number;
3
+ customer: string | null;
4
+ orderType: string | null;
5
+ orderNumber: string | null;
6
+ customerOrderNumber: string | null;
7
+ orderDate: string | null;
8
+ orderedQty: string | null;
9
+ orderTotal: string | null;
10
+ orderStatus: string | null;
11
+ currency: string | null;
12
+ createdBy: string | null;
13
+ createdOn: string | null;
14
+ lastModifiedBy: string | null;
15
+ lastModifiedOn: string | null;
16
+ shipmentStatus: string | null;
17
+ shipVia: string | null;
18
+ shipmentNumber: string | null;
19
+ shipmentDate: string | null;
20
+ inventoryId: string | null;
21
+ gpsDeviceQty: string | null;
22
+ shiplineQty: string | null;
23
+ lotSerialNumber: string | null;
24
+ warehouse: string | null;
25
+ location: string | null;
26
+ carrier: string | null;
27
+ iccid: string | null;
28
+ }
@@ -0,0 +1,147 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { Column, Entity, PrimaryGeneratedColumn } from 'typeorm';
11
+ let AirflowAcumaticaExportOrderShipmentDetails = class AirflowAcumaticaExportOrderShipmentDetails {
12
+ id;
13
+ customer;
14
+ orderType;
15
+ orderNumber;
16
+ customerOrderNumber;
17
+ orderDate;
18
+ orderedQty;
19
+ orderTotal;
20
+ orderStatus;
21
+ currency;
22
+ createdBy;
23
+ createdOn;
24
+ lastModifiedBy;
25
+ lastModifiedOn;
26
+ shipmentStatus;
27
+ shipVia;
28
+ shipmentNumber;
29
+ shipmentDate;
30
+ inventoryId;
31
+ gpsDeviceQty;
32
+ shiplineQty;
33
+ lotSerialNumber;
34
+ warehouse;
35
+ location;
36
+ carrier;
37
+ iccid;
38
+ };
39
+ __decorate([
40
+ PrimaryGeneratedColumn({ type: 'smallint', name: 'id' }),
41
+ __metadata("design:type", Number)
42
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "id", void 0);
43
+ __decorate([
44
+ Column('varchar', { name: 'customer', length: 50 }),
45
+ __metadata("design:type", String)
46
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "customer", void 0);
47
+ __decorate([
48
+ Column('varchar', { name: 'orderType', length: 50 }),
49
+ __metadata("design:type", String)
50
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "orderType", void 0);
51
+ __decorate([
52
+ Column('varchar', { name: 'orderNumber', length: 50 }),
53
+ __metadata("design:type", String)
54
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "orderNumber", void 0);
55
+ __decorate([
56
+ Column('varchar', { name: 'customerOrderNumber', length: 50 }),
57
+ __metadata("design:type", String)
58
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "customerOrderNumber", void 0);
59
+ __decorate([
60
+ Column('varchar', { name: 'orderDate', length: 50 }),
61
+ __metadata("design:type", String)
62
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "orderDate", void 0);
63
+ __decorate([
64
+ Column('varchar', { name: 'orderedQty', length: 50 }),
65
+ __metadata("design:type", String)
66
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "orderedQty", void 0);
67
+ __decorate([
68
+ Column('varchar', { name: 'orderTotal', length: 50 }),
69
+ __metadata("design:type", String)
70
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "orderTotal", void 0);
71
+ __decorate([
72
+ Column('varchar', { name: 'orderStatus', length: 50 }),
73
+ __metadata("design:type", String)
74
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "orderStatus", void 0);
75
+ __decorate([
76
+ Column('varchar', { name: 'currency', length: 50 }),
77
+ __metadata("design:type", String)
78
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "currency", void 0);
79
+ __decorate([
80
+ Column('varchar', { name: 'createdBy', length: 50 }),
81
+ __metadata("design:type", String)
82
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "createdBy", void 0);
83
+ __decorate([
84
+ Column('varchar', { name: 'createdOn', length: 50 }),
85
+ __metadata("design:type", String)
86
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "createdOn", void 0);
87
+ __decorate([
88
+ Column('varchar', { name: 'lastModifiedBy', length: 50 }),
89
+ __metadata("design:type", String)
90
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "lastModifiedBy", void 0);
91
+ __decorate([
92
+ Column('varchar', { name: 'lastModifiedOn', length: 50 }),
93
+ __metadata("design:type", String)
94
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "lastModifiedOn", void 0);
95
+ __decorate([
96
+ Column('varchar', { name: 'shipmentStatus', length: 50 }),
97
+ __metadata("design:type", String)
98
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "shipmentStatus", void 0);
99
+ __decorate([
100
+ Column('varchar', { name: 'shipVia', length: 50 }),
101
+ __metadata("design:type", String)
102
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "shipVia", void 0);
103
+ __decorate([
104
+ Column('varchar', { name: 'shipmentNumber', length: 50 }),
105
+ __metadata("design:type", String)
106
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "shipmentNumber", void 0);
107
+ __decorate([
108
+ Column('varchar', { name: 'shipmentDate', length: 50 }),
109
+ __metadata("design:type", String)
110
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "shipmentDate", void 0);
111
+ __decorate([
112
+ Column('varchar', { name: 'inventoryId', length: 50 }),
113
+ __metadata("design:type", String)
114
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "inventoryId", void 0);
115
+ __decorate([
116
+ Column('varchar', { name: 'gpsDeviceQty', length: 50 }),
117
+ __metadata("design:type", String)
118
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "gpsDeviceQty", void 0);
119
+ __decorate([
120
+ Column('varchar', { name: 'shiplineQty', length: 50 }),
121
+ __metadata("design:type", String)
122
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "shiplineQty", void 0);
123
+ __decorate([
124
+ Column('varchar', { name: 'lotSerialNumber', length: 50 }),
125
+ __metadata("design:type", String)
126
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "lotSerialNumber", void 0);
127
+ __decorate([
128
+ Column('varchar', { name: 'warehouse', length: 50 }),
129
+ __metadata("design:type", String)
130
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "warehouse", void 0);
131
+ __decorate([
132
+ Column('varchar', { name: 'location', length: 50 }),
133
+ __metadata("design:type", String)
134
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "location", void 0);
135
+ __decorate([
136
+ Column('varchar', { name: 'carrier', length: 50 }),
137
+ __metadata("design:type", String)
138
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "carrier", void 0);
139
+ __decorate([
140
+ Column('varchar', { name: 'iccid', length: 50 }),
141
+ __metadata("design:type", String)
142
+ ], AirflowAcumaticaExportOrderShipmentDetails.prototype, "iccid", void 0);
143
+ AirflowAcumaticaExportOrderShipmentDetails = __decorate([
144
+ Entity('airflowAcumaticaExportOrderShipmentDetails', { schema: 'nova' })
145
+ ], AirflowAcumaticaExportOrderShipmentDetails);
146
+ export { AirflowAcumaticaExportOrderShipmentDetails };
147
+ //# sourceMappingURL=acumaticaExportImeiIccidData%20copy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"acumaticaExportImeiIccidData copy.js","sourceRoot":"","sources":["../../../src/entities/airflow/acumaticaExportImeiIccidData copy.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,15 @@
1
+ export declare class AirflowAcumaticaExportImeiIccidData {
2
+ id: number;
3
+ amazonShipmentID: string | null;
4
+ imei: string | null;
5
+ iccid: string | null;
6
+ deviceModel: string | null;
7
+ deviceCarrier: string | null;
8
+ carrierNetwork: string | null;
9
+ carrierProductId: string | null;
10
+ poNumber: string | null;
11
+ createdBy: string | null;
12
+ createdDate: string | null;
13
+ lastModifiedDate: string | null;
14
+ shipDate: string | null;
15
+ }
@@ -0,0 +1,82 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ var __metadata = (this && this.__metadata) || function (k, v) {
8
+ if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
9
+ };
10
+ import { Column, Entity, PrimaryGeneratedColumn } from 'typeorm';
11
+ let AirflowAcumaticaExportImeiIccidData = class AirflowAcumaticaExportImeiIccidData {
12
+ id;
13
+ amazonShipmentID;
14
+ imei;
15
+ iccid;
16
+ deviceModel;
17
+ deviceCarrier;
18
+ carrierNetwork;
19
+ carrierProductId;
20
+ poNumber;
21
+ createdBy;
22
+ createdDate;
23
+ lastModifiedDate;
24
+ shipDate;
25
+ };
26
+ __decorate([
27
+ PrimaryGeneratedColumn({ type: 'smallint', name: 'id' }),
28
+ __metadata("design:type", Number)
29
+ ], AirflowAcumaticaExportImeiIccidData.prototype, "id", void 0);
30
+ __decorate([
31
+ Column('varchar', { name: 'amazonShipmentID', length: 50 }),
32
+ __metadata("design:type", String)
33
+ ], AirflowAcumaticaExportImeiIccidData.prototype, "amazonShipmentID", void 0);
34
+ __decorate([
35
+ Column('varchar', { name: 'imei', length: 50 }),
36
+ __metadata("design:type", String)
37
+ ], AirflowAcumaticaExportImeiIccidData.prototype, "imei", void 0);
38
+ __decorate([
39
+ Column('varchar', { name: 'iccid', nullable: true, length: 500 }),
40
+ __metadata("design:type", String)
41
+ ], AirflowAcumaticaExportImeiIccidData.prototype, "iccid", void 0);
42
+ __decorate([
43
+ Column('varchar', { name: 'deviceModel', nullable: true, length: 1000 }),
44
+ __metadata("design:type", String)
45
+ ], AirflowAcumaticaExportImeiIccidData.prototype, "deviceModel", void 0);
46
+ __decorate([
47
+ Column('varchar', { name: 'deviceCarrier', nullable: true, length: 1000 }),
48
+ __metadata("design:type", String)
49
+ ], AirflowAcumaticaExportImeiIccidData.prototype, "deviceCarrier", void 0);
50
+ __decorate([
51
+ Column('varchar', { name: 'carrierNetwork', nullable: true, length: 1000 }),
52
+ __metadata("design:type", String)
53
+ ], AirflowAcumaticaExportImeiIccidData.prototype, "carrierNetwork", void 0);
54
+ __decorate([
55
+ Column('varchar', { name: 'carrierProductId', nullable: true, length: 1000 }),
56
+ __metadata("design:type", String)
57
+ ], AirflowAcumaticaExportImeiIccidData.prototype, "carrierProductId", void 0);
58
+ __decorate([
59
+ Column('varchar', { name: 'poNumber', nullable: true, length: 1000 }),
60
+ __metadata("design:type", String)
61
+ ], AirflowAcumaticaExportImeiIccidData.prototype, "poNumber", void 0);
62
+ __decorate([
63
+ Column('varchar', { name: 'createdBy', nullable: true, length: 1000 }),
64
+ __metadata("design:type", String)
65
+ ], AirflowAcumaticaExportImeiIccidData.prototype, "createdBy", void 0);
66
+ __decorate([
67
+ Column('varchar', { name: 'createdDate', nullable: true, length: 1000 }),
68
+ __metadata("design:type", String)
69
+ ], AirflowAcumaticaExportImeiIccidData.prototype, "createdDate", void 0);
70
+ __decorate([
71
+ Column('varchar', { name: 'lastModifiedDate', nullable: true, length: 1000 }),
72
+ __metadata("design:type", String)
73
+ ], AirflowAcumaticaExportImeiIccidData.prototype, "lastModifiedDate", void 0);
74
+ __decorate([
75
+ Column('varchar', { name: 'shipDate', nullable: true, length: 1000 }),
76
+ __metadata("design:type", String)
77
+ ], AirflowAcumaticaExportImeiIccidData.prototype, "shipDate", void 0);
78
+ AirflowAcumaticaExportImeiIccidData = __decorate([
79
+ Entity('airflowAcumaticaExportImeiIccidData', { schema: 'nova' })
80
+ ], AirflowAcumaticaExportImeiIccidData);
81
+ export { AirflowAcumaticaExportImeiIccidData };
82
+ //# sourceMappingURL=acumaticaExportImeiIccidData.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"acumaticaExportImeiIccidData.js","sourceRoot":"","sources":["../../../src/entities/airflow/acumaticaExportImeiIccidData.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAA;AAGzD,IAAM,mCAAmC,GAAzC,MAAM,mCAAmC;IAE9C,EAAE,CAAQ;IAGV,gBAAgB,CAAe;IAG/B,IAAI,CAAe;IAGnB,KAAK,CAAe;IAGpB,WAAW,CAAe;IAG1B,aAAa,CAAe;IAG5B,cAAc,CAAe;IAG7B,gBAAgB,CAAe;IAG/B,QAAQ,CAAe;IAGvB,SAAS,CAAe;IAGxB,WAAW,CAAe;IAG1B,gBAAgB,CAAe;IAG/B,QAAQ,CAAe;CACxB,CAAA;AAtCC;IAAC,sBAAsB,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;;+DAC/C;AAEV;IAAC,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,kBAAkB,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;6EAC7B;AAE/B;IAAC,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,CAAC;;iEAC7B;AAEnB;IAAC,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,CAAC;;kEAC9C;AAEpB;IAAC,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;wEAC/C;AAE1B;IAAC,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;0EAC/C;AAE5B;IAAC,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,gBAAgB,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;2EAC/C;AAE7B;IAAC,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,kBAAkB,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;6EAC/C;AAE/B;IAAC,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;qEAC/C;AAEvB;IAAC,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;sEAC/C;AAExB;IAAC,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,aAAa,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;wEAC/C;AAE1B;IAAC,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,kBAAkB,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;6EAC/C;AAE/B;IAAC,MAAM,CAAC,SAAS,EAAE,EAAE,IAAI,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;qEAC/C;AAtCZ,mCAAmC;IAD/C,MAAM,CAAC,qCAAqC,EAAE,EAAE,MAAM,EAAE,MAAM,EAAE,CAAC;GACrD,mCAAmC,CAuC/C;SAvCY,mCAAmC"}